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 fe128bcf2da5e16a74f7084ae2d75937e97098ac (commit)
from b4b8c114ed5fe4c91a7a0be299ee4349b92f3420 (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=fe128bcf2da5e16a74f7084ae2d75937e97098ac
commit fe128bcf2da5e16a74f7084ae2d75937e97098ac
Author: Marc-Etienne Vargenau <[email protected]>
Date: Wed Mar 9 19:10:29 2016 +0100
Less strings
diff --git a/src/plugins/taskboard/common/views/releases/add_release.php
b/src/plugins/taskboard/common/views/releases/add_release.php
index 5814e02..70ef9d3 100644
--- a/src/plugins/taskboard/common/views/releases/add_release.php
+++ b/src/plugins/taskboard/common/views/releases/add_release.php
@@ -65,8 +65,8 @@ echo html_e('h2', array(), _('Add release')._(':'));
echo $HTML->listTableTop();
?>
<tr><td><strong><?php echo _('Release') ?></strong> <?php echo
utils_requiredField(); ?></td><td><?php echo $release_box; ?></td></tr>
- <tr><td><strong><?php echo _('Start date') ?></strong> <?php echo
utils_requiredField(); ?></td><td><input type="text" name="start_date"
></td></tr>
- <tr><td><strong><?php echo _('End date') ?></strong> <?php echo
utils_requiredField(); ?></td><td><input type="text" name="end_date" ></td></tr>
+ <tr><td><strong><?php echo _('Start Date') ?></strong> <?php echo
utils_requiredField(); ?></td><td><input type="text" name="start_date"
></td></tr>
+ <tr><td><strong><?php echo _('End Date') ?></strong> <?php echo
utils_requiredField(); ?></td><td><input type="text" name="end_date" ></td></tr>
<tr><td><strong><?php echo _('Goals') ?></strong></td><td><textarea
name="goals" cols="79" rows="5" ></textarea></td></tr>
<tr><td><strong><?php echo _('Page URL') ?></strong></td><td><input
type="text" name="page_url" ></td></tr>
<?php
diff --git a/src/plugins/taskboard/common/views/releases/edit_release.php
b/src/plugins/taskboard/common/views/releases/edit_release.php
index fb08c63..5083eb7 100644
--- a/src/plugins/taskboard/common/views/releases/edit_release.php
+++ b/src/plugins/taskboard/common/views/releases/edit_release.php
@@ -78,8 +78,8 @@ echo html_e('h2', array(), _('Edit release')._(':'));
echo $HTML->listTableTop();
?>
<tr><td><strong><?php echo _('Release') ?></strong> <?php echo
utils_requiredField(); ?></td><td><?php echo $release_box; ?></td></tr>
- <tr><td><strong><?php echo _('Start date') ?></strong> <?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> <?php echo
utils_requiredField(); ?></td><td><input type="text" name="end_date"
value="<?php echo $end_date ?>"></td></tr>
+ <tr><td><strong><?php echo _('Start Date') ?></strong> <?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> <?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>
<?php
diff --git a/src/plugins/taskboard/common/views/releases/ind.php
b/src/plugins/taskboard/common/views/releases/ind.php
index 55c31b5..2a7d209 100644
--- a/src/plugins/taskboard/common/views/releases/ind.php
+++ b/src/plugins/taskboard/common/views/releases/ind.php
@@ -49,7 +49,7 @@ if ($taskboardReleases === false) {
echo html_e('p', array(),
util_make_link('/plugins/'.$pluginTaskboard->name.'/releases/?group_id='.$group_id.'&view=add_release',
html_e('strong', array(), _('Add release'))));
-$tablearr = array(_('Title'),_('Start date'),_('End date'), _('Goals'),
_('Page'), _('Charts'));
+$tablearr = array(_('Title'),_('Start Date'),_('End Date'), _('Goals'),
_('Page'), _('Charts'));
echo $HTML->listTableTop($tablearr, false, 'sortable_table_tracker',
'sortable_table_tracker');
-----------------------------------------------------------------------
Summary of changes:
src/plugins/taskboard/common/views/releases/add_release.php | 4 ++--
src/plugins/taskboard/common/views/releases/edit_release.php | 4 ++--
src/plugins/taskboard/common/views/releases/ind.php | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits