bug fixes
This commit is contained in:
parent
c03e4f67dc
commit
612e3d712e
2 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
|||
specifically setting it was called.
|
||||
- fix [ 1256549 ] Users are allowed to set url to extras or uploads
|
||||
- fix [ 1262505 ] Unable to edit group info
|
||||
- Added the missing export toolbar icon.
|
||||
|
||||
|
||||
6.7.0
|
||||
|
|
|
|||
|
|
@ -813,6 +813,7 @@ sub getToolbar {
|
|||
$toolbar .= cutIcon('func=cut',$self->get("url"))
|
||||
.copyIcon('func=copy',$self->get("url"));
|
||||
$toolbar .= shortcutIcon('func=createShortcut',$self->get("url")) unless ($self->get("className") =~ /Shortcut/);
|
||||
$toolbar .= exportIcon('func=export',$self->get("url")) if defined ($session{config}{exportPath});
|
||||
WebGUI::Style::setLink($session{config}{extrasURL}.'/contextMenu/contextMenu.css', {rel=>"stylesheet",type=>"text/css"});
|
||||
WebGUI::Style::setScript($session{config}{extrasURL}.'/contextMenu/contextMenu.js', {type=>"text/javascript"});
|
||||
my $i18n = WebGUI::International->new("Asset");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue