Bugzilla – Attachment 8075 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
0001-Bug-5341-Moves-the-save-button-to-the-top-of-the-ser.patch (text/plain), 1.65 KB, created by
Jonathan Druart
on 2012-03-08 09:09:48 UTC
(
hide
)
Description:
Bug 5341 Moves the save button to the top of the serial receiving
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2012-03-08 09:09:48 UTC
Size:
1.65 KB
patch
obsolete
>From 318a905f0e662bf9d61de602862f83c643df30ff 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 1/1] Bug 5341: Moves the "save" button to the top of the > serial receiving > >--- > .../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.7.3 >
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