Bugzilla – Attachment 49200 Details for
Bug 16075
Making numbering patterns actions buttons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16075: Making numbering patterns actions buttons
Bug-16075-Making-numbering-patterns-actions-button.patch (text/plain), 2.48 KB, created by
Jonathan Druart
on 2016-03-16 08:42:38 UTC
(
hide
)
Description:
Bug 16075: Making numbering patterns actions buttons
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-03-16 08:42:38 UTC
Size:
2.48 KB
patch
obsolete
>From 48d4708136498c33def8757b61d71dbe5c3d129d Mon Sep 17 00:00:00 2001 >From: Aleisha <aleishaamohia@hotmail.com> >Date: Tue, 15 Mar 2016 06:26:06 +0000 >Subject: [PATCH] Bug 16075: Making numbering patterns actions buttons > >To test: > >1) Go to Serials -> Manage numbering patterns >2) Confirm that buttons 'Edit' and 'Delete' show as buttons and work as > expected >3) Confirm that when you make your window narrow, the column with the > buttons does not wrap >4) Confirm that column heading is now 'Actions' > >Sponsored-by: Catalyst IT > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Buttons look correct and work correctly. > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > .../prog/en/modules/serials/subscription-numberpatterns.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt >index e1a15e2..f960c5f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt >@@ -316,7 +316,7 @@ $(document).ready(function(){ > <th>Description</th> > <th>Numbering formula</th> > <th>Display order</th> >- <th> </th> >+ <th>Actions</th> > </tr> > </thead> > <tbody> >@@ -326,9 +326,9 @@ $(document).ready(function(){ > <td>[% numberpattern.description %]</td> > <td>[% numberpattern.numberingmethod %]</td> > <td>[% numberpattern.displayorder %]</td> >- <td> >- <a href="/cgi-bin/koha/serials/subscription-numberpatterns.pl?op=modify&id=[% numberpattern.id %]">Edit</a> | >- <a class="delete_pattern" href="/cgi-bin/koha/serials/subscription-numberpatterns.pl?op=del&id=[% numberpattern.id %]">Delete</a> >+ <td class="actions"> >+ <a class="btn btn-mini" href="/cgi-bin/koha/serials/subscription-numberpatterns.pl?op=modify&id=[% numberpattern.id %]"><i class="fa fa-pencil"></i> Edit</a> >+ <a class="delete_pattern btn btn-mini" href="/cgi-bin/koha/serials/subscription-numberpatterns.pl?op=del&id=[% numberpattern.id %]"><i class="fa fa-trash"></i> Delete</a> > </td> > </tr> > [% END %] >-- >2.7.0
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 16075
:
49157
|
49170
| 49200