2
0
forked from Wavyzz/dolibarr

New: Add picto on tab titles

This commit is contained in:
Laurent Destailleur
2009-08-05 18:11:27 +00:00
parent 3ef5f96974
commit 8abeed13b7
11 changed files with 120 additions and 104 deletions

View File

@@ -80,7 +80,7 @@ if ($_POST["action"] == 'update' && $user->rights->commande->creer)
* View
*/
llxHeader();
llxHeader('',$langs->trans('Order'),'EN:Customers_Orders|FR:Commandes_Clients|ES:Pedidos de clientes');
$html = new Form($db);
@@ -91,7 +91,7 @@ if ($id > 0 || ! empty($ref))
$head = commande_prepare_head($commande);
dol_fiche_head($head, 'note', $langs->trans("CustomerOrder"));
dol_fiche_head($head, 'note', $langs->trans("CustomerOrder"), 0, 'order');
print '<table class="border" width="100%">';
@@ -161,7 +161,7 @@ if ($id > 0 || ! empty($ref))
/*
* Actions
*/
print '<div class="tabsAction">';
if ($user->rights->commande->creer && $_GET["action"] <> 'edit')