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 08661b4caec6164a4119192f39dbab6d8caf155f (commit)
from b3f625c8cedb85190eb695a34f7d97f8a2a59795 (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=08661b4caec6164a4119192f39dbab6d8caf155f
commit 08661b4caec6164a4119192f39dbab6d8caf155f
Author: Marc-Etienne Vargenau <[email protected]>
Date: Fri Feb 10 10:50:40 2017 +0100
Remove empty cells; put Submit button outside of table
diff --git a/src/common/tracker/views/form-extrafieldcopy.php
b/src/common/tracker/views/form-extrafieldcopy.php
index ac2d0b0..8cddd7b 100644
--- a/src/common/tracker/views/form-extrafieldcopy.php
+++ b/src/common/tracker/views/form-extrafieldcopy.php
@@ -49,7 +49,7 @@ $res = db_query_params ('SELECT g.unix_group_name, agl.name
AS tracker_name, aef
AND aefl.extra_field_id != $2
AND aefl.field_type IN (1,2,3,5,7)',
array (db_int_array_to_any_clause ($project_ids),
- $id));
+ $id));
if (db_numrows($res) < 1) {
exit_error(_('Cannot find a destination tracker where
you have administration rights.'),'tracker');
}
@@ -66,13 +66,12 @@ echo $HTML->openForm(array('action' =>
'/tracker/admin/?group_id='.$group_id.'&a
?>
<table>
<tr>
- <td></td><th>
+ <th>
<?php echo _('Copy From') ?>
<?php echo $fb->getName() ?>
</th><td></td><th>
<?php echo _('Into trackers and custom fields') ?>
- </th></tr><tr><th>
- </th>
+ </th></tr><tr>
<td class="top">
<input type="hidden" name="copy_opt" value="copy" />
<input type="hidden" name="id" value="<?php echo $id; ?>" />
@@ -91,15 +90,14 @@ echo $HTML->openForm(array('action' =>
'/tracker/admin/?group_id='.$group_id.'&a
echo
html_build_select_box_from_arrays($id_arr,$name_arr,'selectid',$selectid,false);
echo '</td></tr>';
- echo '<tr><td>';
?>
- <br />
- <input type="submit" name="post_changes" value="<?php echo
_('Submit') ?>" />
- </td></tr></table>
+ </table>
+
+ <p><input type="submit" name="post_changes" value="<?php echo
_('Submit') ?>" /></p>
<?php
echo $HTML->closeForm();
- $ath->footer();
+$ath->footer();
// Local Variables:
// mode: php
-----------------------------------------------------------------------
Summary of changes:
src/common/tracker/views/form-extrafieldcopy.php | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits