Ajout fonction tout drouler sur liste catgories
This commit is contained in:
parent
36a36dfdd4
commit
67c12ed041
@ -144,8 +144,8 @@ if ($conf->use_javascript)
|
||||
$node[$rootnode] = new HTML_TreeNode(array(
|
||||
'text' => $langs->trans("AllCats"),
|
||||
'link' => '',
|
||||
'icon' => $icon,
|
||||
'expandedIcon' => $expandedIcon,
|
||||
'icon' => 'base.gif',
|
||||
'expandedIcon' => 'base.gif',
|
||||
'expanded' => true)
|
||||
//,array('onclick' => "alert('foo'); return false", 'onexpand' => "alert('Expanded')")
|
||||
);
|
||||
|
||||
BIN
htdocs/includes/treemenu/images/base.gif
Normal file
BIN
htdocs/includes/treemenu/images/base.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
BIN
htdocs/includes/treemenu/images/imgfolder.gif
Normal file
BIN
htdocs/includes/treemenu/images/imgfolder.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 622 B |
BIN
htdocs/includes/treemenu/images/page.gif
Normal file
BIN
htdocs/includes/treemenu/images/page.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 582 B |
BIN
htdocs/includes/treemenu/images/trash.gif
Normal file
BIN
htdocs/includes/treemenu/images/trash.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
Loading…
Reference in New Issue
Block a user