Bugzilla – Attachment 15871 Details for
Bug 9688
Replace YUI button on Authority MARC framework toolbar with Bootstrap
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 9688 - Replace YUI button on Authority MARC framework toolbar with Bootstrap
PASSED-QA-Bug-9688---Replace-YUI-button-on-Authori.patch (text/plain), 2.06 KB, created by
Katrin Fischer
on 2013-03-05 07:03:08 UTC
(
hide
)
Description:
[PASSED QA] Bug 9688 - Replace YUI button on Authority MARC framework toolbar with Bootstrap
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-03-05 07:03:08 UTC
Size:
2.06 KB
patch
obsolete
>From c85fb7a0c1a0b88a9486e4af0404321b87815a15 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 21 Feb 2013 15:46:48 -0500 >Subject: [PATCH] [PASSED QA] Bug 9688 - Replace YUI button on Authority MARC > framework toolbar with Bootstrap > >This patch converts the toolbar used on the Authority MARC framework >toolbar to Bootstrap, replacing YUI button code with Bootstrap markup. > >To test, view auth_tag_structure.pl for any authority framework. Confirm >that the 'New tag' button looks correct and works correctly. > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> > >Comment: Works and looks correctly. No errors. > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Works nicely, no problems found. >--- > .../prog/en/modules/admin/auth_tag_structure.tt | 18 +++--------------- > 1 file changed, 3 insertions(+), 15 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt >index 0ef4e06..771174a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt >@@ -196,21 +196,9 @@ return false; > > [% 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("newtag"); >- } //]]> >- </script> >- <ul class="toolbar"> >- <li><a id="newtag" href="/cgi-bin/koha/admin/auth_tag_structure.pl?op=add_form&authtypecode=[% authtypecode %]">New tag</a></li> >-</ul></div> >+<div id="toolbar" class="btn-toolbar"> >+ <div class="btn-group"><a class="btn btn-small" id="newtag" href="/cgi-bin/koha/admin/auth_tag_structure.pl?op=add_form&authtypecode=[% authtypecode %]"><i class="icon-plus"></i> New tag</a></div> >+</div> > > <h2>Select an authority framework</h2> > <form action="[% script_name %]" method="post"> >-- >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 9688
:
15601
|
15628
| 15871