Skip to content

Commit

Permalink
Fix issue 04022: Some notices at the admin panel are not centered
Browse files Browse the repository at this point in the history
Dev updated layout for "Global settings were saved" message 



git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@8207 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Tony Partner committed Dec 29, 2009
1 parent a66d1dd commit 4ae7dac
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions admin/globalsettings.php
Expand Up @@ -82,7 +82,11 @@ function globalsettingssave()
setGlobalSetting('timeadjust',$savetime);
setGlobalSetting('usepdfexport',strip_tags($_POST['usepdfexport']));
setGlobalSetting('usercontrolSameGroupPolicy',strip_tags($_POST['usercontrolSameGroupPolicy']));
$editsurvey .= "<p>".$clang->gT("Global settings were saved.");
$editsurvey .= "<div class='header'>".$clang->gT("Global settings")."</div>\n"
. "<div class=\"messagebox\">\n"
. "<br /><div class=\"successheader\">".$clang->gT("Global settings were saved.")."</div>\n"
. "<br/><input type=\"submit\" onclick=\"window.open('admin.php', '_top')\" value=\"".$clang->gT("Continue")."\"/>\n"
. "</div>\n";
}
}
}
Expand Down Expand Up @@ -147,7 +151,7 @@ function globalsettingsdisplay()
{
$editsurvey .=$clang->gT('There is currently no newer LimeSurvey version available.');
}
$editsurvey .= "</div>";
$editsurvey .= "</p></div>";



Expand Down

0 comments on commit 4ae7dac

Please sign in to comment.