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  63ba1b1c0a697d39ffdbb92e7957eb96ca9368dd (commit)
      from  aeff562a621c1664f5d236e3b9c3b8c62bf089f9 (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=63ba1b1c0a697d39ffdbb92e7957eb96ca9368dd

commit 63ba1b1c0a697d39ffdbb92e7957eb96ca9368dd
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Thu Jun 9 09:32:46 2016 +0200

    Use CSS

diff --git a/src/common/tracker/actions/query.php 
b/src/common/tracker/actions/query.php
index 17c15d8..e59af22 100644
--- a/src/common/tracker/actions/query.php
+++ b/src/common/tracker/actions/query.php
@@ -301,7 +301,7 @@ echo '<input type="hidden" name="form_key" 
value="'.form_generate_key().'" />
 </table>';
 
 echo'
-<table width="100%" class="tablecontent">';
+<table class="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())),

-----------------------------------------------------------------------

Summary of changes:
 src/common/tracker/actions/query.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

Reply via email to