Fix Responsive design

This commit is contained in:
Laurent Destailleur
2016-11-27 20:55:59 +01:00
parent ccba387691
commit e59edca855
10 changed files with 25 additions and 11 deletions

View File

@@ -2409,6 +2409,7 @@ if ($action == 'create' && $user->rights->commande->creer)
include DOL_DOCUMENT_ROOT . '/core/tpl/ajaxrow.tpl.php';
}
print '<div class="div-table-responsive">';
print '<table id="tablelines" class="noborder noshadow" width="100%">';
// Show object lines
@@ -2434,7 +2435,8 @@ if ($action == 'create' && $user->rights->commande->creer)
}
}
print '</table>';
print '</div>';
print "</form>\n";
dol_fiche_end();