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, 6.1 has been updated
via cc41a7fd0a68aa854da1a42ebb38c8a6a3285459 (commit)
via 15bc88f384e7569cfee9aed3f84c82e4d679a58b (commit)
from a77335583a48f9ebd10a95fae303929b90fc85d7 (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=cc41a7fd0a68aa854da1a42ebb38c8a6a3285459
commit cc41a7fd0a68aa854da1a42ebb38c8a6a3285459
Author: Franck Villaume <[email protected]>
Date: Sun Apr 22 10:49:54 2018 +0200
pm: fix priority color in browse
diff --git a/src/www/pm/browse_task.php b/src/www/pm/browse_task.php
index 5c64e16..a92a6f7 100644
--- a/src/www/pm/browse_task.php
+++ b/src/www/pm/browse_task.php
@@ -167,7 +167,7 @@ echo ' <input type="hidden" name="set" value="custom"
/>
<td>'._('Category')._(': ').'<br />'. $cat_box .'</td>
<td>'._('Sort On')._(': ').'<br />'. $order_box . $sort_box
.'</td>
<td>'._('Detail View')._(': ').'<br />'. $view_box .'</td>
- <td><input type="submit" name="submit" value="'._('Browse').'"
/></td>
+ <td style="vertical-align: bottom"><input type="submit"
name="submit" value="'._('Browse').'" /></td>
</tr></table>';
echo $HTML->closeForm();
if ($rows < 1) {
@@ -231,7 +231,7 @@ if ($rows < 1) {
$title_arr[]=_('Priority');
- echo $HTML->listTableTop($title_arr);
+ echo $HTML->listTableTop($title_arr, array(), 'full');
$now = time();
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=15bc88f384e7569cfee9aed3f84c82e4d679a58b
commit 15bc88f384e7569cfee9aed3f84c82e4d679a58b
Author: Franck Villaume <[email protected]>
Date: Sun Apr 22 10:45:02 2018 +0200
tabs & space
diff --git a/src/www/pm/task.php b/src/www/pm/task.php
index f995530..e890c59 100644
--- a/src/www/pm/task.php
+++ b/src/www/pm/task.php
@@ -61,17 +61,17 @@ $duration = getStringFromRequest('duration');
$parent_id = getIntFromRequest('parent_id');
if (!$group_id || !$group_project_id) {
- $redirect_url = '';
- if (isset($_SERVER['HTTP_REFERER']))
- $redirect_url = $_SERVER['HTTP_REFERER'];
+ $redirect_url = '';
+ if (isset($_SERVER['HTTP_REFERER']))
+ $redirect_url = $_SERVER['HTTP_REFERER'];
- if (!$group_id)
- $missing_params[] = _('Group ID');
+ if (!$group_id)
+ $missing_params[] = _('Group ID');
- if (!$group_project_id)
- $missing_params[] = _('Group Project ID');
+ if (!$group_project_id)
+ $missing_params[] = _('Group Project ID');
- exit_missing_param($redirect_url,$missing_params,'pm');
+ exit_missing_param($redirect_url, $missing_params, 'pm');
}
$group = group_get_object($group_id);
-----------------------------------------------------------------------
Summary of changes:
src/www/pm/browse_task.php | 4 ++--
src/www/pm/task.php | 16 ++++++++--------
2 files changed, 10 insertions(+), 10 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits