Bugzilla – Attachment 15411 Details for
Bug 9639
Replace YUI button on MARC tag structure toolbar with Bootstrap
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 9639 - Replace YUI button on MARC tag structure toolbar with Bootstrap
SIGNED-OFF-Bug-9639---Replace-YUI-button-on-MARC-t.patch (text/plain), 1.92 KB, created by
Bernardo Gonzalez Kriegel
on 2013-02-15 20:25:28 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 9639 - Replace YUI button on MARC tag structure toolbar with Bootstrap
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2013-02-15 20:25:28 UTC
Size:
1.92 KB
patch
obsolete
>From aa1b575d73ef176490a75861f78dfd9864abaf0d Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Sun, 3 Feb 2013 07:53:30 -0500 >Subject: [PATCH] [SIGNED-OFF] Bug 9639 - Replace YUI button on MARC tag > structure toolbar with Bootstrap > >This patch converts the toolbar used on the MARC tag structure toolbar >to Bootstrap, replacing YUI button code with Bootstrap markup. > >To test, view marctagstructure.pl for any framework. Confirm that the >'New tag' button looks correct and works correctly. > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> > >Comment: Confirmed that 'New tag' looks and works correctly. >No errors. >--- > .../prog/en/modules/admin/marctagstructure.tt | 11 +++-------- > 1 file changed, 3 insertions(+), 8 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt >index d0f0132..8886fcf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt >@@ -30,10 +30,6 @@ function Check(f) { > alert(alertString2); > } > } >- >-$(document).ready(function() { >- new YAHOO.widget.Button("addtag"); >-}); > //]]> > </script> > </head> >@@ -65,10 +61,9 @@ $(document).ready(function() { > <div class="yui-b"> > > [% IF ( else ) %] >-<div id="toolbar"> >- <ul class="toolbar"> >- <li><a id="addtag" href="/cgi-bin/koha/admin/marctagstructure.pl?op=add_form&frameworkcode=[% frameworkcode %]">New tag</a></li> >-</ul></div>[% END %] >+<div id="toolbar" class="btn-toolbar"> >+ <a class="btn btn-small" id="addtag" href="/cgi-bin/koha/admin/marctagstructure.pl?op=add_form&frameworkcode=[% frameworkcode %]"><i class="icon-plus"></i> New tag</a> >+</div>[% END %] > > <h1>MARC Framework for [% IF ( frameworkcode ) %][% frameworktext %] ([% frameworkcode %])[% ELSE %]default MARC framework[% END %]</h1> > >-- >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 9639
:
15402
|
15411
|
15465