gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/www/tracker browse.php,1.13,1.14


From: gsmet
Subject: [Gforge-commits] gforge/www/tracker browse.php,1.13,1.14
Date: Tue, 05 Oct 2004 11:05:26 -0500

Update of /cvsroot/gforge/gforge/www/tracker
In directory db.perdue.net:/tmp/cvs-serv28317/www/tracker

Modified Files:
        browse.php 
Log Message:
applied [#790] added resolution_select_box for tracker browse page by Dominik 
Haas

Index: browse.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/tracker/browse.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- browse.php  26 Aug 2004 15:32:07 -0000      1.13
+++ browse.php  5 Oct 2004 16:05:23 -0000       1.14
@@ -27,7 +27,7 @@
        exit_error('Error',$af->getErrorMessage());
 }
 
-$af->setup($offset,$_sort_col,$_sort_ord,$max_rows,$set,$_assigned_to,$_status,$_category,$_group,$_changed_from);
+$af->setup($offset,$_sort_col,$_sort_ord,$max_rows,$set,$_assigned_to,$_status,$_category,$_group,$_changed_from,
 $_resolution);
 $_sort_col=$af->order_col;
 $_sort_ord=$af->sort;
 $_status=$af->status;
@@ -35,6 +35,7 @@
 $_category=$af->category;
 $_group=$af->group;
 $_changed_from=$af->changed_from;
+$_resolution=$af->resolution;
 
 $art_arr =& $af->getArtifacts();
 
@@ -128,8 +129,11 @@
        <input type="hidden" name="set" value="custom" />
        <tr>
                <td><span 
style="font-size:smaller">'.$Language->getText('tracker','assignee').':&nbsp;<a 
href="javascript:help_window(\'/help/tracker.php?helpname=assignee\')"><strong>(?)</strong></a><br
 />'. $tech_box .'</span></td>'.
-       '<td><span 
style="font-size:smaller">'.$Language->getText('tracker','status').':&nbsp;<a 
href="javascript:help_window(\'/help/tracker.php?helpname=status\')"><strong>(?)</strong></a><br
 />'. 
$ath->statusBox('_status',$_status,true,$Language->getText('tracker','status_any'))
 .'</span></td>'.
-       '<td><span 
style="font-size:smaller">'.$Language->getText('tracker','category').':&nbsp;<a 
href="javascript:help_window(\'/help/tracker.php?helpname=category\')"><strong>(?)</strong></a><br
 />'. $ath->categoryBox 
('_category',$_category,$Language->getText('tracker','category_any')) 
.'</span></td>'.
+       '<td><span 
style="font-size:smaller">'.$Language->getText('tracker','status').':&nbsp;<a 
href="javascript:help_window(\'/help/tracker.php?helpname=status\')"><strong>(?)</strong></a><br
 />'. 
$ath->statusBox('_status',$_status,true,$Language->getText('tracker','status_any'))
 .'</span></td>';
+       if ($ath->useResolution()) {
+               echo '<td><span 
style="font-size:smaller">'.$Language->getText('tracker','resolution').':&nbsp;<a
 
href="javascript:help_window(\'/help/tracker.php?helpname=resolution\')"><strong>(?)</strong></a><br
 />'. 
$ath->resolutionBox('_resolution',$_resolution,true,$Language->getText('tracker','status_any'))
 .'</span></td>';
+       }
+       echo '<td><span 
style="font-size:smaller">'.$Language->getText('tracker','category').':&nbsp;<a 
href="javascript:help_window(\'/help/tracker.php?helpname=category\')"><strong>(?)</strong></a><br
 />'. $ath->categoryBox 
('_category',$_category,$Language->getText('tracker','category_any')) 
.'</span></td>'.
        '<td><span 
style="font-size:smaller">'.$Language->getText('tracker','group').':&nbsp;<a 
href="javascript:help_window(\'/help/tracker.php?helpname=group\')"><strong>(?)</strong></a><br
 />'. $ath->artifactGroupBox 
('_group',$_group,$Language->getText('tracker','group_any')) .'</span></td>' .
        '<td><span 
style="font-size:smaller">'.$Language->getText('tracker','changed').':&nbsp;<a 
href="javascript:help_window(\'/help/tracker.php?helpname=changed\')"><strong>(?)</strong></a><br
 />'. 
html_build_select_box_from_arrays($changed_arr,$changed_name_arr,'_changed_from',$_changed_from,false)
 .'</span></td>
        </tr>';





reply via email to

[Prev in Thread] Current Thread [Next in Thread]