From: Rob H. <for...@us...> - 2002-10-05 05:57:43
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv25663/templates Modified Files: configuration.html Log Message: ah, NOW i get it... If a field is checked, it's like - <input type="checkbox" checked="on"> if it's not checked, it's like - <input type="checkbox"> got it. Index: configuration.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/configuration.html,v retrieving revision 1.6 retrieving revision 1.7 diff -U2 -r1.6 -r1.7 --- configuration.html 17 Sep 2002 20:59:02 -0000 1.6 +++ configuration.html 5 Oct 2002 05:57:40 -0000 1.7 @@ -15,5 +15,5 @@ </td> <td width="80%" align="left"> - <input type="checkbox" name="confirm_delete" checked="<TMPL_VAR NAME=CONFIRM_DELETE>"> + <input type="checkbox" name="confirm_delete" <TMPL_VAR NAME=CONFIRM_DELETE>> </td> </tr> |