display title

This commit is contained in:
Roland Gruber 2010-12-19 13:37:51 +00:00
parent 860b4a5f41
commit 51e57f50ad
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ echo "<div class=\"userlist-bright smallPaddingContent\">\n";
echo "<form action=\"profilemain.php\" method=\"post\">\n";
$container = new htmlTable();
$container->addElement(new htmlTitle(_("Profile editor")), true);
if (isset($_GET['savedSuccessfully'])) {
$message = new htmlStatusMessage("INFO", _("Profile was saved."), htmlspecialchars($_GET['savedSuccessfully']));