|
From: Benjamin C. <bc...@us...> - 2004-02-29 02:22:16
|
Update of /cvsroot/phpbt/phpbt/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24410/templates/default Modified Files: Tag: phpbt-1_0 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 retrieving revision 1.20.2.1 diff -u -r1.20 -r1.20.2.1 --- queryform.html 11 Jun 2003 12:09:20 -0000 1.20 +++ queryform.html 29 Feb 2004 02:12:21 -0000 1.20.2.1 @@ -138,6 +138,15 @@ <option value="rlike">{$STRING.QUERY.MatchingAs_Regexp}</option> <option value="not rlike">{$STRING.QUERY.MatchingAs_NotRegexp}</option> </select></td> + </tr><tr> + <td align="right"> + Created Date Range: + </td> + <td colspan="2"> + <input type="text" name="start_date" size="11"> + to + <input type="text" name="end_date" size="11"> + </td> </tr> </table> <hr align="left" width="100%"> |