BUG 7037 "Forgot my password error message" SOLVED

This commit is contained in:
Erik Amaru Ortiz
2011-06-08 10:22:11 -04:00
parent a8d787f698
commit be21021d2b
2 changed files with 4 additions and 4 deletions

View File

@@ -23,5 +23,5 @@
*
*/
$G_PUBLISH = new Publisher ();
$G_PUBLISH->AddContent ( 'xmlform', 'xmlform', 'login/forgotPassword', '', $aFields, SYS_URI . 'login/retrivePassword.php');
$G_PUBLISH->AddContent ( 'xmlform', 'xmlform', 'login/forgotPassword', '', array(), 'retrivePassword.php');
G::RenderPage ( "publish" );

View File

@@ -11,11 +11,11 @@
<td class='FormTitle' colspan="2" align="">{$form.TITLE}</td>
</tr>
<tr>
<td class='FormLabel' width="{$form_labelWidth}"><font color="red">* </font>{$USR_USERNAME}</td>
<td class='FormLabel' width="{$form_labelWidth}">{$USR_USERNAME}</td>
<td class='FormFieldContent' width='{$form_fieldContentWidth}' >{$form.USR_USERNAME}</td>
</tr>
<tr>
<td class='FormLabel' width="{$form_labelWidth}"><font color="red">* </font>{$USR_EMAIL}</td>
<td class='FormLabel' width="{$form_labelWidth}">{$USR_EMAIL}</td>
<td class='FormFieldContent' width='{$form_fieldContentWidth}' >{$form.USR_EMAIL}</td>
</tr>
<tr style="display: none">