Bugzilla – Attachment 49170 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]
[SIGNED-OFF] Bug 16075: Making numbering patterns actions buttons
SIGNED-OFF-Bug-16075-Making-numbering-patterns-act.patch (text/plain), 2.52 KB, created by
Owen Leonard
on 2016-03-15 12:45:28 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 16075: Making numbering patterns actions buttons
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2016-03-15 12:45:28 UTC
Size:
2.52 KB
patch
obsolete
>From b8ef1ff23c7ddef3f0d334e412689301bce3a352 Mon Sep 17 00:00:00 2001 >From: Aleisha <aleishaamohia@hotmail.com> >Date: Tue, 15 Mar 2016 06:26:06 +0000 >Subject: [PATCH] [SIGNED-OFF] Bug 16075: Making numbering patterns actions > buttons >Content-Type: text/plain; charset="utf-8" > >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 > >https://bugs.koha-community.org/show_bug.cgi?id=16075 >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Buttons look correct and work correctly. >--- > .../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.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 16075
:
49157
|
49170
|
49200