[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch master updated. df6a6b9bc2ea43c106b25b056ffc91507ca9f1d8

Evergreen Git git at git.evergreen-ils.org
Thu Jan 9 09:31:28 EST 2014


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  df6a6b9bc2ea43c106b25b056ffc91507ca9f1d8 (commit)
      from  812a726341db6abb0ec0e95e2bf54b7e0d21311d (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 df6a6b9bc2ea43c106b25b056ffc91507ca9f1d8
Author: Kyle Tomita <tomitakyle at gmail.com>
Date:   Tue Sep 24 09:55:02 2013 -0700

    LP1038240 - Patron editor field documentation does not display text
    
    Changed the legend tag to have a closing tag.
    Also modified the css id uedit-help-div, to add a top margin so
    it does not overlap the save div.
    
    Signed-off-by: Kyle Tomita <tomitakyle at gmail.com>
    Signed-off-by: Bill Erickson <berick at esilibrary.com>

diff --git a/Open-ILS/src/templates/actor/user/register.tt2 b/Open-ILS/src/templates/actor/user/register.tt2
index 95be962..2f76450 100644
--- a/Open-ILS/src/templates/actor/user/register.tt2
+++ b/Open-ILS/src/templates/actor/user/register.tt2
@@ -33,7 +33,7 @@
 <!-- context help widget -->
 <a class='hidden' id='uedit-help-template'><img src='/opac/images/advancedsearch-icon.png'></img></a>
 <fieldset id='uedit-help-div' class='hidden'>
-    <legend id='uedit-help-field'/>
+    <legend id='uedit-help-field'></legend>
     <div id='uedit-help-text'></div>
 </fieldset>
 
diff --git a/Open-ILS/web/css/skin/default/register.css b/Open-ILS/web/css/skin/default/register.css
index 3ea7309..8b5736b 100644
--- a/Open-ILS/web/css/skin/default/register.css
+++ b/Open-ILS/web/css/skin/default/register.css
@@ -30,6 +30,7 @@
     -moz-border-radius: 10px;
     font-weight: bold;
     padding: 20px;
+    margin-top: 20px;
 }
 
 #uedit-dupe-div {

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

Summary of changes:
 Open-ILS/src/templates/actor/user/register.tt2 |    2 +-
 Open-ILS/web/css/skin/default/register.css     |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list