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, Branch_5_3 has been updated
       via  5d2f7f9e6db47f02f3fbfe47505776f91b4702f0 (commit)
      from  fb6d32e1923ab7b68de0ca197be1b17ad4ad03b7 (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 5d2f7f9e6db47f02f3fbfe47505776f91b4702f0
Author: Franck Villaume <[email protected]>
Date:   Fri Jun 6 11:25:48 2014 +0200

    add missing html5 pattern

diff --git a/src/www/forum/admin/index.php b/src/www/forum/admin/index.php
index 5a8e388..30d4a6b 100644
--- a/src/www/forum/admin/index.php
+++ b/src/www/forum/admin/index.php
@@ -111,11 +111,11 @@ if (getStringFromRequest('add_forum')) {
                        <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 />
-                       <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 />
-                       <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

Reply via email to