Revision 6db7ee23
Added by Bipin Chandra over 10 years ago
usr/local/www/system_usermanager_settings.php | ||
---|---|---|
91 | 91 |
include("head.inc"); |
92 | 92 |
?> |
93 | 93 |
|
94 |
<body link="#000000" vlink="#000000" alink="#000000" onload="<?= $jsevents["body"]["onload"] ?>">
|
|
94 |
<body link="#0000CC" vlink="#0000CC" alink="#0000CC" onload="<?= $jsevents["body"]["onload"] ?>">
|
|
95 | 95 |
<?php include("fbegin.inc");?> |
96 | 96 |
<?php if ($input_errors) print_input_errors($input_errors);?> |
97 | 97 |
<?php if ($savemsg) print_info_box($savemsg);?> |
Also available in: Unified diff
Improving aesthetics.
Make title color more consistent with other pages.
Improving aesthetics.