1 <table cellpadding=
"9" cellspacing=
"0">
3 <td align=
"right">block_online_users_timetosee:
</td>
5 <input name=
"block" type=
"hidden" value=
"<?php echo intval($_REQUEST['block']); ?>" />
6 <input name
="block_online_users_timetosee" type
="text" size
="5" value
="<?php
7 if(isset($CFG->block_online_users_timetosee)) {
8 p($CFG->block_online_users_timetosee);
14 <?php
print_string('configtimetosee', 'block_online_users') ?>
18 <td colspan=
"3" align=
"center">
19 <input type=
"submit" value=
"<?php print_string('savechanges') ?>" /></td
>