Fix: Fix regression. Style was lost.

This commit is contained in:
Laurent Destailleur 2011-08-20 15:28:32 +00:00
parent 9f663d5677
commit e326b78e5e

View File

@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: login.tpl.php,v 1.20 2011/08/19 15:06:27 cdelambert Exp $
* $Id: login.tpl.php,v 1.21 2011/08/20 15:28:32 eldy Exp $
*/
header('Cache-Control: Public, must-revalidate');
@ -35,10 +35,8 @@ header("Content-type: text/html; charset=".$conf->file->character_set_client);
<meta name="robots" content="noindex,nofollow" />
<title><?php echo $langs->trans('Login'); ?></title>
<script type="text/javascript" src="<?php echo DOL_URL_ROOT ?>/includes/jquery/js/jquery-latest.min.js"></script>
<?php echo $conf->global->MAIN_HTML_HEADER ?>
<?php
$favicon=DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/favicon.ico';
?>
<link rel="stylesheet" type="text/css" href="<?php echo $conf_css; ?>" />
<?php $favicon=DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/favicon.ico'; ?>
<link rel="shortcut icon" type="image/x-icon" href="<?php echo $favicon; ?>" />
<style type="text/css">
<!--
@ -49,7 +47,7 @@ $favicon=DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/favicon.ico';
font: 12px arial,helvetica;
}
#login table {
width: 498px;
width: 512px;
border: 1px solid #C0C0C0;
background: #F0F0F0 url(<?php echo $login_background; ?>) repeat-x;
font-size: 12px;