diff --git a/lib/WebGUI/Help/Asset.pm b/lib/WebGUI/Help/Asset.pm index d31c74c2e..36b157a06 100644 --- a/lib/WebGUI/Help/Asset.pm +++ b/lib/WebGUI/Help/Asset.pm @@ -30,6 +30,17 @@ our $HELP = { ] }, + 'redirect add/edit' => { + title => 'redirect add/edit title', + body => 'redirect add/edit body', + related => [ + { + tag => 'asset fields', + namespace => 'Asset' + }, + ] + }, + }; 1; diff --git a/lib/WebGUI/i18n/English/Asset.pm b/lib/WebGUI/i18n/English/Asset.pm index a15a4af81..e5efcec72 100644 --- a/lib/WebGUI/i18n/English/Asset.pm +++ b/lib/WebGUI/i18n/English/Asset.pm @@ -163,6 +163,29 @@ This is the snippet. Either type it in or copy and paste it into the form field lastUpdated => 1104630518, }, + 'redirect url' => { + message => q|Redirect URL|, + lastUpdated => 1104719740, + context => 'Default name of all redirects' + }, + + 'redirect add/edit title' => { + message => q|Page Redirect, Add/Edit|, + lastUpdated => 1104630516, + }, + + 'redirect add/edit body' => { + message => q| +
The Page Redirect Asset causes the user's browser to be redirected to another page. It does this if it is viewed standalone, as part of a Layout Asset, or proxied via a macro.
+NOTE: The redirection will be disabled while in admin mode in order to allow editing the properties of the page.
+
+Redirect URL
+The URL where the user will be redirected.
+