[Fusionforge-commits] r17931 - trunk/src/www/forum/admin

Marc-Etienne VARGENAU vargenau at fusionforge.org
Tue Sep 10 15:20:40 CEST 2013


Author: vargenau
Date: 2013-09-10 15:20:40 +0200 (Tue, 10 Sep 2013)
New Revision: 17931

Modified:
   trunk/src/www/forum/admin/index.php
Log:
type="email"

Modified: trunk/src/www/forum/admin/index.php
===================================================================
--- trunk/src/www/forum/admin/index.php	2013-09-10 13:08:05 UTC (rev 17930)
+++ trunk/src/www/forum/admin/index.php	2013-09-10 13:20:40 UTC (rev 17931)
@@ -119,7 +119,7 @@
 			</p>
 			<p>
 			<strong>'._('Email All Posts To:').'</strong><br />
-			<input type="text" name="send_all_posts_to" value="" size="60" />
+			<input type="email" name="send_all_posts_to" value="" size="60" />
 			</p>
 			<p>
 			<input type="submit" name="submit" value="'._('Add This Forum').'" />
@@ -152,7 +152,7 @@
 				</p>
 				<p>
 				<strong>'._('Email All Posts To:').'</strong><br />
-				<input type="text" name="send_all_posts_to" value="'. $f->getSendAllPostsTo() .'" size="60" />
+				<input type="email" name="send_all_posts_to" value="'. $f->getSendAllPostsTo() .'" size="60" />
 				</p>
 				<p>
 				<strong>'._('Description').':'.utils_requiredField().'</strong><br />




More information about the Fusionforge-commits mailing list