This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, master has been updated
via e22f38cc9e4846b06b672ae8bcd68eaf10c4d91a (commit)
via 5d2f7f9e6db47f02f3fbfe47505776f91b4702f0 (commit)
from 8ce2fac90ea0d322f47ddcb8a602988ba4b2eb81 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e22f38cc9e4846b06b672ae8bcd68eaf10c4d91a
Merge: 8ce2fac 5d2f7f9
Author: Franck Villaume <[email protected]>
Date: Fri Jun 6 11:28:38 2014 +0200
merge Branch_5_3
diff --cc src/www/forum/admin/index.php
index 5382db4,30d4a6b..51f24e0
--- a/src/www/forum/admin/index.php
+++ b/src/www/forum/admin/index.php
@@@ -109,12 -110,12 +109,12 @@@ if (getStringFromRequest('add_forum'))
<input type="hidden" name="add_forum" value="y" />
<input type="hidden" name="group_id"
value="'.$group_id.'" />
<input type="hidden" name="form_key" value="' .
form_generate_key() . '" />
- <strong>'._('Forum
Name')._(':').utils_requiredField().'</strong><br />
+ <strong>'._('Forum
Name').utils_requiredField()._(':').'</strong><br />
- <input type="text" name="forum_name"
required="required" value="" size="20" maxlength="30" />
+ <input type="text" name="forum_name"
required="required" value="" size="20" maxlength="30" pattern=".{3,}" />
</p>
<p>
-
<strong>'._('Description')._(':').utils_requiredField().'</strong><br />
+
<strong>'._('Description').utils_requiredField()._(':').'</strong><br />
- <input type="text" name="description"
required="required" value="" size="40" maxlength="80" />
+ <input type="text" name="description"
required="required" value="" size="40" maxlength="80" pattern=".{10,}" />
</p>
<p>
<strong>'._('Email All Posts To:').'</strong><br />
-----------------------------------------------------------------------
Summary of changes:
src/www/forum/admin/index.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits