[open-ils-commits] [GIT] Evergreen ILS branch master updated. 364e37ddaba69149f6ce7820dffdbc2246592bd8

Evergreen Git git at git.evergreen-ils.org
Fri Mar 16 17:27:02 EDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  364e37ddaba69149f6ce7820dffdbc2246592bd8 (commit)
      from  4ff1088b05b03ac57f6447deee2f0e3c98291137 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 364e37ddaba69149f6ce7820dffdbc2246592bd8
Author: Dan Scott <dscott at laurentian.ca>
Date:   Fri Mar 16 12:37:53 2012 -0400

    Move "Save" button for notify prefs to bottom left
    
    Quick fix for a problem spotted by Ben Shum.
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/src/templates/opac/myopac/prefs_notify.tt2 b/Open-ILS/src/templates/opac/myopac/prefs_notify.tt2
index aeaaa41..48de46e 100644
--- a/Open-ILS/src/templates/opac/myopac/prefs_notify.tt2
+++ b/Open-ILS/src/templates/opac/myopac/prefs_notify.tt2
@@ -4,14 +4,6 @@
     prefs_page = 'notify' %]
 
 <form method='POST'>
-
-    <div style="float:right;width:65px;">
-        <input type='submit' 
-            value="[% l('Save') %]"
-            alt="[% l('Save') %]"
-            class="opac-button" />
-    </div>
-
     [% setting = 'opac.hold_notify' %]
     <input name='[% setting %]' type="hidden"
         [% IF ctx.user_setting_map.$setting; %] value='[% ctx.user_setting_map.$setting | html %]' [% END %]/>
@@ -98,6 +90,7 @@
             [% END %]
         </tbody>
     </table>
+    <input type='submit' value="[% l('Save') %]" alt="[% l('Save') %]" class="opac-button" />
 </form>
 [% END %]
 

-----------------------------------------------------------------------

Summary of changes:
 .../src/templates/opac/myopac/prefs_notify.tt2     |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list