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 3df7394630a44f214acf97b41d89809b4fd24aea (commit)
from addc4a988ddbe0f8ee26879703521560a0b6cd03 (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=3df7394630a44f214acf97b41d89809b4fd24aea
commit 3df7394630a44f214acf97b41d89809b4fd24aea
Author: Franck Villaume <[email protected]>
Date: Fri Dec 16 18:46:24 2016 +0100
add missing required flag
diff --git a/src/common/tracker/include/ArtifactHtml.class.php
b/src/common/tracker/include/ArtifactHtml.class.php
index 3a93a7f..8c0808c 100644
--- a/src/common/tracker/include/ArtifactHtml.class.php
+++ b/src/common/tracker/include/ArtifactHtml.class.php
@@ -46,7 +46,7 @@ class ArtifactHtml extends Artifact {
$title_arr = array();
if ($editable === true) {
$title_arr[] = '<div style="width:100%; line-height:
20px;">' .
- '<div style="float:left;">' . _('Detailed
description')._(':') . '</div>' .
+ '<div style="float:left;">' . _('Detailed
description')._(':') .utils_requiredField().'</div>' .
'<div>' . $HTML->getEditFilePic(_('Edit this
message'), _('Edit this message'), array('class' => 'mini_buttons tip-ne',
'onclick'=>"switch2edit(this, 'showdescription', 'editdescription')")) .
'</div>' .
'</div>';
} else {
-----------------------------------------------------------------------
Summary of changes:
src/common/tracker/include/ArtifactHtml.class.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits