[Fusionforge-commits] r18935 - trunk/src/www/account

Marc-Etienne VARGENAU vargenau at fusionforge.org
Fri Jan 24 19:15:50 CET 2014


Author: vargenau
Date: 2014-01-24 19:15:50 +0100 (Fri, 24 Jan 2014)
New Revision: 18935

Modified:
   trunk/src/www/account/change_email.php
Log:
type="email"

Modified: trunk/src/www/account/change_email.php
===================================================================
--- trunk/src/www/account/change_email.php	2014-01-24 17:59:05 UTC (rev 18934)
+++ trunk/src/www/account/change_email.php	2014-01-24 18:15:50 UTC (rev 18935)
@@ -85,9 +85,9 @@
 <input type="hidden" name="form_key" value="<?php echo form_generate_key(); ?>"/>
 <?php echo _('New Email Address')._(':'); ?>
     <label for="newemail">
-        <input id="newemail" type="text" name="newemail" maxlength="255"/>
+        <input id="newemail" required="required" type="email" name="newemail" maxlength="255"/>
     </label>
-    <input type="submit" name="submit" value="<?php echo _('Send Confirmation to New Address') ?>" />
+    <input type="submit" name="submit" value="<?php echo _('Send Confirmation to New Address'); ?>" />
 </p>
 </form>
 




More information about the Fusionforge-commits mailing list