added coolmenus navigation

This commit is contained in:
JT Smith 2004-02-22 21:12:00 +00:00
parent 9cd2f83e38
commit d351738633
3 changed files with 7 additions and 4 deletions

View file

@ -77,4 +77,8 @@ webgui.
to allow templates to be hidden from forms and/or management.
- Added dTree menu to the navigation system
(Thanks to Geir Landro, http://www.destroydrop.com)
- Added Cool Menus to the navigation system. (Thanks to Thomas Bratili,
http://www.dhtmlcentral.com)

File diff suppressed because one or more lines are too long

View file

@ -70,8 +70,7 @@ These methods are available from this package:
#-------------------------------------------------------------------
sub _getEditButton {
my $self = shift;
return editIcon("op=editNavigation&navigationId=".$self->{_navigationId}."&identifier=".$self->{_identifier})
.copyIcon('op=copyNavigation&identifier='.$self->{_identifier}.'&navigationId='.$self->{_navigationId});
return editIcon("op=editNavigation&navigationId=".$self->{_navigationId}."&identifier=".$self->{_identifier});
}
#-------------------------------------------------------------------