Bugzilla – Attachment 8155 Details for
Bug 5341
Serial issues improvements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 5341: Moves the "save" button to the top of the serial receiving
Bug-5341-Moves-the-save-button-to-the-top-of-the-s.patch (text/plain), 1.75 KB, created by
Jared Camins-Esakov
on 2012-03-11 15:57:16 UTC
(
hide
)
Description:
Bug 5341: Moves the "save" button to the top of the serial receiving
Filename:
MIME Type:
Creator:
Jared Camins-Esakov
Created:
2012-03-11 15:57:16 UTC
Size:
1.75 KB
patch
obsolete
>From b0ca68eab31551c0da7a72015e6b5b417881b14c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Thu, 8 Mar 2012 10:09:23 +0100 >Subject: [PATCH] Bug 5341: Moves the "save" button to the top of the serial receiving >Content-Type: text/plain; charset="UTF-8" > >Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> >--- > .../prog/en/modules/serials/serials-collection.tt | 13 +++++++------ > 1 files changed, 7 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt >index 1db30c1..a0d4bb5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt >@@ -186,6 +186,13 @@ $(document).ready(function() { > > [% FOREACH year IN years %] > <div id="subscription-year-[% year.year %]"> >+ [% IF ( CAN_user_serials_receive_serials ) %] >+ <p> >+ <input type="submit" value="Edit serials" /> >+ <input type="button" value="Generate Next" onclick="javascript:generateNext([% subscriptionidlist %])" /> >+ </p> >+ [% END %] >+ > <table> > <tr> > [% IF ( subscriptions.size > 1 ) %] >@@ -254,12 +261,6 @@ $(document).ready(function() { > </tr> > [% END %] > </table> >- [% IF ( CAN_user_serials_receive_serials ) %] >- <p> >- <input type="submit" value="Edit serials" /> >- <input type="button" value="Generate Next" onclick="javascript:generateNext([% subscriptionidlist %])" /> >- </p> >- [% END %] > </div> > [% END %] > <input type="hidden" name="subscriptionid" value="[% subscriptionidlist %]" /> >-- >1.7.2.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 5341
:
8075
| 8155