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 cf8a6781daab5e832b2873767a16ea6b3978d96b (commit)
from ab5cae3bb12a29be3720c46d0b8ee4bdbedb3e64 (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=cf8a6781daab5e832b2873767a16ea6b3978d96b
commit cf8a6781daab5e832b2873767a16ea6b3978d96b
Author: Marc-Etienne Vargenau <[email protected]>
Date: Thu Mar 23 11:56:06 2017 +0100
Add <label>s
diff --git a/src/www/pm/mod_task.php b/src/www/pm/mod_task.php
index 87d3649..4881fc2 100644
--- a/src/www/pm/mod_task.php
+++ b/src/www/pm/mod_task.php
@@ -79,12 +79,12 @@ echo $HTML->openForm(array('action' =>
'/pm/task.php?group_id='.$group_id.'&grou
<tr>
<td>
- <strong><?php echo _('Percent Complete') . _(': ');
?></strong><br />
+ <strong><?php echo _('Percent Complete')._(': ');
?></strong><br />
<?php
$pg->percentCompleteBox('percent_complete',$pt->getPercentComplete()); ?>
</td>
<td>
- <strong><?php echo _('Priority') . _(': '); ?></strong><br />
+ <strong><?php echo _('Priority')._(': '); ?></strong><br />
<?php echo
build_priority_select_box('priority',$pt->getPriority()); ?>
</td>
@@ -98,8 +98,8 @@ echo $HTML->openForm(array('action' =>
'/pm/task.php?group_id='.$group_id.'&grou
<tr>
<td>
- <strong><?php echo _('Task Summary') . _(': '); ?></strong><br
/>
- <input type="text" name="summary" size="65" maxlength="65"
value="<?php echo $pt->getSummary(); ?>" />
+ <label for="summary"><strong><?php echo _('Task Summary')._(':
'); ?></strong></label><br />
+ <input id="summary" type="text" name="summary" size="65"
maxlength="65" value="<?php echo $pt->getSummary(); ?>" />
</td>
<td colspan="2">
<?php echo
util_make_link('/pm/task.php?func=deletetask&project_task_id='.$project_task_id.'&group_id='.$group_id.'&group_project_id='.$group_project_id,
$HTML->getDeletePic(_('Delete this task'), _('Delete this task')).'
'._('Delete this task')); ?>
@@ -113,6 +113,7 @@ echo $HTML->openForm(array('action' =>
'/pm/task.php?group_id='.$group_id.'&grou
<tr>
<td colspan="3">
+ <p>
<strong><?php echo _('Original Comment') . _(': ');
?></strong><br />
<?php
$sanitizer = new TextSanitizer();
@@ -124,11 +125,15 @@ echo $HTML->openForm(array('action' =>
'/pm/task.php?group_id='.$group_id.'&grou
echo $body;
}
?>
- <p />
- <strong><?php echo _('Add A Comment') . _(': ');
?></strong><?php echo notepad_button('document.forms.modtaskform.details')
?><br />
+ </p>
+ <p>
+ <label for="details"><strong><?php echo _('Add A Comment') .
_(': '); ?></strong></label>
+ <?php echo notepad_button('document.forms.modtaskform.details')
?>
+ </p>
<?php
$GLOBALS['editor_was_set_up']=false;
$params = array() ;
+$params['id'] = 'details';
$params['name'] = 'details';
$params['width'] = "800";
$params['height'] = "300";
@@ -196,14 +201,14 @@ unset($GLOBALS['editor_was_set_up']);
<tr>
<td>
- <strong><?php echo _('Estimated Hours') . _(': ');
?></strong><br />
- <input type="number" name="hours" size="5" value="<?php echo
$pt->getHours(); ?>" />
+ <label for="hours"><strong><?php echo _('Estimated Hours') .
_(': '); ?></strong></label><br />
+ <input id="hours" type="number" name="hours" size="5"
value="<?php echo $pt->getHours(); ?>" />
</td>
<td colspan="2">
<strong><?php echo _('Status') . _(': '); ?></strong><br />
<?php
- echo $pg->statusBox('status_id', $pt->getStatusID(), false );
+ echo $pg->statusBox('status_id', $pt->getStatusID(), false);
?>
</td>
</tr>
-----------------------------------------------------------------------
Summary of changes:
src/www/pm/mod_task.php | 23 ++++++++++++++---------
1 file changed, 14 insertions(+), 9 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits