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  e0210116f7752d16cab951a6b181b63dcaaf2d6b (commit)
      from  1d43281036ec1e73aaeaecdcd3029181938df8bb (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=e0210116f7752d16cab951a6b181b63dcaaf2d6b

commit e0210116f7752d16cab951a6b181b63dcaaf2d6b
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Tue Mar 21 18:20:39 2017 +0100

    Add <label>

diff --git a/src/plugins/taskboard/common/views/releases/edit_release.php 
b/src/plugins/taskboard/common/views/releases/edit_release.php
index f4e92c5..83adaf0 100644
--- a/src/plugins/taskboard/common/views/releases/edit_release.php
+++ b/src/plugins/taskboard/common/views/releases/edit_release.php
@@ -75,14 +75,29 @@ $release_box = 
html_build_select_box_from_arrays($release_id_arr, $release_name_
 echo $HTML->openForm(array('action' => 
'/plugins/taskboard/releases/?group_id='.$group_id.'&taskboard_id='.$taskboard_id.'&action=edit_release',
 'method' => 'post'));
 echo html_e('input', array('type' => 'hidden', 'name' => 'post_changes', 
'value' => 'y'));
 echo html_e('input', array('type' => 'hidden', 'name' => 'release_id', 'value' 
=> $release->getID()));
-echo html_e('h2', array(), _('Edit release')._(':'));
+echo html_e('h2', array(), _('Edit release'));
 echo $HTML->listTableTop();
 ?>
-       <tr><td><strong><?php echo _('Release') ?></strong>&nbsp;<?php echo 
utils_requiredField(); ?></td><td><?php echo $release_box; ?></td></tr>
-       <tr><td><strong><?php echo _('Start Date') ?></strong>&nbsp;<?php echo 
utils_requiredField(); ?></td><td><input type="text" name="start_date" 
value="<?php echo $start_date ?>"></td></tr>
-       <tr><td><strong><?php echo _('End Date') ?></strong>&nbsp;<?php echo 
utils_requiredField(); ?></td><td><input type="text" name="end_date" 
value="<?php echo $end_date ?>"></td></tr>
-       <tr><td><strong><?php echo _('Goals') ?></strong></td><td><textarea 
name="goals" cols="79" rows="5" ><?php echo htmlspecialchars($goals) 
?></textarea></td></tr>
-       <tr><td><strong><?php echo _('Page URL') ?></strong></td><td><input 
type="text" name="page_url" value="<?php echo htmlspecialchars($page_url) 
?>"></td></tr>
+       <tr>
+               <td><strong><?php echo 
_('Release').utils_requiredField()._(':'); ?></strong></td>
+               <td><?php echo $release_box; ?></td>
+       </tr>
+       <tr>
+               <td><label for="start_date"><strong><?php echo _('Start 
Date').utils_requiredField()._(':'); ?></strong></label></td>
+               <td><input id="start_date" type="text" name="start_date" 
value="<?php echo $start_date ?>"></td>
+       </tr>
+       <tr>
+               <td><label for="end_date"><strong><?php echo _('End 
Date').utils_requiredField()._(':'); ?></strong></label></td>
+               <td><input id="end_date" type="text" name="end_date" 
value="<?php echo $end_date ?>"></td>
+       </tr>
+       <tr>
+               <td><label for="goals"><strong><?php echo _('Goals')._(':'); 
?></strong></label></td>
+               <td><textarea id="goals" name="goals" cols="79" rows="5" ><?php 
echo htmlspecialchars($goals) ?></textarea></td>
+       </tr>
+       <tr>
+               <td><label for="page_url"><strong><?php echo _('Page 
URL')._(':'); ?></strong></label></td>
+               <td><input id="page_url" type="text" name="page_url" 
value="<?php echo htmlspecialchars($page_url) ?>"></td>
+       </tr>
 <?php
 echo $HTML->listTableBottom();
 echo html_e('p', array(), html_e('input', array('type' => 'submit', 'name' => 
'post_changes', 'value' => _('Submit'))));

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

Summary of changes:
 .../common/views/releases/edit_release.php         | 27 +++++++++++++++++-----
 1 file changed, 21 insertions(+), 6 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