Bugzilla – Attachment 15386 Details for
Bug 9629
Replace YUI button on patron category administration pages with Bootstrap
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9629 - Replace YUI button on patron category administration page with Bootstrap
Bug-9629---Replace-YUI-button-on-patron-category-a.patch (text/plain), 1.75 KB, created by
Owen Leonard
on 2013-02-15 17:13:52 UTC
(
hide
)
Description:
Bug 9629 - Replace YUI button on patron category administration page with Bootstrap
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2013-02-15 17:13:52 UTC
Size:
1.75 KB
patch
obsolete
>From 2110386479f0b4e446967e3f853662632fb0788a Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Sat, 2 Feb 2013 18:26:25 -0500 >Subject: [PATCH] Bug 9629 - Replace YUI button on patron category > administration page with Bootstrap >Content-Type: text/plain; charset="utf-8" > >This patch converts the toolbar used by the patrons >administration to Bootstrap, replacing YUI button and menu code >with Bootstrap markup. > >To test, view the patrons administration page and confirm that >the button looks correct and works correctly. >--- > .../prog/en/modules/admin/categorie.tt | 24 +++----------------- > 1 file changed, 3 insertions(+), 21 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt >index 6c3114f..e7e00d4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt >@@ -266,27 +266,9 @@ Confirm deletion of category [% categorycode |html %][% END %]</legend> > > [% IF ( else ) %] > >-<div id="toolbar"> >- <script type="text/javascript"> >- //<![CDATA[ >- >- // prepare DOM for YUI Toolbar >- >- $(document).ready(function() { >- yuiToolbar(); >- }); >- >- // YUI Toolbar Functions >- >- function yuiToolbar() { >- new YAHOO.widget.Button("newcategory"); >- } >- >- //]]> >- </script> >- <ul class="toolbar"> >- <li><a id="newcategory" href="/cgi-bin/koha/admin/categorie.pl?op=add_form">New category</a></li> >-</ul></div> >+<div id="toolbar" class="btn-toolbar"> >+ <a class="btn btn-small" id="newcategory" href="/cgi-bin/koha/admin/categorie.pl?op=add_form"><i class="icon-plus"></i> New category</a> >+</div> > > <h2>Patron category administration</h2> > [% IF ( searchfield ) %] >-- >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 9629
:
15386
|
15393
|
15450
|
24261