print_textarea($usehtmleditor, 10, 50, 50, 10, 'description', $role->description);
} ?></td>
</tr>
+</table>
-<tr valign="top">
- <td align="right"><?php print_string('permissions','role') ?>:</td>
- <td><table class="rolecap">
+<?php print_heading(get_string('permissions','role')) ?>
+
+<table class="rolecap">
<tr>
<th class="name" align="left"><?php print_string('capability','role') ?></th>
</tr>
<?php } ?>
-</table></td></tr>
+</table>
-<tr>
- <td />
- <td><input type="submit" value="<?php p($submitlabel) ?>" />
+<div class="submit" align="center">
+<input type="submit" value="<?php p($submitlabel) ?>" />
<?php if ($action != 'view') { ?>
<input type="submit" name="cancel" value="<?php print_string('cancel') ?>" />
<?php } ?>
- </form>
- </td>
-</tr>
-</table>
+</div>
+
+</form>