[vhffs-dev] [904] Fixing bug #219. |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 904
Author: beuss
Date: 2007-09-11 04:58:08 +0000 (Tue, 11 Sep 2007)
Log Message:
-----------
Fixing bug #219.
Modified Paths:
--------------
trunk/vhffs-panel/templates/user/create.tmpl
trunk/vhffs-panel/templates/user/prefs.tmpl
Modified: trunk/vhffs-panel/templates/user/create.tmpl
===================================================================
--- trunk/vhffs-panel/templates/user/create.tmpl 2007-09-11 04:53:11 UTC (rev 903)
+++ trunk/vhffs-panel/templates/user/create.tmpl 2007-09-11 04:58:08 UTC (rev 904)
@@ -22,7 +22,7 @@
<label for="MAIL">
<TMPL_VAR NAME="MAIL_TEXT">
</label>
- <span><input type="text" name="MAIL" id="MAIL" maxlength="32" value="<TMPL_VAR NAME="MAIL_VALUE">" onkeyup="javascript:check(this.id, validEmail);"/> </span> <img src="/themes/<tmpl_var name="THEME">/images/tip.png" alt="tip" id="email_tip_trigger"/>
+ <span><input type="text" name="MAIL" id="MAIL" maxlength="200" value="<TMPL_VAR NAME="MAIL_VALUE">" onkeyup="javascript:check(this.id, validEmail);"/> </span> <img src="/themes/<tmpl_var name="THEME">/images/tip.png" alt="tip" id="email_tip_trigger"/>
</p>
<p>
<label for="FIRSTNAME">
Modified: trunk/vhffs-panel/templates/user/prefs.tmpl
===================================================================
--- trunk/vhffs-panel/templates/user/prefs.tmpl 2007-09-11 04:53:11 UTC (rev 903)
+++ trunk/vhffs-panel/templates/user/prefs.tmpl 2007-09-11 04:58:08 UTC (rev 904)
@@ -17,7 +17,7 @@
<p>
<label for="MAIL"><tmpl_var name="TEXT_MAIL"> :</label>
- <input name="MAIL" id="MAIL" value="<tmpl_var name="VALUE_MAIL">" type="text" />
+ <input name="MAIL" id="MAIL" maxlength="200" value="<tmpl_var name="VALUE_MAIL">" type="text" />
</p>
<p>