forked from Wavyzz/dolibarr
Replace table with div. Prepare work for android application.
This commit is contained in:
@@ -55,9 +55,10 @@ llxHeader("",$langs->trans("Orders"),$help_url);
|
||||
|
||||
print_fiche_titre($langs->trans("OrdersArea"));
|
||||
|
||||
print '<table width="100%" class="notopnoleftnoright">';
|
||||
//print '<table width="100%" class="notopnoleftnoright">';
|
||||
//print '<tr><td valign="top" width="30%" class="notopnoleft">';
|
||||
print '<div class="fichecenter"><div class="fichethirdleft">';
|
||||
|
||||
print '<tr><td valign="top" width="30%" class="notopnoleft">';
|
||||
|
||||
/*
|
||||
* Search form
|
||||
@@ -204,7 +205,9 @@ if (! empty($conf->commande->enabled))
|
||||
}
|
||||
}
|
||||
|
||||
print '</td><td valign="top" width="70%" class="notopnoleftnoright">';
|
||||
|
||||
//print '</td><td valign="top" width="70%" class="notopnoleftnoright">';
|
||||
print '</div><div class="fichetwothirdright"><div class="ficheaddleft">';
|
||||
|
||||
|
||||
$max=5;
|
||||
@@ -421,10 +424,11 @@ if (! empty($conf->commande->enabled))
|
||||
}
|
||||
|
||||
|
||||
print '</td></tr></table>';
|
||||
//print '</td></tr></table>';
|
||||
print '<div></div></div>';
|
||||
|
||||
$db->close();
|
||||
|
||||
llxFooter();
|
||||
|
||||
$db->close();
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user