|
|
mantisbt view_filters_page.php,1.25,1.26: msg#00115
|
Subject: |
mantisbt view_filters_page.php,1.25,1.26 |
Update of /cvsroot/mantisbt/mantisbt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12672
Modified Files:
view_filters_page.php
Log Message:
fix for 0004998: Can't use Date Filters in the filters screens
Index: view_filters_page.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/view_filters_page.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- view_filters_page.php 15 Dec 2004 17:03:35 -0000 1.25
+++ view_filters_page.php 23 Dec 2004 16:40:54 -0000 1.26
@@ -276,7 +276,7 @@
<?php print_filter_highlight_changed(); ?>
</td>
<td valign="top" class="left" colspan="<?php echo ( 4 * $t_custom_cols
); ?>">
- <?php print_filter_do_filter_by_date(); ?>
+ <?php print_filter_do_filter_by_date( true ); # hide checkbox
as it's already been shown ?>
</td>
</tr>
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
|
| |