[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_5 updated. f958b378c8cf6d8989e01bdf8ff1dcf9e36f8e27
Evergreen Git
git at git.evergreen-ils.org
Thu Jan 9 09:31:52 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, rel_2_5 has been updated
via f958b378c8cf6d8989e01bdf8ff1dcf9e36f8e27 (commit)
from 857b8f1a788ba28d4d07fe7dec61d736adce432e (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 f958b378c8cf6d8989e01bdf8ff1dcf9e36f8e27
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