update for self service

This commit is contained in:
Roland Gruber 2010-08-28 13:00:12 +00:00
parent 06ccc05f6e
commit c0c4f0d5bc
1 changed files with 5 additions and 0 deletions

View File

@ -234,6 +234,11 @@ function display_LoginPage($config_object) {
StatusMessage("ERROR", _("Cannot open config file!"), htmlspecialchars($_GET['configSaveFile']));
echo "<br>";
}
// check if self service was saved
if (isset($_GET['selfserviceSaveOk'])) {
StatusMessage("INFO", _("Your settings were successfully saved."), $_GET['selfserviceSaveOk']);
echo "<br>";
}
?>
<div style="position:relative; z-index:5;">
<table width="650" align="center" border="2" rules="none" bgcolor="white">