MDL-11517 reserved word MOD used in table alias in questions backup code
[moodle-pu.git] / blocks / mentees / config_instance.html
blob09f765c29d651cd381dfae68f010ab8ac7761631
1 <table cellpadding="9" cellspacing="0" class="blockconfigtable">
2 <tr valign="top">
3 <td align="right"><?php print_string('configtitle', 'block_mentees'); ?>:</td>
4 <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>
5 </tr>
6 <tr>
7 <td colspan="3" align="center">
8 <input type="submit" value="<?php print_string('savechanges') ?>" /></td>
9 </tr>
10 </table>