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 2faea515beae3b2b14a472cf42fbc65c1d817e75 (commit)
from 1a6cef70dcb902edb4d8b464ba1be050b05515c4 (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=2faea515beae3b2b14a472cf42fbc65c1d817e75
commit 2faea515beae3b2b14a472cf42fbc65c1d817e75
Author: Franck Villaume <[email protected]>
Date: Sat Jun 11 10:56:00 2016 +0200
use HTML helpers
diff --git a/src/common/tracker/actions/query.php
b/src/common/tracker/actions/query.php
index e59af22..271a66c 100644
--- a/src/common/tracker/actions/query.php
+++ b/src/common/tracker/actions/query.php
@@ -300,8 +300,7 @@ echo '<input type="hidden" name="form_key"
value="'.form_generate_key().'" />
</tr>
</table>';
-echo'
-<table class="tablecontent fullwidth">';
+echo $HTML->listTableTop(array(), array(), 'tablecontent fullwidth');
if (forge_check_perm ('tracker', $ath->getID(), 'manager')) {
$default_query = db_result(db_query_params('SELECT query_name FROM
artifact_query WHERE query_type=2 AND group_artifact_id=$1',
array ($ath->getID())),
@@ -399,8 +398,7 @@ echo '<tr>
.'/>'._('Display a short summary box on top of the list (roadmap
status).').'</p>
</td>
</tr>';
-echo '
- </table>';
+echo $HTML->listTableBottom();
echo $HTML->closeForm();
echo '</fieldset></td></tr></table>';
$ath->footer();
-----------------------------------------------------------------------
Summary of changes:
src/common/tracker/actions/query.php | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits