|
From: Benjamin C. <bc...@us...> - 2004-02-29 02:27:21
|
Update of /cvsroot/phpbt/phpbt/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25195/templates/default Modified Files: Tag: htmltemplates queryform.html Log Message: Added date search functionality Index: queryform.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/templates/default/queryform.html,v retrieving revision 1.20.4.1 retrieving revision 1.20.4.2 diff -u -r1.20.4.1 -r1.20.4.2 --- queryform.html 30 Aug 2003 22:00:34 -0000 1.20.4.1 +++ queryform.html 29 Feb 2004 02:17:27 -0000 1.20.4.2 @@ -155,6 +155,15 @@ <option value="rlike"><?php echo translate("regexp"); ?></option> <option value="not rlike"><?php echo translate("not regexp"); ?></option> </select></td> + </tr><tr> + <td align="right"> + <?php echo translate("Created Date Range"); ?>: + </td> + <td colspan="2"> + <input type="text" name="start_date" size="11"> + <?php echo translate("to"); ?> + <input type="text" name="end_date" size="11"> + </td> </tr> </table> <hr align="left" width="100%"> |