added icon
This commit is contained in:
parent
effc028255
commit
f36226b2bb
Binary file not shown.
After Width: | Height: | Size: 8.2 KiB |
|
@ -44,6 +44,7 @@ if (version_compare(phpversion(), '5.4.0') < 0) {
|
||||||
echo "<meta http-equiv=\"pragma\" content=\"no-cache\">\n <meta http-equiv=\"cache-control\" content=\"no-cache\">\n";
|
echo "<meta http-equiv=\"pragma\" content=\"no-cache\">\n <meta http-equiv=\"cache-control\" content=\"no-cache\">\n";
|
||||||
echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../style/500_layout.css\">\n";
|
echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../style/500_layout.css\">\n";
|
||||||
echo "<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"../graphics/favicon.ico\">\n";
|
echo "<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"../graphics/favicon.ico\">\n";
|
||||||
|
echo "<link rel=\"icon\" href=\"../graphics/logo136.png\">\n";
|
||||||
echo "<title>LDAP Account Manager</title>\n";
|
echo "<title>LDAP Account Manager</title>\n";
|
||||||
echo "</head><body>\n";
|
echo "</head><body>\n";
|
||||||
StatusMessage("ERROR", "LAM needs a PHP 5 version which is greater or equal than 5.4.0.", "Please upgrade your PHP installation. The found version is " . phpversion());
|
StatusMessage("ERROR", "LAM needs a PHP 5 version which is greater or equal than 5.4.0.", "Please upgrade your PHP installation. The found version is " . phpversion());
|
||||||
|
@ -127,6 +128,7 @@ if (sizeof($criticalErrors) > 0) {
|
||||||
echo "<meta http-equiv=\"pragma\" content=\"no-cache\">\n <meta http-equiv=\"cache-control\" content=\"no-cache\">\n";
|
echo "<meta http-equiv=\"pragma\" content=\"no-cache\">\n <meta http-equiv=\"cache-control\" content=\"no-cache\">\n";
|
||||||
echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../style/500_layout.css\">\n";
|
echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../style/500_layout.css\">\n";
|
||||||
echo "<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"../graphics/favicon.ico\">\n";
|
echo "<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"../graphics/favicon.ico\">\n";
|
||||||
|
echo "<link rel=\"icon\" href=\"../graphics/logo136.png\">\n";
|
||||||
echo "<title>LDAP Account Manager</title>\n";
|
echo "<title>LDAP Account Manager</title>\n";
|
||||||
echo "</head><body>\n";
|
echo "</head><body>\n";
|
||||||
for ($i = 0; $i < sizeof($criticalErrors); $i++) {
|
for ($i = 0; $i < sizeof($criticalErrors); $i++) {
|
||||||
|
|
|
@ -82,6 +82,7 @@ $files = getConfigProfiles();
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="../../graphics/favicon.ico">
|
<link rel="shortcut icon" type="image/x-icon" href="../../graphics/favicon.ico">
|
||||||
|
<link rel="icon" href="../../graphics/logo136.png">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<?php
|
<?php
|
||||||
|
|
|
@ -169,6 +169,7 @@ foreach ($cssFiles as $cssEntry) {
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"../../graphics/favicon.ico\">\n";
|
echo "<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"../../graphics/favicon.ico\">\n";
|
||||||
|
echo "<link rel=\"icon\" href=\"../../graphics/logo136.png\">\n";
|
||||||
echo ("</head>\n");
|
echo ("</head>\n");
|
||||||
echo ("<body>\n");
|
echo ("<body>\n");
|
||||||
// include all JavaScript files
|
// include all JavaScript files
|
||||||
|
|
|
@ -128,6 +128,7 @@ foreach ($cssFiles as $cssEntry) {
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"../../graphics/favicon.ico\">\n";
|
echo "<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"../../graphics/favicon.ico\">\n";
|
||||||
|
echo "<link rel=\"icon\" href=\"../../graphics/logo136.png\">\n";
|
||||||
echo "</head><body>\n";
|
echo "</head><body>\n";
|
||||||
// include all JavaScript files
|
// include all JavaScript files
|
||||||
$jsDirName = dirname(__FILE__) . '/../lib';
|
$jsDirName = dirname(__FILE__) . '/../lib';
|
||||||
|
|
|
@ -155,6 +155,7 @@ foreach ($cssFiles as $cssEntry) {
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"../../graphics/favicon.ico\">\n";
|
echo "<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"../../graphics/favicon.ico\">\n";
|
||||||
|
echo "<link rel=\"icon\" href=\"../../graphics/logo136.png\">\n";
|
||||||
echo "</head><body>\n";
|
echo "</head><body>\n";
|
||||||
// include all JavaScript files
|
// include all JavaScript files
|
||||||
$jsDirName = dirname(__FILE__) . '/../lib';
|
$jsDirName = dirname(__FILE__) . '/../lib';
|
||||||
|
|
|
@ -71,6 +71,7 @@ echo $_SESSION['header'];
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="../../graphics/favicon.ico">
|
<link rel="shortcut icon" type="image/x-icon" href="../../graphics/favicon.ico">
|
||||||
|
<link rel="icon" href="../../graphics/logo136.png">
|
||||||
</head>
|
</head>
|
||||||
<body class="admin">
|
<body class="admin">
|
||||||
<table class="lamTop ui-corner-all">
|
<table class="lamTop ui-corner-all">
|
||||||
|
|
|
@ -96,6 +96,7 @@ echo $_SESSION['header'];
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="../../graphics/favicon.ico">
|
<link rel="shortcut icon" type="image/x-icon" href="../../graphics/favicon.ico">
|
||||||
|
<link rel="icon" href="../../graphics/logo136.png">
|
||||||
</head>
|
</head>
|
||||||
<body class="admin">
|
<body class="admin">
|
||||||
<?php
|
<?php
|
||||||
|
@ -184,10 +185,10 @@ echo $_SESSION['header'];
|
||||||
$row->add($okButton, 12);
|
$row->add($okButton, 12);
|
||||||
$row->setCSSClasses(array(''));
|
$row->setCSSClasses(array(''));
|
||||||
$group->addElement($row);
|
$group->addElement($row);
|
||||||
|
|
||||||
$div = new htmlDiv(null, $group);
|
$div = new htmlDiv(null, $group);
|
||||||
$div->setCSSClasses(array('centeredTable'));
|
$div->setCSSClasses(array('centeredTable'));
|
||||||
|
|
||||||
$tabindex = 1;
|
$tabindex = 1;
|
||||||
parseHtml(null, $div, array(), false, $tabindex, 'user');
|
parseHtml(null, $div, array(), false, $tabindex, 'user');
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -277,6 +277,7 @@ echo $_SESSION['header'];
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="../../graphics/favicon.ico">
|
<link rel="shortcut icon" type="image/x-icon" href="../../graphics/favicon.ico">
|
||||||
|
<link rel="icon" href="../../graphics/logo136.png">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<table border=0 width="100%" class="lamHeader ui-corner-all">
|
<table border=0 width="100%" class="lamHeader ui-corner-all">
|
||||||
|
|
|
@ -122,6 +122,7 @@ foreach ($cssFiles as $cssEntry) {
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"../../graphics/favicon.ico\">\n";
|
echo "<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"../../graphics/favicon.ico\">\n";
|
||||||
|
echo "<link rel=\"icon\" href=\"../../graphics/logo136.png\">\n";
|
||||||
echo "</head><body>\n";
|
echo "</head><body>\n";
|
||||||
// include all JavaScript files
|
// include all JavaScript files
|
||||||
$jsDirName = dirname(__FILE__) . '/../lib';
|
$jsDirName = dirname(__FILE__) . '/../lib';
|
||||||
|
|
|
@ -170,6 +170,7 @@ echo $_SESSION['header'];
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="../../graphics/favicon.ico">
|
<link rel="shortcut icon" type="image/x-icon" href="../../graphics/favicon.ico">
|
||||||
|
<link rel="icon" href="../../graphics/logo136.png">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<table border=0 width="100%" class="lamHeader ui-corner-all">
|
<table border=0 width="100%" class="lamHeader ui-corner-all">
|
||||||
|
|
|
@ -220,6 +220,7 @@ function display_LoginPage($config_object, $cfgMain, $licenseValidator, $error_m
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="../graphics/favicon.ico">
|
<link rel="shortcut icon" type="image/x-icon" href="../graphics/favicon.ico">
|
||||||
|
<link rel="icon" href="../graphics/logo136.png">
|
||||||
</head>
|
</head>
|
||||||
<body onload="focusLogin()">
|
<body onload="focusLogin()">
|
||||||
<?php
|
<?php
|
||||||
|
|
|
@ -44,6 +44,7 @@ if (isLAMProVersion()) {
|
||||||
// HTML header and title
|
// HTML header and title
|
||||||
echo $_SESSION['header'];
|
echo $_SESSION['header'];
|
||||||
echo "<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"" . $headerPrefix . "../graphics/favicon.ico\">\n";
|
echo "<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"" . $headerPrefix . "../graphics/favicon.ico\">\n";
|
||||||
|
echo "<link rel=\"icon\" href=\"" . $headerPrefix . "../graphics/logo136.png\">\n";
|
||||||
echo "<title>LDAP Account Manager" . $pro . " (" . str_replace(array('ldap://', 'ldaps://'), array('', ''), $_SESSION['config']->get_ServerURL()) . ")</title>\n";
|
echo "<title>LDAP Account Manager" . $pro . " (" . str_replace(array('ldap://', 'ldaps://'), array('', ''), $_SESSION['config']->get_ServerURL()) . ")</title>\n";
|
||||||
|
|
||||||
// include all CSS files
|
// include all CSS files
|
||||||
|
|
Loading…
Reference in New Issue