Update Redirect navigation to show how it really works.
Localize self-referential redirect URL message. Beginning of EMS master documentation.
This commit is contained in:
parent
edc7e24d87
commit
2d90644e1c
3 changed files with 24 additions and 6 deletions
|
|
@ -1,9 +1,22 @@
|
|||
package WebGUI::i18n::English::Asset_EventManagementSystem;
|
||||
|
||||
our $I18N = { ##hashref of hashes
|
||||
'add/edit help title' => {
|
||||
message => q|Add/Edit Event Management System|,
|
||||
lastUpdated => 1131394070,
|
||||
context => q|Title for Add/Edit Event Managment System Help|
|
||||
},
|
||||
|
||||
'add/edit help body' => {
|
||||
message => q|<p>The Event Management System provides registration and payment for events inside WebGUI. You can assign two groups who are allowed to do event management, one to add events to the manager, and another to approve them. You will also be able to setup several templates for the display of the list of events and the event checkout form.</p>
|
||||
<p>Each event for sale is a Product from the Commerce System.</p>|,
|
||||
lastUpdated => 1131394070,
|
||||
context => q|Body for Add/Edit Event Managment System Help|
|
||||
},
|
||||
|
||||
'display template' => {
|
||||
message => q|Display Template|,
|
||||
lastUpdated => 1131394070, #seconds from the epoch
|
||||
lastUpdated => 1131394070,
|
||||
context => q|Field label for template selector|
|
||||
},
|
||||
|
||||
|
|
@ -15,7 +28,7 @@ our $I18N = { ##hashref of hashes
|
|||
|
||||
'add/edit event template' => {
|
||||
message => q|Event Template|,
|
||||
lastUpdated => 1131394070, #seconds from the epoch
|
||||
lastUpdated => 1131394070,
|
||||
context => q|Field label for event template selector|
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -35,8 +35,8 @@ our $I18N = {
|
|||
|
||||
'redirect add/edit body' => {
|
||||
message => q|
|
||||
<P>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 Page Asset, or proxied via a macro.</P>
|
||||
<P><b>NOTE:</b> The redirection will be disabled while in admin mode in order to allow editing the properties of the page.</P>
|
||||
<P>The Page Redirect Asset causes the user's browser to be redirected to another page. This will happen automatically if it is viewed standalone. If the Asset is viewed as part a Page Asset, or proxied via a macro, then nothing will happen.</P>
|
||||
<P><b>NOTE:</b> The redirection will be disabled while in admin mode in order to allow editing the properties of the Asset.</P>
|
||||
|
||||
|,
|
||||
lastUpdated => 1130876050,
|
||||
|
|
@ -48,6 +48,11 @@ our $I18N = {
|
|||
lastUpdated => 1119574089,
|
||||
},
|
||||
|
||||
'self_referential' => {
|
||||
message => q|Redirect is self-referential|,
|
||||
lastUpdated => 1119574089,
|
||||
},
|
||||
|
||||
'assetName' => {
|
||||
message => q|Redirect|,
|
||||
context => q|label for Asset Manager, getName|,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue