print_header($strchangepassword, $strchangepassword, $strchangepassword, $focus);
}
- print_simple_box_start("center", "", $THEME->cellheading);
+ print_simple_box_start("center");
include("change_password_form.html");
print_simple_box_end();
print_footer();
-<table width="90%" border="0" cellspacing="10" cellpadding="5" align="center" style="font-size: small">\r
+<table width="90%" border="0" cellspacing="10" cellpadding="5" align="center">\r
<tr>\r
<?php if ($show_instructions) { ?>\r
- <td width="50%" bgcolor="<?php p($THEME->cellheading2) ?>" class="headingblock">\r
+ <td width="50%" class="headingblock">\r
<p align="center"><b><font size="3"><?php print_string("returningtosite") ?></font></b></p>\r
</td>\r
- <td width="50%" bgcolor="<?php p($THEME->cellheading2) ?>" class="headingblock">\r
+ <td width="50%" class="headingblock">\r
<p align="center"><b><font size="3"><?php print_string("firsttime") ?></font></b></p>\r
</td>\r
<?php } ?>\r
</tr>\r
<tr>\r
- <td width="50%" align="center" valign="top" bgcolor="<?php p($THEME->cellcontent2) ?>" class="generalbox">\r
+ <td width="50%" align="center" valign="top" class="generalbox">\r
<p><?php print_string("loginusing") ?>:<br />\r
(<?php print_string("cookiesenabled");?>) \r
<?php helpbutton("cookies", get_string("cookiesenabled"))?><br /><?php formerr($errormsg) ?>\r
</td>\r
\r
<?php if ($show_instructions) { ?>\r
- <td width="50%" valign="top" bgcolor="<?php p($THEME->cellcontent2) ?>" class="generalbox">\r
+ <td width="50%" valign="top" class="generalbox">\r
<?php switch ($CFG->auth) {\r
case "email":\r
print_string("loginsteps", "", "signup.php");\r