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

@@ -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">
@@ -38,4 +38,4 @@
<script type="text/javascript">
try {literal}{{/literal} dynaformSetFocus();}catch(e){literal}{{/literal}}
</script>