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  03ecfc097d70bf2c1240ddcc5c073f1fe50fcfcd (commit)
      from  982e191cbbb3607e806ae3a9fe783deec729c14b (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=03ecfc097d70bf2c1240ddcc5c073f1fe50fcfcd

commit 03ecfc097d70bf2c1240ddcc5c073f1fe50fcfcd
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Wed Mar 15 18:41:05 2017 +0100

    Use CSS; valid HTML 5

diff --git a/src/common/tracker/actions/query.php 
b/src/common/tracker/actions/query.php
index d0565ee..27b4dba 100644
--- a/src/common/tracker/actions/query.php
+++ b/src/common/tracker/actions/query.php
@@ -266,7 +266,7 @@ echo '<table 
style="margin-left:auto;margin-right:auto"><tr><td>' .
 
 echo $HTML->openForm(array('action' => 
'/tracker/?func=query&group_id='.$group_id.'&atid='.$ath->getID(), 'method' => 
'post'));
 echo '<input type="hidden" name="form_key" value="'.form_generate_key().'" />
-<table align="center" border="3" cellpadding="4" rules="groups" frame="box" 
width="100%" class="tablecontent">
+<table class="tablecontent fullwidth">
        <tr>
                <td>
                        <input type="submit" name="submit" value="'._('Save 
Changes').'" />
@@ -381,22 +381,22 @@ if (forge_check_perm ('tracker', $ath->getID(), 
'manager')) {
 echo '
        <tr>
                <td colspan="2" style="white-space: nowrap;">'.
-               '<strong>'._('Last Modified Date range')._(':').'</strong> 
<i>(YYYY-MM-DD YYYY-MM-DD Format)</i><br />
-               <input type="text" name="_moddaterange" size="21" 
maxlength="21" value="'. htmlspecialchars($_moddaterange) .'" /><p/>
-               <strong>'._('Open Date range')._(':').'</strong> <i>(YYYY-MM-DD 
YYYY-MM-DD Format)</i><br />
-               <input type="text" name="_opendaterange" size="21" 
maxlength="21" value="'. htmlspecialchars($_opendaterange) .'" /><p/>
-               <strong>'._('Close Date range')._(':').'</strong> 
<i>(YYYY-MM-DD YYYY-MM-DD Format)</i><br />
-               <input type="text" name="_closedaterange" size="21" 
maxlength="21" value="'. htmlspecialchars($_closedaterange) .'" />
+               '<p><strong>'._('Last Modified Date range')._(':').'</strong> 
<i>(YYYY-MM-DD YYYY-MM-DD Format)</i><br />
+               <input type="text" name="_moddaterange" size="21" 
maxlength="21" value="'. htmlspecialchars($_moddaterange) .'" /></p>
+               <p><strong>'._('Open Date range')._(':').'</strong> 
<i>(YYYY-MM-DD YYYY-MM-DD Format)</i><br />
+               <input type="text" name="_opendaterange" size="21" 
maxlength="21" value="'. htmlspecialchars($_opendaterange) .'" /></p>
+               <p><strong>'._('Close Date range')._(':').'</strong> 
<i>(YYYY-MM-DD YYYY-MM-DD Format)</i><br />
+               <input type="text" name="_closedaterange" size="21" 
maxlength="21" value="'. htmlspecialchars($_closedaterange) .'" /></p>
                </td>
        </tr>
        <tr>
                <td colspan="2">'.
-               '<strong>'._('Summary')._(': ').'</strong> '.$tips.'<br />
-               <input type="text" name="_summary" size="40" value="'. 
htmlspecialchars($_summary) .'" /><p/>
-               <strong>'._('Detailed description')._(': ').'</strong> 
'.$tips.'<br />
-               <input type="text" name="_description" size="40" value="'. 
htmlspecialchars($_description) .'" /><p/>
-               <strong>'._('Comments')._(': ').'</strong> '.$tips.'<br />
-               <input type="text" name="_followups" size="40" value="'. 
htmlspecialchars($_followups) .'" />
+               '<p><strong>'._('Summary')._(': ').'</strong> '.$tips.'<br />
+               <input type="text" name="_summary" size="40" value="'. 
htmlspecialchars($_summary) .'" /></p>
+               <p><strong>'._('Detailed description')._(': ').'</strong> 
'.$tips.'<br />
+               <input type="text" name="_description" size="40" value="'. 
htmlspecialchars($_description) .'" /></p>
+               <p><strong>'._('Comments')._(': ').'</strong> '.$tips.'<br />
+               <input type="text" name="_followups" size="40" value="'. 
htmlspecialchars($_followups) .'" /></p>
                </td>
        </tr>
        <tr>

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

Summary of changes:
 src/common/tracker/actions/query.php | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to