Skip to content
Snippets Groups Projects
Commit 92fc7ebc authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

ci webgui - remove home button after saving (not needed anymore because of breadcrumb)

parent 5ed71a1b
No related branches found
No related tags found
No related merge requests found
......@@ -258,7 +258,7 @@ if ($aParams["prj"] == "all") {
if (array_key_exists("setupaction", $aParams) && $aParams["setupaction"] == "save") {
if ($oPrj->saveConfig()) {
$sOut.=$oHtml->getBox("success", t("page-setup-info-settings-were-saved")) . aPrjHome() . '<br><br>';
$sOut.=$oHtml->getBox("success", t("page-setup-info-settings-were-saved"));
} else {
$sOut.=$oHtml->getBox("error", t("page-setup-error-settings-were-not-saved"));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment