moodle/blocks/mentees/config_instance.html
2007-04-20 07:54:42 +00:00

12 lines
505 B
HTML
Executable File

<table cellpadding="9" cellspacing="0" class="blockconfigtable">
<tr valign="top">
<td align="right"><?php print_string('configtitle', 'block_mentees'); ?>:</td>
<td><input type="text" name="title" size="30" value="<?php echo isset($this->config->title)?p($this->config->title):''; ?>" /> (<?php print_string('leaveblanktohide', 'block_mentees'); ?>)</td>
</tr>
<tr>
<td colspan="3" align="center">
<input type="submit" value="<?php print_string('savechanges') ?>" /></td>
</tr>
</table>