bugfix - 1157196
This commit is contained in:
parent
1fbc8cb060
commit
2963e52a0e
2 changed files with 5 additions and 1 deletions
|
|
@ -3066,7 +3066,7 @@ sub www_manageClipboard {
|
|||
my ($header,$limit);
|
||||
$ac->setHelp("clipboard manage");
|
||||
if ($session{form}{systemClipboard} && WebGUI::Grouping::isInGroup(3)) {
|
||||
$header = WebGUI::International::get(965,"Asset");
|
||||
$header = WebGUI::International::get(966,"Asset");
|
||||
$ac->addSubmenuItem($self->getUrl('func=manageClipboard'), WebGUI::International::get(949),"Asset");
|
||||
$ac->addSubmenuItem($self->getUrl('func=emptyClipboard&systemClipboard=1'), WebGUI::International::get(959,"Asset"),
|
||||
'onclick="return window.confirm(\''.WebGUI::International::get(951).'\')"',"Asset");
|
||||
|
|
|
|||
|
|
@ -365,6 +365,10 @@ each wobject under the tab "Metadata" in the wobject properties.</p>
|
|||
lastUpdated => 1099050265,
|
||||
message => q|System Trash|
|
||||
},
|
||||
'966' => {
|
||||
lastUpdated => 1099050265,
|
||||
message => q|System Clipboard|
|
||||
},
|
||||
'Extras URL' => {
|
||||
lastUpdated => 1089039511,
|
||||
context => q|Field label for the Export Page operation|,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue