diff --git a/lam/templates/account/groupedit.php b/lam/templates/account/groupedit.php index 65283770..665bf0c6 100644 --- a/lam/templates/account/groupedit.php +++ b/lam/templates/account/groupedit.php @@ -459,7 +459,7 @@ do { // X-Or, only one if() can be true // Write HTML-Header echo $header_intern; -echo ""; +echo "<title>"; echo _("Create new Account"); echo "\n". "\n". diff --git a/lam/templates/account/hostedit.php b/lam/templates/account/hostedit.php index 2d785231..8ee40d5d 100644 --- a/lam/templates/account/hostedit.php +++ b/lam/templates/account/hostedit.php @@ -87,7 +87,6 @@ else if (count($_POST)==0) { if (count($groups)==0) { // Write HTML-Header echo $header_intern; - echo ""; echo ""; echo _("Create new Account"); echo "\n". @@ -308,7 +307,7 @@ if (!isset($select_local)) $select_local = 'general'; // Write HTML-Header echo $header_intern; -echo ""; +echo "<title>"; echo _("Create new Account"); echo "\n". "\n". diff --git a/lam/templates/account/useredit.php b/lam/templates/account/useredit.php index 9c8d9a6e..ad46317c 100644 --- a/lam/templates/account/useredit.php +++ b/lam/templates/account/useredit.php @@ -97,7 +97,6 @@ if (isset($_GET['DN']) && $_GET['DN']!='') { if (count($groups)==0) { // Write HTML-Header echo $header_intern; - echo ""; echo ""; echo _("Create new Account"); echo "\n". @@ -754,7 +753,6 @@ do { // X-Or, only one if() can be true // Write HTML-Header echo $header_intern; -echo ""; echo ""; echo _("Create new Account"); echo "\n". diff --git a/lam/templates/delete.php b/lam/templates/delete.php index eb7b1549..75845aa6 100644 --- a/lam/templates/delete.php +++ b/lam/templates/delete.php @@ -54,7 +54,7 @@ if ($_POST['backmain']) { // Print header and part of body echo $header_intern; -echo ''; +echo '<title>'; echo _('Delete Account'); echo ''."\n". ''."\n". diff --git a/lam/templates/masscreate.php b/lam/templates/masscreate.php index 44897f9d..085b1aa0 100644 --- a/lam/templates/masscreate.php +++ b/lam/templates/masscreate.php @@ -106,7 +106,7 @@ switch ($select) { * 400 in csv-file will be ignored */ echo $_SESSION['header']; - echo ''; + echo '<title>'; echo _('Create new Accounts'); echo ''."\n". ''."\n". @@ -131,7 +131,7 @@ switch ($select) { // Write HTML-Header echo $_SESSION['header']; -echo ''; +echo '<title>'; echo _('Create new Accounts'); echo ''."\n". ''."\n". diff --git a/lam/templates/massdetail.php b/lam/templates/massdetail.php index a3a8b1e6..8008a21f 100644 --- a/lam/templates/massdetail.php +++ b/lam/templates/massdetail.php @@ -165,7 +165,7 @@ if ($_POST['apply']) { } // Print header and part of body -echo ''; +echo '<title>'; echo _('Create new accounts'); echo ''. ''.