Bugzilla – Attachment 50104 Details for
Bug 16236
Making authorised values actions buttons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16236: Making authorised values actions buttons
Bug-16236-Making-authorised-values-actions-buttons.patch (text/plain), 1.89 KB, created by
Mark Tompsett
on 2016-04-11 03:24:28 UTC
(
hide
)
Description:
Bug 16236: Making authorised values actions buttons
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2016-04-11 03:24:28 UTC
Size:
1.89 KB
patch
obsolete
>From fe74d5df8e5bb64524d24d51024e3902f2db625f Mon Sep 17 00:00:00 2001 >From: Aleisha <aleishaamohia@hotmail.com> >Date: Mon, 11 Apr 2016 02:18:13 +0000 >Subject: [PATCH] Bug 16236: Making authorised values actions buttons > >To test: >1) Go to Admin -> Authorised values >2) Select a category >3) Confirm that Edit and Delete shows as buttons under 'Actions' column and work as expected > >Sponsored-by: Catalyst IT > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt | 7 +++---- > 1 file changed, 3 insertions(+), 4 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 293a379..1f10dce 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 >@@ -252,8 +252,7 @@ $(document).ready(function() { > <th>Description (OPAC)</th> > <th>Icon</th> > <th>Branches limitations</th> >- <th>Edit</th> >- <th>Delete</th> >+ <th>Actions</th> > </tr> > </thead><tbody> > [% FOREACH loo IN loop %] >@@ -282,8 +281,8 @@ $(document).ready(function() { > No limitation > [% END %] > </td> >- <td><a href="/cgi-bin/koha/admin/authorised_values.pl?op=add_form&id=[% loo.id %]">Edit</a></td> >- <td><a class="delete" href="/cgi-bin/koha/admin/authorised_values.pl?op=delete&searchfield=[% searchfield %]&id=[% loo.id %]">Delete</a></td> >+ <td class="actions"><a href="/cgi-bin/koha/admin/authorised_values.pl?op=add_form&id=[% loo.id %]" class="btn btn-mini"><i class="fa fa-pencil"></i> Edit</a> >+ <a class="delete btn btn-mini" href="/cgi-bin/koha/admin/authorised_values.pl?op=delete&searchfield=[% searchfield %]&id=[% loo.id %]"><i class="fa fa-trash"></i> Delete</a></td> > </tr> > [% END %] > </tbody></table>[% ELSE %] >-- >2.1.4
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 16236
:
50103
|
50104
|
50105
|
50116
|
50117