changed files to use new header
This commit is contained in:
parent
c185e5d9aa
commit
aa96aa9d29
|
@ -459,7 +459,7 @@ do { // X-Or, only one if() can be true
|
||||||
|
|
||||||
// Write HTML-Header
|
// Write HTML-Header
|
||||||
echo $header_intern;
|
echo $header_intern;
|
||||||
echo "<html><head><title>";
|
echo "<title>";
|
||||||
echo _("Create new Account");
|
echo _("Create new Account");
|
||||||
echo "</title>\n".
|
echo "</title>\n".
|
||||||
"<link rel=\"stylesheet\" type=\"text/css\" href=\"../../style/layout.css\">\n".
|
"<link rel=\"stylesheet\" type=\"text/css\" href=\"../../style/layout.css\">\n".
|
||||||
|
|
|
@ -87,7 +87,6 @@ else if (count($_POST)==0) {
|
||||||
if (count($groups)==0) {
|
if (count($groups)==0) {
|
||||||
// Write HTML-Header
|
// Write HTML-Header
|
||||||
echo $header_intern;
|
echo $header_intern;
|
||||||
echo "<html><head>";
|
|
||||||
echo "<title>";
|
echo "<title>";
|
||||||
echo _("Create new Account");
|
echo _("Create new Account");
|
||||||
echo "</title>\n".
|
echo "</title>\n".
|
||||||
|
@ -308,7 +307,7 @@ if (!isset($select_local)) $select_local = 'general';
|
||||||
|
|
||||||
// Write HTML-Header
|
// Write HTML-Header
|
||||||
echo $header_intern;
|
echo $header_intern;
|
||||||
echo "<html><head><title>";
|
echo "<title>";
|
||||||
echo _("Create new Account");
|
echo _("Create new Account");
|
||||||
echo "</title>\n".
|
echo "</title>\n".
|
||||||
"<link rel=\"stylesheet\" type=\"text/css\" href=\"../../style/layout.css\">\n".
|
"<link rel=\"stylesheet\" type=\"text/css\" href=\"../../style/layout.css\">\n".
|
||||||
|
|
|
@ -97,7 +97,6 @@ if (isset($_GET['DN']) && $_GET['DN']!='') {
|
||||||
if (count($groups)==0) {
|
if (count($groups)==0) {
|
||||||
// Write HTML-Header
|
// Write HTML-Header
|
||||||
echo $header_intern;
|
echo $header_intern;
|
||||||
echo "<html><head>";
|
|
||||||
echo "<title>";
|
echo "<title>";
|
||||||
echo _("Create new Account");
|
echo _("Create new Account");
|
||||||
echo "</title>\n".
|
echo "</title>\n".
|
||||||
|
@ -754,7 +753,6 @@ do { // X-Or, only one if() can be true
|
||||||
|
|
||||||
// Write HTML-Header
|
// Write HTML-Header
|
||||||
echo $header_intern;
|
echo $header_intern;
|
||||||
echo "<html><head>";
|
|
||||||
echo "<title>";
|
echo "<title>";
|
||||||
echo _("Create new Account");
|
echo _("Create new Account");
|
||||||
echo "</title>\n".
|
echo "</title>\n".
|
||||||
|
|
|
@ -54,7 +54,7 @@ if ($_POST['backmain']) {
|
||||||
|
|
||||||
// Print header and part of body
|
// Print header and part of body
|
||||||
echo $header_intern;
|
echo $header_intern;
|
||||||
echo '<html><head><title>';
|
echo '<title>';
|
||||||
echo _('Delete Account');
|
echo _('Delete Account');
|
||||||
echo '</title>'."\n".
|
echo '</title>'."\n".
|
||||||
'<link rel="stylesheet" type="text/css" href="../style/layout.css">'."\n".
|
'<link rel="stylesheet" type="text/css" href="../style/layout.css">'."\n".
|
||||||
|
|
|
@ -106,7 +106,7 @@ switch ($select) {
|
||||||
* 400 in csv-file will be ignored
|
* 400 in csv-file will be ignored
|
||||||
*/
|
*/
|
||||||
echo $_SESSION['header'];
|
echo $_SESSION['header'];
|
||||||
echo '<html><head><title>';
|
echo '<title>';
|
||||||
echo _('Create new Accounts');
|
echo _('Create new Accounts');
|
||||||
echo '</title>'."\n".
|
echo '</title>'."\n".
|
||||||
'<link rel="stylesheet" type="text/css" href="../style/layout.css">'."\n".
|
'<link rel="stylesheet" type="text/css" href="../style/layout.css">'."\n".
|
||||||
|
@ -131,7 +131,7 @@ switch ($select) {
|
||||||
|
|
||||||
// Write HTML-Header
|
// Write HTML-Header
|
||||||
echo $_SESSION['header'];
|
echo $_SESSION['header'];
|
||||||
echo '<html><head><title>';
|
echo '<title>';
|
||||||
echo _('Create new Accounts');
|
echo _('Create new Accounts');
|
||||||
echo '</title>'."\n".
|
echo '</title>'."\n".
|
||||||
'<link rel="stylesheet" type="text/css" href="../style/layout.css">'."\n".
|
'<link rel="stylesheet" type="text/css" href="../style/layout.css">'."\n".
|
||||||
|
|
|
@ -165,7 +165,7 @@ if ($_POST['apply']) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Print header and part of body
|
// Print header and part of body
|
||||||
echo '<html><head><title>';
|
echo '<title>';
|
||||||
echo _('Create new accounts');
|
echo _('Create new accounts');
|
||||||
echo '</title>'.
|
echo '</title>'.
|
||||||
'<link rel="stylesheet" type="text/css" href="../style/layout.css">'.
|
'<link rel="stylesheet" type="text/css" href="../style/layout.css">'.
|
||||||
|
|
Loading…
Reference in New Issue