Bugzilla – Attachment 15628 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]
[SIGNED-OFF] Bug 9688 - Replace YUI button on Authority MARC framework toolbar with Bootstrap
SIGNED-OFF-Bug-9688---Replace-YUI-button-on-Author.patch (text/plain), 1.97 KB, created by
Bernardo Gonzalez Kriegel
on 2013-02-22 17:13:29 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 9688 - Replace YUI button on Authority MARC framework toolbar with Bootstrap
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2013-02-22 17:13:29 UTC
Size:
1.97 KB
patch
obsolete
>From 9f22367e0fc5bce06b3d2a41b07c8d4fdf587d17 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 21 Feb 2013 15:46:48 -0500 >Subject: [PATCH] [SIGNED-OFF] 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. >--- > .../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