From: Jonathan Druart Date: Thu, 8 Mar 2012 09:09:23 +0000 (+0100) Subject: Bug 5341: Moves the "save" button to the top of the serial receiving X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=da920b1da9f2f2895730758659d099245c2e64ba;p=koha.git Bug 5341: Moves the "save" button to the top of the serial receiving Signed-off-by: Jared Camins-Esakov Signed-off-by: Paul Poulain --- 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 1db30c1617..a0d4bb539f 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 %]
+ [% IF ( CAN_user_serials_receive_serials ) %] +

+   + +

+ [% END %] + [% IF ( subscriptions.size > 1 ) %] @@ -254,12 +261,6 @@ $(document).ready(function() { [% END %]
- [% IF ( CAN_user_serials_receive_serials ) %] -

-   - -

- [% END %]
[% END %]