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 8f49b6b6b20c981bce8e56198eac4fc668dedab2 (commit)
from 41065a8c2d1d0869adf571eeb4e904330e32be9f (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=8f49b6b6b20c981bce8e56198eac4fc668dedab2
commit 8f49b6b6b20c981bce8e56198eac4fc668dedab2
Author: Franck Villaume <[email protected]>
Date: Thu Nov 3 14:27:56 2016 +0100
let javascript deals with even/odd
diff --git a/src/plugins/taskboard/common/views/admin/ind.php
b/src/plugins/taskboard/common/views/admin/ind.php
index 417374f..f7de4bc 100644
--- a/src/plugins/taskboard/common/views/admin/ind.php
+++ b/src/plugins/taskboard/common/views/admin/ind.php
@@ -65,7 +65,7 @@ if (!$tb_arr || count($tb_arr) < 1) {
$cells[][] =
util_make_link('/plugins/'.$pluginTaskboard->name.'/admin/?group_id='.$group_id.'&taskboard_id='.$tb_arr[$j]->getID(),
html_image("ic/tracker20w.png",
20, 20).' '.$tb_arr[$j]->getName());
$cells[][] = $tb_arr[$j]->getDescription();
- echo $HTML->multiTableRow(array('class' =>
$HTML->boxGetAltRowStyle($j, true)), $cells);
+ echo $HTML->multiTableRow(array(), $cells);
}
}
}
-----------------------------------------------------------------------
Summary of changes:
src/plugins/taskboard/common/views/admin/ind.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits