[open-ils-commits] r16231 - branches/rel_1_6/Open-ILS/web/opac/skin/default/js (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Apr 13 23:37:46 EDT 2010


Author: dbs
Date: 2010-04-13 23:37:43 -0400 (Tue, 13 Apr 2010)
New Revision: 16231

Modified:
   branches/rel_1_6/Open-ILS/web/opac/skin/default/js/password_reset.js
Log:
Get a bit of space between the text fields and the buttons


Modified: branches/rel_1_6/Open-ILS/web/opac/skin/default/js/password_reset.js
===================================================================
--- branches/rel_1_6/Open-ILS/web/opac/skin/default/js/password_reset.js	2010-04-13 20:17:55 UTC (rev 16230)
+++ branches/rel_1_6/Open-ILS/web/opac/skin/default/js/password_reset.js	2010-04-14 03:37:43 UTC (rev 16231)
@@ -88,6 +88,7 @@
     var usernameText = new dijit.form.TextBox({
         name: "username"
     }).placeAt(pwResetFormCell);
+    dojo.create("br", null, pwResetFormDiv);
     var submitButton = new dijit.form.Button({
         id: "submitButton",
         type: "submit",



More information about the open-ils-commits mailing list