[PHPPlanner-cvs] phpplanner/templates/default day.form.html,1.1,1.2
Status: Beta
Brought to you by:
tomsommer
From: Tom S. <tom...@us...> - 2004-04-25 22:01:54
|
Update of /cvsroot/phpplanner/phpplanner/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3864/templates/default Modified Files: day.form.html Log Message: Fixed a shitload of bugs Index: day.form.html =================================================================== RCS file: /cvsroot/phpplanner/phpplanner/templates/default/day.form.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- day.form.html 23 Apr 2004 17:33:34 -0000 1.1 +++ day.form.html 25 Apr 2004 22:01:44 -0000 1.2 @@ -28,7 +28,6 @@ <td valign="middle"><font size="2"> {$lang.private}?</font></td> <td valign="middle"><font size="2"> <select name="private"> - {html_options options=$private_options selected=$edit.private} </select> |