Add class for body into login page

This commit is contained in:
Laurent Destailleur 2013-07-27 11:53:15 +02:00
parent 5ea500383c
commit 2f25e07e5a

View File

@ -30,7 +30,7 @@ print top_htmlhead('',$langs->trans('Login').' '.$title,0,0,$arrayofjs);
?>
<!-- BEGIN PHP TEMPLATE LOGIN.TPL.PHP -->
<body class="body">
<body class="body bodylogin">
<script type="text/javascript">
$(document).ready(function () {