Made help for www_changeUrl and the Asset iconic tool bar
This commit is contained in:
parent
5e5b9835fa
commit
e6350c9929
4 changed files with 149 additions and 0 deletions
|
|
@ -1864,6 +1864,7 @@ sub www_changeUrl {
|
|||
$f->text(name=>"url", value=>$self->get('url'), label=>$i18n->get("104"), hoverHelp=>$i18n->get('104 description'));
|
||||
$f->yesNo(name=>"confirm", value=>0, label=>$i18n->get("confirm change"), hoverHelp=>$i18n->get("confirm change url message"), subtext=>'<br />'.$i18n->get("confirm change url message"));
|
||||
$f->submit;
|
||||
$self->getAdminConsole->setHelp('change url', 'Asset');
|
||||
return $self->getAdminConsole->render($f->print,$i18n->get("change url"));
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -106,6 +106,87 @@ our $HELP = {
|
|||
]
|
||||
},
|
||||
|
||||
'asset toolbar' => {
|
||||
title => 'asset toolbar title',
|
||||
body => 'asset toolbar body',
|
||||
fields => [
|
||||
{
|
||||
title => 'Delete',
|
||||
description => 'Delete help',
|
||||
namespace => 'Icon',
|
||||
uiLevel => 1,
|
||||
},
|
||||
{
|
||||
title => 'Edit',
|
||||
description => 'Edit help',
|
||||
namespace => 'Icon',
|
||||
uiLevel => 1,
|
||||
},
|
||||
{
|
||||
title => 'locked',
|
||||
description => 'locked help',
|
||||
namespace => 'Icon',
|
||||
uiLevel => 5,
|
||||
},
|
||||
{
|
||||
title => 'Cut',
|
||||
description => 'Cut help',
|
||||
namespace => 'Icon',
|
||||
uiLevel => 1,
|
||||
},
|
||||
{
|
||||
title => 'Copy',
|
||||
description => 'Copy help',
|
||||
namespace => 'Icon',
|
||||
uiLevel => 1,
|
||||
},
|
||||
{
|
||||
title => 'Create Shortcut',
|
||||
description => 'Create Shortcut help',
|
||||
namespace => 'Icon',
|
||||
uiLevel => 5,
|
||||
},
|
||||
{
|
||||
title => 'Class Icon',
|
||||
description => 'Class Icon help',
|
||||
namespace => 'Asset',
|
||||
},
|
||||
{
|
||||
title => 'lock',
|
||||
description => 'lock help',
|
||||
namespace => 'Asset',
|
||||
uiLevel => 5,
|
||||
},
|
||||
{
|
||||
title => 'change url',
|
||||
description => 'change url help',
|
||||
namespace => 'Asset',
|
||||
uiLevel => 9,
|
||||
},
|
||||
],
|
||||
related => [
|
||||
]
|
||||
},
|
||||
|
||||
'change url' => {
|
||||
title => 'change url',
|
||||
body => 'change url body',
|
||||
fields => [
|
||||
{
|
||||
title => '104',
|
||||
description => '104 description',
|
||||
namespace => 'Asset',
|
||||
},
|
||||
{
|
||||
title => 'confirm change',
|
||||
description => 'confirm change url message',
|
||||
namespace => 'Asset',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
]
|
||||
},
|
||||
|
||||
'content prototypes' => {
|
||||
title => 'prototype using title',
|
||||
body => 'prototype using body',
|
||||
|
|
|
|||
|
|
@ -37,6 +37,16 @@ our $I18N = {
|
|||
context => q|the title of the change url function|
|
||||
},
|
||||
|
||||
'change url help' => {
|
||||
message => q|Bring up the Change URL screen for this Asset.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'change url body' => {
|
||||
message => q|<p>Suppose that you want to put a new Asset in the place of an old Asset and to use the old Asset's URL for the new Asset. Normally, to do this you would have to change the URL in the latest revision of the Asset and then purge each and every revision of the old Asset (since the old revisions of the old Asset have the same URL). Change URL allows you to do this easily. Enter in the new URL for the old Asset, and it will perform all the work for you.</p>|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'ago' => {
|
||||
message => q|ago|,
|
||||
lastUpdated => 0,
|
||||
|
|
@ -97,6 +107,11 @@ our $I18N = {
|
|||
context => q|A context menu item to lock an asset for editing.|
|
||||
},
|
||||
|
||||
'lock help' => {
|
||||
message => q|Grab a copy of this Asset for editing, which locks the Asset to anyone not using your current version tag. This option is only displayed if the Asset isn't currently locked.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'locked' => {
|
||||
message => q|Locked|,
|
||||
lastUpdated => 0,
|
||||
|
|
@ -818,6 +833,28 @@ Couldn't open %-s because %-s <br />
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'asset toolbar title' => {
|
||||
message => q|Asset Toolbar|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'asset toolbar body' => {
|
||||
message => q|<p>When you are viewing an asset, and you have editing privileges for that asset
|
||||
and you have Admin mode turned on, the assets will display an toolbar with icons that allow you
|
||||
to edit or modify that asset.</p>|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'Class Icon' => {
|
||||
message => q|Class Icon|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'Class Icon help' => {
|
||||
message => q|Each Asset will also display a class icon. Most Class Icons are unique to an Asset, and are smaller versions of the Icons diplayed in the Admin Console to add a new Asset to your site. Clicking on the Class Icon will show a drop-down menu with additional editing options.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'topicName' => {
|
||||
message => q|Assets|,
|
||||
lastUpdated => 1128920336,
|
||||
|
|
|
|||
|
|
@ -6,6 +6,11 @@ our $I18N = {
|
|||
lastUpdated => 1096319549
|
||||
},
|
||||
|
||||
'locked help' => {
|
||||
message => q|Show a list of all revisions of this Asset. This icon is only available if the asset isn't locked, or if it is locked and you are using the tag is was edited under.|,
|
||||
lastUpdated => 1148591578
|
||||
},
|
||||
|
||||
'Move Up' => {
|
||||
message => q|Move Up|,
|
||||
lastUpdated => 1096319549
|
||||
|
|
@ -36,11 +41,21 @@ our $I18N = {
|
|||
lastUpdated => 1096319531
|
||||
},
|
||||
|
||||
'Create Shortcut help' => {
|
||||
message => q|Create a Shortcut to this Asset and put the Shortcut on the Clipboard. Since you can not create a Shortcut to another Shortcut, this icon will not be shown for any type of Shortcut Asset.|,
|
||||
lastUpdated => 1096319531
|
||||
},
|
||||
|
||||
'Cut' => {
|
||||
message => q|Cut|,
|
||||
lastUpdated => 1096319564
|
||||
},
|
||||
|
||||
'Cut help' => {
|
||||
message => q|Cut this asset and place it into the clipboard.|,
|
||||
lastUpdated => 1148591672
|
||||
},
|
||||
|
||||
'Move To Top' => {
|
||||
message => q|Move To Top|,
|
||||
lastUpdated => 1096319549
|
||||
|
|
@ -51,6 +66,11 @@ our $I18N = {
|
|||
lastUpdated => 1096319563
|
||||
},
|
||||
|
||||
'Delete help' => {
|
||||
message => q|Delete this asset and put a copy in the trash. This icon is only available if the asset isn't locked, or if it is locked and you are using the tag is was edited under.|,
|
||||
lastUpdated => 1148591221
|
||||
},
|
||||
|
||||
'Wobject Settings' => {
|
||||
message => q|Wobject Settings|,
|
||||
lastUpdated => 1096319543
|
||||
|
|
@ -61,11 +81,21 @@ our $I18N = {
|
|||
lastUpdated => 1096319529
|
||||
},
|
||||
|
||||
'Copy help' => {
|
||||
message => q|Place a copy of this Asset into the Clipboard.|,
|
||||
lastUpdated => 1148591693
|
||||
},
|
||||
|
||||
'Edit' => {
|
||||
message => q|Edit|,
|
||||
lastUpdated => 1096319562
|
||||
},
|
||||
|
||||
'Edit help' => {
|
||||
message => q|Edit the properties of this Asset. This icon is only available if the asset isn't locked, or if it is locked and you are using the tag is was edited under.|,
|
||||
lastUpdated => 1148591273
|
||||
},
|
||||
|
||||
'Manage' => {
|
||||
message => q|Manage|,
|
||||
lastUpdated => 1096319559
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue