[Fusionforge-commits] FusionForge branch Branch_5_3 updated. 19b6087af94a60732bcef6b9b4d6ee697bdbd874

Franck VILLAUME nerville at fusionforge.org
Wed Jan 29 18:37:57 CET 2014


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  19b6087af94a60732bcef6b9b4d6ee697bdbd874 (commit)
      from  f8587c047b61fecc8060ed7ec90ced53cc3f54f4 (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 19b6087af94a60732bcef6b9b4d6ee697bdbd874
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Wed Jan 29 18:37:31 2014 +0100

    people: use HTML5 required

diff --git a/src/www/people/editjob.php b/src/www/people/editjob.php
index ce90a7d..802c791 100644
--- a/src/www/people/editjob.php
+++ b/src/www/people/editjob.php
@@ -4,7 +4,7 @@
  *
  * Copyright 1999-2001 (c) VA Linux Systems
  * Copyright 2002-2004 (c) GForge Team
- * Copyright 2010 (c) Franck Villaume
+ * Copyright 2010-2014, Franck Villaume - TrivialDev
  * http://fusionforge.org/
  *
  * This file is part of FusionForge. FusionForge is free software;
@@ -167,10 +167,10 @@ array($group_id, user_getid(), htmlspecialchars($title), htmlspecialchars($descr
 		'. people_job_status_box('status_id',db_result($result,0,'status_id')) .'</p>
 		<p>
 		<strong>'._('Short Description')._(':').'</strong><br />
-		<input type="text" name="title" value="'. db_result($result,0,'title') .'" size="40" maxlength="60" /></p>
+		<input type="text" name="title" value="'. db_result($result,0,'title') .'" size="40" maxlength="60" required="required" /></p>
 		<p>
 		<strong>'._('Long Description')._(':').'</strong><br />
-		<textarea name="description" rows="10" cols="60">'. db_result($result,0,'description') .'</textarea></p>
+		<textarea name="description" rows="10" cols="60" required="required" >'. db_result($result,0,'description') .'</textarea></p>
 		<p>
 		<input type="submit" name="update_job" value="'._('Update Descriptions').'" /></p>
 		</form>';

-----------------------------------------------------------------------

Summary of changes:
 src/www/people/editjob.php |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list