Ajout fonction tout dérouler sur liste catégories
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 '<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">';
|
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 '<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">';
|
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
|
RefCustomer=Ref. customer
|
||||||
Currency=Currency
|
Currency=Currency
|
||||||
InfoAdmin=Information for administrators
|
InfoAdmin=Information for administrators
|
||||||
|
Undo=Undo
|
||||||
|
Redo=Redo
|
||||||
|
ExpandAll=Expand all
|
||||||
|
UndoExpandAll=Undo expand
|
||||||
# Countries
|
# Countries
|
||||||
CountryFR=France
|
CountryFR=France
|
||||||
CountryBE=Belgium
|
CountryBE=Belgium
|
||||||
|
|||||||
@ -325,6 +325,10 @@ ShowAccountancyPreview=Afficher aper
|
|||||||
RefCustomer=Réf. client
|
RefCustomer=Réf. client
|
||||||
Currency=Devise
|
Currency=Devise
|
||||||
InfoAdmin=Information pour les administrateurs
|
InfoAdmin=Information pour les administrateurs
|
||||||
|
Undo=Annuler
|
||||||
|
Redo=Refaire
|
||||||
|
ExpandAll=Tout dérouler
|
||||||
|
UndoExpandAll=Annuler déroulement
|
||||||
# Countries
|
# Countries
|
||||||
CountryFR=France
|
CountryFR=France
|
||||||
CountryBE=Belgique
|
CountryBE=Belgique
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user