added coolmenus navigation
This commit is contained in:
parent
9cd2f83e38
commit
d351738633
3 changed files with 7 additions and 4 deletions
|
|
@ -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
|
|
@ -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});
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue