[pLog-svn] r2617 - plog/branches/plog-1.0.2/templates/summary

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed Nov 23 17:46:51 GMT 2005


Author: jondaley
Date: 2005-11-23 17:46:50 +0000 (Wed, 23 Nov 2005)
New Revision: 2617

Modified:
   plog/branches/plog-1.0.2/templates/summary/registerstep1.template
Log:
small typo in registration form.  fixes http://bugs.lifetype.net/view.php?id=750

Modified: plog/branches/plog-1.0.2/templates/summary/registerstep1.template
===================================================================
--- plog/branches/plog-1.0.2/templates/summary/registerstep1.template	2005-11-22 19:32:09 UTC (rev 2616)
+++ plog/branches/plog-1.0.2/templates/summary/registerstep1.template	2005-11-23 17:46:50 UTC (rev 2617)
@@ -24,8 +24,9 @@
 			<span class="required">*</span>
             <input type="password" name="userPassword" id="userPassword" value="{$userPassword}"/>
             {include file="summary/validate.template" field=userPassword message=$locale->tr("error_invalid_password")}            
-			<div class="formHelp">{$locale->tr("password_help")}</div>
-            <label for="userPasswordCheck">{$locale->tr("confirm_password")}</label><br />
+            <label for="userPasswordCheck">
+                 {$locale->tr("confirm_password")}</label>
+              <span class="required">*</span>
             <input type="password" name="userPasswordCheck" id="userPasswordCheck" value="{$userPasswordCheck}"/>
             {include file="summary/validate.template" field=userPasswordCheck message=$locale->tr("error_passwords_dont_match")}            
         </div>




More information about the pLog-svn mailing list