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  26a798c5ab549f232dcd56ee20eb9281fd99633a (commit)
      from  b0dbb95b9c3ab4134659d677fa81f2dde9133f7e (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=26a798c5ab549f232dcd56ee20eb9281fd99633a

commit 26a798c5ab549f232dcd56ee20eb9281fd99633a
Author: Franck Villaume <[email protected]>
Date:   Sun Oct 2 19:18:25 2016 +0200

    use email type, set textarea width

diff --git a/src/common/tracker/include/build_submission_form.php 
b/src/common/tracker/include/build_submission_form.php
index eb93cd7..ccb5b12 100644
--- a/src/common/tracker/include/build_submission_form.php
+++ b/src/common/tracker/include/build_submission_form.php
@@ -3,7 +3,7 @@
  * Generic Tracker facility
  *
  * Copyright 1999-2001 (c) VA Linux Systems; 2005 GForge, LLC
- * Copyright 2012,2015, Franck Villaume - TrivialDev
+ * Copyright 2012,2015-2016, Franck Villaume - TrivialDev
  * Copyright 2016, Stéphane-Eymeric Bredthauer - TrivialDev
  * http://fusionforge.org/
  *
@@ -39,7 +39,7 @@ function artifact_submission_form($ath, $group, $summary='', 
$details='', $assig
                $content = html_ao('div', array('class'=>'login_warning_msg'));
                $content .= $HTML->warning_msg(_('Please').' 
'.util_make_link('/account/login.php?return_to='.urlencode(getStringFromServer('REQUEST_URI')),
 _('login')));
                $content .= _('If you <strong>cannot</strong> login, then enter 
your email address here')._(':');
-               $content .= html_e('p',array(), html_e('input', 
array('type'=>'text', 'name'=>'user_email', 'size'=>'50', 'maxlength'=>'255')));
+               $content .= html_e('p',array(), html_e('input', 
array('type'=>'email', 'name'=>'user_email', 'size'=>'50', 
'maxlength'=>'255')));
                $content .= html_ac(html_ap() - 1);
                $cells = array();
                $cells[][] = $content;
@@ -77,7 +77,7 @@ function artifact_submission_form($ath, $group, $summary='', 
$details='', $assig
 
        $content = html_e('strong', array(), _('Detailed 
description').utils_requiredField()._(':'));
        $content .= 
notepad_button('document.forms.trackeraddform.details').html_e('br');
-       $content .= html_e('textarea', array('id'=>'tracker-description', 
'required'=>'required', 'name'=>'details', 'rows'=>'20', 'cols'=>'79', 
'title'=>util_html_secure(html_get_tooltip_description('description'))), 
$details, false);
+       $content .= html_e('textarea', array('id'=>'tracker-description', 
'required'=>'required', 'name'=>'details', 'rows'=>'20', 'style'=>'width: 
100%', 'title'=>util_html_secure(html_get_tooltip_description('description'))), 
$details, false);
        $cells = array();
        $cells[] = array($content, 'colspan'=>'2');
        echo $HTML->multiTableRow(array(), $cells);

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

Summary of changes:
 src/common/tracker/include/build_submission_form.php | 6 +++---
 1 file changed, 3 insertions(+), 3 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