Ajout fonction tout drouler sur liste catgories

This commit is contained in:
Laurent Destailleur 2006-08-16 23:30:20 +00:00
parent bff3ad8d7a
commit 927d797c70
3 changed files with 9 additions and 1 deletions

View File

@ -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">';

View File

@ -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

View File

@ -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