|
From: Benjamin C. <bc...@us...> - 2004-05-03 13:31:32
|
Update of /cvsroot/phpbt/phpbt/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24443/templates/default Modified Files: Tag: htmltemplates queryform.html Log Message: Added date range search based on closed date Index: queryform.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/templates/default/queryform.html,v retrieving revision 1.20.4.2 retrieving revision 1.20.4.3 diff -u -r1.20.4.2 -r1.20.4.3 --- queryform.html 29 Feb 2004 02:17:27 -0000 1.20.4.2 +++ queryform.html 3 May 2004 13:31:23 -0000 1.20.4.3 @@ -164,6 +164,15 @@ <?php echo translate("to"); ?> <input type="text" name="end_date" size="11"> </td> + </tr><tr> + <td align="right"> + <?php echo translate("Closed Date Range"); ?>: + </td> + <td colspan="2"> + <input type="text" name="closed_start_date" size="11"> + <?php echo translate("to"); ?> + <input type="text" name="closed_end_date" size="11"> + </td> </tr> </table> <hr align="left" width="100%"> |