|
From: Ulf E. <ulf...@us...> - 2005-10-04 20:12:25
|
Update of /cvsroot/phpbt/phpbt/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18907/templates/default Modified Files: queryform.html Log Message: RFE #781511 - Allow search for "None" in Assigned-to Field Index: queryform.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/templates/default/queryform.html,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- queryform.html 4 Oct 2005 20:10:04 -0000 1.25 +++ queryform.html 4 Oct 2005 20:12:12 -0000 1.26 @@ -128,6 +128,11 @@ </tr> </table></td> </tr> + <tr> + <td><input type="checkbox" name="unassigned" value="1" + <?php if (!empty($unassigned)) echo "checked"; ?>> + <?php echo translate("Unassigned"); ?></td> + </tr> </table></td> </tr> </table> |