[PHPPlanner-cvs] phpplanner/admin config.php,1.3,1.4
Status: Beta
Brought to you by:
tomsommer
From: Tom S. <tom...@us...> - 2004-04-24 22:50:33
|
Update of /cvsroot/phpplanner/phpplanner/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5444/admin Modified Files: config.php Log Message: fixups Index: config.php =================================================================== RCS file: /cvsroot/phpplanner/phpplanner/admin/config.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- config.php 24 Apr 2004 22:45:42 -0000 1.3 +++ config.php 24 Apr 2004 22:50:20 -0000 1.4 @@ -82,9 +82,9 @@ </tr> <tr> <td nowrap>Hide to unregistered users <? show_hint('Unregistered users are not allowed to view the content of the calendar') ?></td> - <td><input type="radio" name="config_hide_unregistered" value="true" <?= ($config['hide_unregistered']) ? 'checked' : '' ?>> + <td><input type="radio" name="config_hide_to_unregistered" value="true" <?= ($config['hide_unregistered']) ? 'checked' : '' ?>> Yes - <input type="radio" name="config_hide_unregistered" value="false" <?= (!$config['hide_unregistered']) ? 'checked' : '' ?>> + <input type="radio" name="config_hide_to_unregistered" value="false" <?= (!$config['hide_unregistered']) ? 'checked' : '' ?>> No</td> </tr> <tr> |