Bugzilla – Attachment 15629 Details for
Bug 9689
Replace YUI buttons on the OAI sets administration page with Bootstrap
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 9689 - Replace YUI buttons on the OAI sets administration page with Bootstrap
SIGNED-OFF-Bug-9689---Replace-YUI-buttons-on-the-O.patch (text/plain), 1.77 KB, created by
Bernardo Gonzalez Kriegel
on 2013-02-22 17:16:21 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 9689 - Replace YUI buttons on the OAI sets administration page with Bootstrap
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2013-02-22 17:16:21 UTC
Size:
1.77 KB
patch
obsolete
>From 27775fcd59f166fbdaac2fa3781f46d72b862d6c Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 21 Feb 2013 16:12:22 -0500 >Subject: [PATCH] [SIGNED-OFF] Bug 9689 - Replace YUI buttons on the OAI sets > administration page with Bootstrap > >This patch converts the toolbar on the OAI sets administration page to >Bootstrap, replacing YUI button code with Bootstrap markup. > >To test, view the OAI sets administration page and confirm that the "New >set" button looks correct and works correctly. > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> > >Comment: Works and looks nice. No errors. >--- > .../prog/en/modules/admin/oai_sets.tt | 11 +++-------- > 1 file changed, 3 insertions(+), 8 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt >index bd5d54a..a480b74 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt >@@ -16,10 +16,6 @@ function delDescField(minusButton) { > var li = $(minusButton).parent('li'); > $(li).remove(); > } >- >-$(document).ready(function() { >- new YAHOO.widget.Button("newoaiset"); >-}); > //]]> > </script> > </head> >@@ -72,10 +68,9 @@ $(document).ready(function() { > </form> > [% ELSE %] > >- <div id="toolbar"> >- <ul class="toolbar"> >- <li><a id="newoaiset" href="/cgi-bin/koha/admin/oai_sets.pl?op=new">New set</a></li> >- </ul></div> >+ <div id="toolbar" class="btn-toolbar"> >+ <a class="btn btn-small" id="newoaiset" href="/cgi-bin/koha/admin/oai_sets.pl?op=new"><i class="icon-plus"></i> New set</a> >+ </div> > > <h2>OAI sets</h2> > [% IF sets_loop %] >-- >1.7.9.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 9689
:
15602
|
15629
|
15830