[pLog-svn] r4458 - plog/trunk/templates/summary

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sat Dec 30 10:33:44 GMT 2006


Author: oscar
Date: 2006-12-30 10:33:43 +0000 (Sat, 30 Dec 2006)
New Revision: 4458

Modified:
   plog/trunk/templates/summary/changepassword.template
Log:
One more fix

Modified: plog/trunk/templates/summary/changepassword.template
===================================================================
--- plog/trunk/templates/summary/changepassword.template	2006-12-29 23:50:30 UTC (rev 4457)
+++ plog/trunk/templates/summary/changepassword.template	2006-12-30 10:33:43 UTC (rev 4458)
@@ -1,15 +1,17 @@
 {include file="summary/header.template" section=$locale->tr("change_password")}
 <div id="onecolumn">
+ <div id="registrationform">
+	 <div id="intro">
+        <p>
+         {$locale->tr("change_password_help")}	
+		</p>
+	</div>
  <form name="changePassword" method="post">
   <fieldset class="inputField">
    <legend>{$locale->tr("change_password")}</legend>
-   <p>
-    {$locale->tr("change_password_help")}
-   </p>
    {include file="summary/formvalidate.template" message=$locale->tr("error_resetting_password")}
    <div class="field">
     <label for="newPassword">{$locale->tr("new_password")}</label>
-	<span class="required">*</span>
 	<div class="formHelp">{$locale->tr("new_password_help")}</div>	
     <input type="password" name="newPassword" value="" />
 	{include file="summary/validate.template" field=newPassword message=$locale->tr("error_invalid_password")}
@@ -27,5 +29,6 @@
    <input type="hidden" name="userId" value="{$userId}" />
   </div> 
  </form>
+ </div>
 </div>
 {include file="summary/footer.template"}
\ No newline at end of file



More information about the pLog-svn mailing list