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:
parent
5502b42ac3
commit
4c95269bba
16 changed files with 126 additions and 49 deletions
|
|
@ -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");
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue