Bugzilla – Attachment 35353 Details for
Bug 13587
Authorized Values toolbar missing '+' Icons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED OFF] Bug 13587: Fix Authorised Values Toolbar
SIGNED-OFF-Bug-13587-Fix-Authorised-Values-Toolbar.patch (text/plain), 1.89 KB, created by
Katrin Fischer
on 2015-01-18 22:12:53 UTC
(
hide
)
Description:
[SIGNED OFF] Bug 13587: Fix Authorised Values Toolbar
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-01-18 22:12:53 UTC
Size:
1.89 KB
patch
obsolete
>From 846f2f18a4a092e259bed003ea580d010d2dd1ce Mon Sep 17 00:00:00 2001 >From: Abby <abbyrobnz@gmail.com> >Date: Thu, 15 Jan 2015 20:28:54 +0000 >Subject: [PATCH] [SIGNED OFF] Bug 13587: Fix Authorised Values Toolbar > >To test: >1. Go to Home > Administration > Authorised Values >2. Notice no plus icons are appearing infront "New Authorised Value..." and "New Category" in the toolbar. >3. Apply the patch. >4. Check that the plus icons infront of "New Authorised Value..." and "New Category" in the toolbar are appearing as they should. > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Nice addition! I added spaces to match the formatting on the other pages a bit more closely. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt >index 353824d..2d0cfff 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt >@@ -183,8 +183,8 @@ $(document).ready(function() { > [% IF ( else ) %] > > <div id="toolbar" class="btn-toolbar"> >- <a id="addauth" class="btn btn-small" href= "/cgi-bin/koha/admin/authorised_values.pl?op=add_form&category=[% category %]">New authorized value for [% category %]</a> >- <a id="addcat" class="btn btn-small" href= "/cgi-bin/koha/admin/authorised_values.pl?op=add_form">New category</a> >+ <a id="addauth" class="btn btn-small" href= "/cgi-bin/koha/admin/authorised_values.pl?op=add_form&category=[% category %]"><i class="icon-plus"></i>New authorized value for [% category %]</a> >+ <a id="addcat" class="btn btn-small" href= "/cgi-bin/koha/admin/authorised_values.pl?op=add_form"><i class="icon-plus"></i>New category</a> > </div> > > <h1>Authorized values</h1> >-- >1.9.1
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 13587
:
35317
|
35353
|
35354
|
35378