Ajout fonction tout drouler sur liste catgories
This commit is contained in:
parent
bff3ad8d7a
commit
927d797c70
@ -119,7 +119,7 @@ if ($conf->use_javascript)
|
||||
print '<a href="'.$_SERVER["PHP_SELF"].'?expand=all">'.$langs->trans("ExpandAll").'</a>';
|
||||
print '</td><td width="18"><img border="0" src="'.DOL_URL_ROOT.'/includes/treemenu/images/folder-expanded.gif">';
|
||||
}
|
||||
if ($_GET["expand"] != 'none')
|
||||
if ($_GET["expand"] && $_GET["expand"] != 'none')
|
||||
{
|
||||
print '<a href="'.$_SERVER["PHP_SELF"].'?expand=none">'.$langs->trans("UndoExpandAll").'</a>';
|
||||
print '</td><td width="18"><img border="0" src="'.DOL_URL_ROOT.'/includes/treemenu/images/folder.gif">';
|
||||
|
||||
@ -325,6 +325,10 @@ ShowAccountancyPreview=Show accountancy preview
|
||||
RefCustomer=Ref. customer
|
||||
Currency=Currency
|
||||
InfoAdmin=Information for administrators
|
||||
Undo=Undo
|
||||
Redo=Redo
|
||||
ExpandAll=Expand all
|
||||
UndoExpandAll=Undo expand
|
||||
# Countries
|
||||
CountryFR=France
|
||||
CountryBE=Belgium
|
||||
|
||||
@ -325,6 +325,10 @@ ShowAccountancyPreview=Afficher aper
|
||||
RefCustomer=Réf. client
|
||||
Currency=Devise
|
||||
InfoAdmin=Information pour les administrateurs
|
||||
Undo=Annuler
|
||||
Redo=Refaire
|
||||
ExpandAll=Tout dérouler
|
||||
UndoExpandAll=Annuler déroulement
|
||||
# Countries
|
||||
CountryFR=France
|
||||
CountryBE=Belgique
|
||||
|
||||
Loading…
Reference in New Issue
Block a user