2
0
forked from Wavyzz/dolibarr

Modify presentation of login page

This commit is contained in:
aspangaro
2014-11-29 07:08:35 +01:00
parent 64260cde72
commit c27e2676e3

View File

@@ -67,6 +67,11 @@ $(document).ready(function () {
<input type="hidden" name="dol_no_mouse_hover" id="dol_no_mouse_hover" value="<?php echo $dol_no_mouse_hover; ?>" />
<input type="hidden" name="dol_use_jmobile" id="dol_use_jmobile" value="<?php echo $dol_use_jmobile; ?>" />
<div class="login_table">
<div id="login_line1">
<!-- Logo -->
<div class="center"><img alt="Logo" title="" src="<?php echo $urllogo; ?>" id="img_logo" /></div>
<table align="center" class="login_table_title" summary="<?php echo dol_escape_htmltag($title); ?>">
@@ -74,12 +79,6 @@ $(document).ready(function () {
</table>
<br>
<div class="login_table">
<div id="login_line1">
<div>
<table class="left" summary="Login pass">
<!-- Login -->
<tr>
@@ -132,8 +131,6 @@ if (! empty($hookmanager->resArray['options'])) {
</div> <!-- end div left -->
</div>
<div id="login_line2" style="clear: both">
<!-- Button Connection -->