added an override in the user profile for toolbar icon set.

added icons on all of the manage links in the content editing forms.
added an "edit" icon to the template method in HTMLForm
This commit is contained in:
JT Smith 2004-02-23 00:13:59 +00:00
parent 5502b42ac3
commit 4c95269bba
16 changed files with 126 additions and 49 deletions

View file

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