From: Kyle Tomita <tomitakyle@gmail.com>
Date: Tue, 24 Sep 2013 16:55:02 +0000 (-0700)
Subject: LP1038240 - Patron editor field documentation does not display text
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=df6a6b9bc2ea43c106b25b056ffc91507ca9f1d8;p=evergreen%2Fmasslnc.git

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@gmail.com>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
---

diff --git a/Open-ILS/src/templates/actor/user/register.tt2 b/Open-ILS/src/templates/actor/user/register.tt2
index 95be9629b5..2f764504b2 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 3ea73096b1..8b5736b5e9 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 {