Comment 2 for bug 1038240

Revision history for this message
Kyle Tomita (tomitakyle) wrote :

I have a solution for this but lost my ssh key, so I cannot submit the branch. I am just waiting for it to be added, in the mean time, here is the commit in case someone would be so kind as submitting it for me. Unless I will commit it once I can, thanks.

commit 0b5b4361b860bd21ad3bdf06ec68171ca405e05c
Author: Kyle Tomita <email address hidden>
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 <email address hidden>

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 {