1 <?php $usehtmleditor = can_use_html_editor(); ?>
2 <table cellpadding=
"9" cellspacing=
"0">
4 <td align=
"right"><?php print_string('configtitle', 'block_html'); ?>:
</td>
5 <td><input type=
"text" name=
"title" size=
"30" value=
"<?php echo isset($this->config->title)?p($this->config->title):''; ?>" /> (<?php
print_string('leaveblanktohide', 'block_html'); ?>)
</td>
8 <td align=
"right"><?php print_string('configcontent', 'block_html'); ?>:
</td>
9 <td><?php print_textarea($usehtmleditor, 25, 50, 0, 0, 'text', isset($this->config
->text
)?
$this->config
->text
:'') ?></td>
12 <td colspan=
"3" align=
"center">
13 <input type=
"submit" value=
"<?php print_string('savechanges') ?>" /></td
>
16 <?php
if ($usehtmleditor) {