fix - EMS Manage Events broken

Added new template variables for a link label and url that allows you to cancel registration and return to the EMS if you mistakenly tried to purchase something.
This commit is contained in:
Roy Johnson 2006-11-07 19:11:46 +00:00
parent 7ac7b2bc80
commit 3a8a832e63
4 changed files with 106 additions and 1 deletions

View file

@ -1,6 +1,12 @@
package WebGUI::i18n::English::Asset_EventManagementSystem;
our $I18N = { ##hashref of hashes
'cancel registration' => {
message => q|Cancel Registration|,
lastUpdated => 0,
context => q|Label for hyperlink asking user if they wish to cancel the registration process during checkout.|,
},
'search template' => {
message => q|Search Template|,
lastUpdated => 1131394070,