diff --git a/lib/WebGUI/Help/Asset.pm b/lib/WebGUI/Help/Asset.pm index b7f14787b..139d5240d 100644 --- a/lib/WebGUI/Help/Asset.pm +++ b/lib/WebGUI/Help/Asset.pm @@ -163,8 +163,62 @@ our $HELP = { namespace => 'Asset', uiLevel => 9, }, + { + title => 'Export', + description => 'Export help', + namespace => 'Icon', + uiLevel => 9, + }, + { + title => 'edit branch', + description => 'edit branch help', + namespace => 'Asset', + uiLevel => 9, + }, + { + title => 'promote', + description => 'promote help', + namespace => 'Asset', + uiLevel => 3, + }, + { + title => 'demote', + description => 'demote help', + namespace => 'Asset', + uiLevel => 3, + }, + { + title => 'manage', + description => 'manage help', + namespace => 'Asset', + uiLevel => 5, + }, + { + title => 'revisions', + description => 'revisions help', + namespace => 'Asset', + uiLevel => 5, + }, + { + title => 'view', + description => 'view help', + namespace => 'Asset', + uiLevel => 1, + }, ], related => [ + { + tag => 'change url', + namespace => 'Asset', + }, + { + tag => 'page export', + namespace => 'Asset', + }, + { + tag => 'manage versions', + namespace => 'Asset', + }, ] }, diff --git a/lib/WebGUI/i18n/English/Asset.pm b/lib/WebGUI/i18n/English/Asset.pm index ecf3a61c5..2bfe4da5c 100644 --- a/lib/WebGUI/i18n/English/Asset.pm +++ b/lib/WebGUI/i18n/English/Asset.pm @@ -124,6 +124,11 @@ our $I18N = { context => q|Context menu item.| }, + 'revisions help' => { + message => q|Show a list of all revisions of this Asset.|, + lastUpdated => 0, + }, + 'rank' => { message => q|Rank|, lastUpdated => 0, @@ -171,19 +176,29 @@ our $I18N = { lastUpdated => 0, context => q|Used in asset context menus.| }, - + 'promote' => { message => q|Promote|, lastUpdated => 0, context => q|Used in asset context menus.| }, - + + 'promote help' => { + message => q|Move this Asset up one spot on the page.|, + lastUpdated => 0, + }, + 'demote' => { message => q|Demote|, lastUpdated => 0, context => q|Used in asset context menus.| }, - + + 'demote help' => { + message => q|Move this Asset down one spot on the page.|, + lastUpdated => 0, + }, + 'cut' => { message => q|Cut|, lastUpdated => 0, @@ -207,13 +222,18 @@ our $I18N = { lastUpdated => 0, context => q|Used in asset context menus.| }, - + 'view' => { message => q|View|, lastUpdated => 0, context => q|Used in asset context menus.| }, - + + 'view help' => { + message => q|Most Assets are viewed as part of a container Asset like a Page or Folder. This option will allow you to view the Asset standalone.|, + lastUpdated => 0, + }, + 'delete' => { message => q|Delete|, lastUpdated => 0, @@ -225,13 +245,24 @@ our $I18N = { lastUpdated => 0, context => q|Used in asset context menus.| }, - + + 'manage help' => { + message => q|Bring up the Asset Manager displaying this Asset's children, if any.|, + lastUpdated => 0, + }, + 'edit branch' => { message => q|Edit Branch|, lastUpdated => 0, context => q|Used in asset context menus.| }, - + + 'edit branch help' => { + message => q|Bring up the Edit Branch interface, to make changes to this Asset and all Assets below it|, + lastUpdated => 0, + context => q|Used in asset context menus.| + }, + 'edit' => { message => q|Edit|, lastUpdated => 0, diff --git a/lib/WebGUI/i18n/English/Icon.pm b/lib/WebGUI/i18n/English/Icon.pm index e04862339..327bdde02 100755 --- a/lib/WebGUI/i18n/English/Icon.pm +++ b/lib/WebGUI/i18n/English/Icon.pm @@ -121,6 +121,11 @@ our $I18N = { lastUpdated => 1096319561 }, + 'Export help' => { + message => q|Bring up the Export as HTML screen for this Asset.|, + lastUpdated => 1096319561 + }, + }; 1;