mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 00:42:54 +02:00
Fixed "hardcoded" table background color of the bulk e-mail form
This commit is contained in:
parent
6ae342e599
commit
9cb909397e
@ -2,7 +2,7 @@
|
||||
<input type="hidden" name="id" value="<?php p($id) ?>" />
|
||||
<input type="hidden" name="returnto" value="<?php p($returnto) ?>" />
|
||||
<input type="hidden" name="deluser" value="" />
|
||||
<?php print_simple_box_start("center", "", "$THEME->cellheading"); ?>
|
||||
<?php print_simple_box_start("center", ""); ?>
|
||||
<table border="0" cellpadding="5">
|
||||
<tr valign="top">
|
||||
<td align="right"><b>
|
||||
|
Loading…
x
Reference in New Issue
Block a user