Huge update of EMS Help and i18n. Old i18n and help have been
removed, and new Help and i18n have been added. 2-3 more EMS templates still need their template variables documented.
This commit is contained in:
parent
042523e199
commit
2b33915ffa
2 changed files with 392 additions and 685 deletions
|
|
@ -4,231 +4,134 @@ use strict;
|
||||||
##Stub document for creating help documents.
|
##Stub document for creating help documents.
|
||||||
|
|
||||||
our $HELP = {
|
our $HELP = {
|
||||||
'event management system template' => {
|
|
||||||
|
'event management system main template' => {
|
||||||
source => 'sub view',
|
source => 'sub view',
|
||||||
title => 'template help title',
|
title => 'main template help title',
|
||||||
body => '',
|
body => 'main template help body',
|
||||||
variables => [
|
variables => [
|
||||||
{ 'name' => 'checkout.url' },
|
{ 'name' => 'addBadgeUrl', required => 1 },
|
||||||
{ 'name' => 'checkout.label' },
|
{ 'name' => 'buildBadgeUrl', required => 1 },
|
||||||
{ 'name' => 'events_loop',
|
{ 'name' => 'manageBadgeGroupsUrl', required => 1 },
|
||||||
'variables' => [
|
{ 'name' => 'getBadgesUrl', required => 1 },
|
||||||
{ 'name' => 'event',
|
{ 'name' => 'canEdit' },
|
||||||
'description' => 'tmplVar event'
|
{ 'name' => 'lookupRegistrantUrl', required => 1 },
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{ 'name' => 'paginateBar' },
|
|
||||||
{ 'name' => 'Pagination variables' },
|
|
||||||
{ 'name' => 'canManageEvents' },
|
|
||||||
{ 'name' => 'manageEvents.url' },
|
|
||||||
{ 'name' => 'manageEvents.label' },
|
|
||||||
{ 'name' => 'managePurchases.url' },
|
|
||||||
{ 'name' => 'managePurchases.label' }
|
|
||||||
],
|
],
|
||||||
fields => [],
|
isa => [
|
||||||
related => [
|
{ namespace => "Asset_EventManagementSystem",
|
||||||
{ tag => 'pagination template variables',
|
tag => "ems asset template variables"
|
||||||
namespace => 'WebGUI',
|
|
||||||
},
|
},
|
||||||
],
|
{ namespace => "Asset_Template",
|
||||||
},
|
tag => "template variables"
|
||||||
|
|
||||||
'event management system event template' => {
|
|
||||||
source => 'sub www_editEvent',
|
|
||||||
title => 'event template help title',
|
|
||||||
body => '',
|
|
||||||
variables => [
|
|
||||||
{ 'name' => 'title' },
|
|
||||||
{ 'name' => 'title.url' },
|
|
||||||
{ 'name' => 'description' },
|
|
||||||
{ 'name' => 'image' },
|
|
||||||
{ 'name' => 'price',
|
|
||||||
'description' => 'tmplVar price'
|
|
||||||
},
|
},
|
||||||
{ 'name' => 'sku',
|
{ namespace => "Asset_Wobject",
|
||||||
'description' => 'tmplVar sku'
|
tag => "wobject template variables"
|
||||||
},
|
|
||||||
{ 'name' => 'sku template',
|
|
||||||
'description' => 'tmplVar sku template'
|
|
||||||
},
|
|
||||||
{ 'name' => 'weight',
|
|
||||||
'description' => 'tmplVar weight'
|
|
||||||
},
|
|
||||||
{ 'name' => 'numberRegistered' },
|
|
||||||
{ 'name' => 'maximumAttendees' },
|
|
||||||
{ 'name' => 'seatsRemaining' },
|
|
||||||
{ 'name' => 'eventIsFull' },
|
|
||||||
{ 'name' => 'eventIsApproved' },
|
|
||||||
{ 'name' => 'startDate.human' },
|
|
||||||
{ 'name' => 'endDate.human' },
|
|
||||||
{ 'name' => 'purchase.label' },
|
|
||||||
{ 'name' => 'purchase.url' },
|
|
||||||
{ 'name' => 'purchase.message' },
|
|
||||||
{ 'name' => 'purchase.wantToSearch.url' },
|
|
||||||
{ 'name' => 'purchase.wantToContinue.url' },
|
|
||||||
{ 'name' => 'purchase.label' }
|
|
||||||
],
|
|
||||||
fields => [],
|
|
||||||
related => [
|
|
||||||
{ tag => 'event management system template',
|
|
||||||
namespace => 'Asset_EventManagementSystem',
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
|
|
||||||
'ems manage purchases template' => {
|
|
||||||
source => 'sub www_managePurchases',
|
|
||||||
title => 'manage purchases template help title',
|
|
||||||
body => '',
|
|
||||||
variables => [
|
|
||||||
{ 'name' => 'purchasesLoop',
|
|
||||||
'variables' => [ { 'name' => 'purchaseUrl' }, { 'name' => 'datePurchasedHuman' } ]
|
|
||||||
},
|
|
||||||
{ 'name' => 'managePurchasesTitle' }
|
|
||||||
],
|
|
||||||
fields => [],
|
|
||||||
related => [],
|
|
||||||
},
|
|
||||||
|
|
||||||
'ems checkout template' => {
|
|
||||||
source => 'sub getRegistrationInfo',
|
|
||||||
title => 'checkout template help title',
|
|
||||||
body => '',
|
|
||||||
variables => [
|
|
||||||
{ 'name' => 'isError',
|
|
||||||
'description' => 'tmplVar isError',
|
|
||||||
},
|
|
||||||
{ 'name' => 'errorLoop',
|
|
||||||
'description' => 'tmplLoop errorLoop',
|
|
||||||
'variables' => [
|
|
||||||
{ 'name' => 'error',
|
|
||||||
'description' => 'tmplVar error'
|
|
||||||
},
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
fields => [],
|
fields => [],
|
||||||
related => [],
|
related => [],
|
||||||
},
|
},
|
||||||
|
|
||||||
'ems view purchase template' => {
|
'ems badge builder template' => {
|
||||||
source => 'sub www_viewPurchases',
|
source => 'sub www_buildBadge',
|
||||||
title => 'view purchase template help title',
|
title => 'badge builder template',
|
||||||
body => '',
|
body => '',
|
||||||
variables => [
|
variables => [
|
||||||
{ 'name' => 'purchasesLoop',
|
{ 'name' => 'addTicketUrl'},
|
||||||
'variables' => [
|
{ 'name' => 'addRibbonUrl'},
|
||||||
{ 'name' => 'regLoop',
|
{ 'name' => 'addTokenUrl'},
|
||||||
'variables' => [
|
{ 'name' => 'importTicketsUrl'},
|
||||||
{ 'name' => 'startDateHuman' },
|
{ 'name' => 'exportTicketsUrl'},
|
||||||
{ 'name' => 'startDateHuman' },
|
{ 'name' => 'canEdit'},
|
||||||
{ 'name' => 'endDateHuman' },
|
{ 'name' => 'hasBadge'},
|
||||||
{ 'name' => 'startDate' },
|
{ 'name' => 'badgeId'},
|
||||||
{ 'name' => 'endDateHuman' },
|
{ 'name' => 'getTicketsUrl', required => 1,},
|
||||||
{ 'name' => 'registrationId' },
|
{ 'name' => 'getRibbonsUrl', required => 1,},
|
||||||
{ 'name' => 'title', },
|
{ 'name' => 'whichTab', required => 1,},
|
||||||
{ 'name' => 'description', },
|
{ 'name' => 'getTokensUrl', required => 1,},
|
||||||
{ 'name' => 'price',
|
{ 'name' => 'whichTab', required => 1,},
|
||||||
'description' => 'tmplVar price'
|
{
|
||||||
},
|
name => 'lookupBadgeUrl',
|
||||||
{ 'name' => 'templateId' },
|
description => 'lookupRegistrantUrl',
|
||||||
{ 'name' => 'returned' },
|
},
|
||||||
{ 'name' => 'approved',
|
{ 'name' => 'url', required => 1,},
|
||||||
'description' => 'tmplVar approved'
|
{ 'name' => 'viewCartUrl'},
|
||||||
},
|
{ 'name' => 'customRequestUrl', required => 1,},
|
||||||
{ 'name' => 'templateId' },
|
{ 'name' => 'manageEventMetaFieldsUrl'},
|
||||||
{ 'name' => 'maximumAttendees', },
|
{ 'name' => 'otherBadgesInCart',
|
||||||
{ 'name' => 'userId' },
|
'variables' => [
|
||||||
{ 'name' => 'createdByUserId' }
|
{ 'name' => 'badgeUrl'},
|
||||||
]
|
{ 'name' => 'badgeLabel'},
|
||||||
},
|
],
|
||||||
{ 'name' => 'canReturnItinerary' },
|
},
|
||||||
{ 'name' => 'canAddEvents' }
|
],
|
||||||
]
|
isa => [
|
||||||
|
{ namespace => "Asset_EventManagementSystem",
|
||||||
|
tag => "ems asset template variables"
|
||||||
|
},
|
||||||
|
{ namespace => "Asset_Template",
|
||||||
|
tag => "template variables"
|
||||||
|
},
|
||||||
|
{ namespace => "Asset_Wobject",
|
||||||
|
tag => "wobject template variables"
|
||||||
},
|
},
|
||||||
{ 'name' => 'canReturnTransaction' },
|
|
||||||
{ 'name' => 'viewPurchaseTitle' },
|
|
||||||
{ 'name' => 'canReturn' },
|
|
||||||
{ 'name' => 'transactionId' },
|
|
||||||
{ 'name' => 'appUrl' }
|
|
||||||
],
|
],
|
||||||
fields => [],
|
fields => [],
|
||||||
related => [],
|
related => [],
|
||||||
},
|
},
|
||||||
|
|
||||||
'ems search template' => {
|
'ems asset template variables' => {
|
||||||
source => 'sub www_search',
|
source => 'sub definition',
|
||||||
title => 'search template help title',
|
title => 'ems asset template variables',
|
||||||
body => '',
|
body => '',
|
||||||
variables => [
|
variables => [
|
||||||
{ 'name' => 'calendarJS' },
|
{
|
||||||
{ 'name' => 'basicSearch.formHeader' },
|
name => 'timezone',
|
||||||
{ 'name' => 'advSearch.formHeader' },
|
description => 'timezone help',
|
||||||
{ 'name' => 'isAdvSearch' },
|
},
|
||||||
{ 'name' => 'search.formFooter' },
|
{
|
||||||
{ 'name' => 'search.formSubmit' },
|
name => 'templateId',
|
||||||
{ 'name' => 'events_loop',
|
description => 'templateId help',
|
||||||
'variables' => [
|
},
|
||||||
{ 'name' => 'event', },
|
{
|
||||||
{ 'name' => 'title', },
|
name => 'badgeBuilderTemplateId',
|
||||||
{ 'name' => 'description', },
|
description => 'badgeBuilderTemplateId help',
|
||||||
{ 'name' => 'price',
|
},
|
||||||
'description' => 'tmplVar price'
|
{
|
||||||
},
|
name => 'lookupRegistrantTemplateId',
|
||||||
{ 'name' => 'sku',
|
description => 'lookupRegistrantTemplateId help',
|
||||||
'description' => 'tmplVar sku'
|
},
|
||||||
},
|
{
|
||||||
{ 'name' => 'sku template',
|
name => 'printBadgeTemplateId',
|
||||||
'description' => 'tmplVar sku template'
|
description => 'printBadgeTemplateId help',
|
||||||
},
|
},
|
||||||
{ 'name' => 'weight',
|
{
|
||||||
'description' => 'tmplVar weight'
|
name => 'printTicketTemplateId',
|
||||||
},
|
description => 'printTicketTemplateId help',
|
||||||
{ 'name' => 'numberRegistered', },
|
},
|
||||||
{ 'name' => 'maximumAttendees', },
|
{
|
||||||
{ 'name' => 'seatsRemaining', },
|
name => 'badgeInstructions',
|
||||||
{ 'name' => 'startDate.human', },
|
description => 'badgeInstructions help',
|
||||||
{ 'name' => 'startDate', },
|
},
|
||||||
{ 'name' => 'endDate.human', },
|
{
|
||||||
{ 'name' => 'endDate' },
|
name => 'ticketInstructions',
|
||||||
{ 'name' => 'productId' },
|
description => 'ticketInstructions help',
|
||||||
{ 'name' => 'eventIsFull', },
|
},
|
||||||
{ 'name' => 'eventIsApproved', },
|
{
|
||||||
{ 'name' => 'manageToolbar' },
|
name => 'ribbonInstructions',
|
||||||
{ 'name' => 'purchase.label', },
|
description => 'ribbonInstructions help',
|
||||||
{ 'name' => 'purchase.url', }
|
},
|
||||||
],
|
{
|
||||||
|
name => 'tokenInstructions',
|
||||||
|
description => 'tokenInstructions help',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name => 'registrationStaffGroupId',
|
||||||
|
description => 'registrationStaffGroupId help',
|
||||||
},
|
},
|
||||||
{ 'name' => 'paginateBar', },
|
|
||||||
{ 'name' => 'manageEvents.url', },
|
|
||||||
{ 'name' => 'manageEvents.label', },
|
|
||||||
{ 'name' => 'managePurchases.url', },
|
|
||||||
{ 'name' => 'managePurchases.label', },
|
|
||||||
{ 'name' => 'noSearchDialog' },
|
|
||||||
{ 'name' => 'addEvent.url' },
|
|
||||||
{ 'name' => 'addEvent.label' },
|
|
||||||
{ 'name' => 'canManageEvents', },
|
|
||||||
{ 'name' => 'message' },
|
|
||||||
{ 'name' => 'numberOfSearchResults' },
|
|
||||||
{ 'name' => 'continue.url' },
|
|
||||||
{ 'name' => 'continue.label' },
|
|
||||||
{ 'name' => 'name.label' },
|
|
||||||
{ 'name' => 'starts.label' },
|
|
||||||
{ 'name' => 'ends.label' },
|
|
||||||
{ 'name' => 'price.label' },
|
|
||||||
{ 'name' => 'seats.label' },
|
|
||||||
{ 'name' => 'addToBadgeMessage' },
|
|
||||||
{ 'name' => 'search.filters.options' },
|
|
||||||
{ 'name' => 'search.data.url' },
|
|
||||||
{ 'name' => 'ems.wobject.dir' }
|
|
||||||
],
|
],
|
||||||
fields => [],
|
fields => [],
|
||||||
related => [
|
related => [],
|
||||||
{ tag => 'pagination template variables',
|
|
||||||
namespace => 'WebGUI',
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -266,6 +266,114 @@ our $I18N = {
|
||||||
context => q|help for a property label|,
|
context => q|help for a property label|,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'addTicketUrl' => {
|
||||||
|
message => q|The URL to add a ticket to a badge.|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
context => q|badge builder template variable|,
|
||||||
|
},
|
||||||
|
|
||||||
|
'addRibbonUrl' => {
|
||||||
|
message => q|The URL to add a ribbon to a badge.|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
context => q|badge builder template variable|,
|
||||||
|
},
|
||||||
|
|
||||||
|
'addTokenUrl' => {
|
||||||
|
message => q|The URL to add a token to a badge.|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
context => q|badge builder template variable|,
|
||||||
|
},
|
||||||
|
|
||||||
|
'importTicketsUrl' => {
|
||||||
|
message => q|The URL to import tickets. Currently not implemented.|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
context => q|badge builder template variable|,
|
||||||
|
},
|
||||||
|
|
||||||
|
'exportTicketsUrl' => {
|
||||||
|
message => q|The URL to export tickets. Currently not implemented.|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
context => q|badge builder template variable|,
|
||||||
|
},
|
||||||
|
|
||||||
|
'getTicketsUrl' => {
|
||||||
|
message => q|The URL to get ticket information as JSON.|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
context => q|badge builder template variable|,
|
||||||
|
},
|
||||||
|
|
||||||
|
'getRibbonsUrl' => {
|
||||||
|
message => q|The URL to get ribbon information as JSON.|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
context => q|badge builder template variable|,
|
||||||
|
},
|
||||||
|
|
||||||
|
'getTokensUrl' => {
|
||||||
|
message => q|The URL to get token information as JSON.|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
context => q|badge builder template variable|,
|
||||||
|
},
|
||||||
|
|
||||||
|
'hasBadge' => {
|
||||||
|
message => q|A conditional that shows whether or not the current user has a badge.|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
context => q|badge builder template variable|,
|
||||||
|
},
|
||||||
|
|
||||||
|
'badgeId' => {
|
||||||
|
message => q|The ID of the current user's badge.|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
context => q|badge builder template variable|,
|
||||||
|
},
|
||||||
|
|
||||||
|
'whichTab' => {
|
||||||
|
message => q|The currently selected tab in the badge builder screen.|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
context => q|badge builder template variable|,
|
||||||
|
},
|
||||||
|
|
||||||
|
'url' => {
|
||||||
|
message => q|The URL to this Event Management System.|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
context => q|badge builder template variable|,
|
||||||
|
},
|
||||||
|
|
||||||
|
'viewCartUrl' => {
|
||||||
|
message => q|A URL to take the user to the View Cart screen.|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
context => q|badge builder template variable|,
|
||||||
|
},
|
||||||
|
|
||||||
|
'customRequestUrl' => {
|
||||||
|
message => q|A URL for the YUI to lookup information about the current badge.|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
context => q|badge builder template variable|,
|
||||||
|
},
|
||||||
|
|
||||||
|
'manageEventMetaFieldsUrl' => {
|
||||||
|
message => q|The URL to the Manage Event Metadata screen.|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
context => q|badge builder template variable|,
|
||||||
|
},
|
||||||
|
|
||||||
|
'otherBadgesInCart' => {
|
||||||
|
message => q|A loop containing links and labels for other badges that are in this user's cart.|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
context => q|badge builder template variable|,
|
||||||
|
},
|
||||||
|
|
||||||
|
'badgeUrl' => {
|
||||||
|
message => q|The URL another badge in the user's cart.|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
context => q|badge builder template variable|,
|
||||||
|
},
|
||||||
|
|
||||||
|
'badgeLabel' => {
|
||||||
|
message => q|An internationalized, personalized label to go with this other badge in the user's cart.|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
context => q|badge builder template variable|,
|
||||||
|
},
|
||||||
|
|
||||||
'main template' => {
|
'main template' => {
|
||||||
message => q|Main Template|,
|
message => q|Main Template|,
|
||||||
lastUpdated => 0,
|
lastUpdated => 0,
|
||||||
|
|
@ -589,8 +697,6 @@ our $I18N = {
|
||||||
context => q|hover help for duration field|
|
context => q|hover help for duration field|
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
'cancel registration' => {
|
'cancel registration' => {
|
||||||
message => q|Cancel Registration|,
|
message => q|Cancel Registration|,
|
||||||
lastUpdated => 0,
|
lastUpdated => 0,
|
||||||
|
|
@ -884,64 +990,44 @@ our $I18N = {
|
||||||
lastUpdated => 1142362439,
|
lastUpdated => 1142362439,
|
||||||
},
|
},
|
||||||
|
|
||||||
'template help title' => {
|
'main template help title' => {
|
||||||
message => q|Event Management System Template Variables|,
|
message => q|Event Management System Main Template|,
|
||||||
lastUpdated => 1140465899,
|
lastUpdated => 1215212860,
|
||||||
},
|
},
|
||||||
|
|
||||||
'checkout.url' => {
|
'main template help body' => {
|
||||||
message => q|A URL to take the user the screen that displays the contents of the shopping cart.|,
|
message => q|This template uses YUI to do most of the display work. Please change the CSS in order to make display or style changes.|,
|
||||||
lastUpdated => 1165517333,
|
lastUpdated => 1215212860,
|
||||||
},
|
},
|
||||||
|
|
||||||
'checkout.label' => {
|
'addBadgeUrl' => {
|
||||||
message => q|A label to go with checkout.url. The internationalized word "Checkout".|,
|
message => q|URL to add a badge to the system.|,
|
||||||
lastUpdated => 1149828278,
|
lastUpdated => 1215213297,
|
||||||
},
|
},
|
||||||
|
|
||||||
'events_loop' => {
|
'buildBadgeUrl' => {
|
||||||
message => q|This loop contains all events that have been approved so that users can register.|,
|
message => q|URL to display information about the current badge.|,
|
||||||
lastUpdated => 1149828278,
|
lastUpdated => 1215213340,
|
||||||
},
|
},
|
||||||
|
|
||||||
'tmplVar event' => {
|
'manageBadgeGroupsUrl' => {
|
||||||
message => q|The information for one event that has been processed by its own event template.|,
|
message => q|URL to display a list of badge groups.|,
|
||||||
lastUpdated => 1149828278,
|
lastUpdated => 1215213347,
|
||||||
},
|
},
|
||||||
|
|
||||||
'paginateBar' => {
|
'getBadgesUrl' => {
|
||||||
message => q|A bar to help the user page through sets of Events if several pages of Events exist.|,
|
message => q|URL to return badge information as JSON for the YUI datatable.|,
|
||||||
lastUpdated => 1149828278,
|
lastUpdated => 1215212860,
|
||||||
},
|
},
|
||||||
|
|
||||||
'Pagination variables' => {
|
'canEdit' => {
|
||||||
message => q|Common pagination template variables.|,
|
message => q|A conditional indicating whether or not the current user can edit the Event Management System.|,
|
||||||
lastUpdated => 1149828278,
|
lastUpdated => 1215213833,
|
||||||
},
|
},
|
||||||
|
|
||||||
'canManageEvents' => {
|
'lookupRegistrantUrl' => {
|
||||||
message => q|A flag to indicate if the current user is allowed to Manage Events.|,
|
message => q|URL to get information about the badges for the current user, or for all users if the current user is part of the registration staff.|,
|
||||||
lastUpdated => 1149829190,
|
lastUpdated => 1215213901,
|
||||||
},
|
|
||||||
|
|
||||||
'manageEvents.url' => {
|
|
||||||
message => q|A URL to take the user to the screen where Events can be managed (i.e. added, approved, deleted)|,
|
|
||||||
lastUpdated => 1149828278,
|
|
||||||
},
|
|
||||||
|
|
||||||
'manageEvents.label' => {
|
|
||||||
message => q|An internationalized label to display to the user the link for managing events.|,
|
|
||||||
lastUpdated => 1165511492,
|
|
||||||
},
|
|
||||||
|
|
||||||
'managePurchases.url' => {
|
|
||||||
message => q|A URL to take the user to the screen where purchases can be managed (i.e. added, approved, deleted)|,
|
|
||||||
lastUpdated => 1149828278,
|
|
||||||
},
|
|
||||||
|
|
||||||
'managePurchases.label' => {
|
|
||||||
message => q|An internationalized label to display to the user the link for managing purchases.|,
|
|
||||||
lastUpdated => 1165511507,
|
|
||||||
},
|
},
|
||||||
|
|
||||||
'event template help title' => {
|
'event template help title' => {
|
||||||
|
|
@ -949,11 +1035,6 @@ our $I18N = {
|
||||||
lastUpdated => 1140465899,
|
lastUpdated => 1140465899,
|
||||||
},
|
},
|
||||||
|
|
||||||
'title' => {
|
|
||||||
message => q|The title of this event.|,
|
|
||||||
lastUpdated => 1149828404,
|
|
||||||
},
|
|
||||||
|
|
||||||
'short title' => {
|
'short title' => {
|
||||||
message => q|Title|,
|
message => q|Title|,
|
||||||
lastUpdated => 1149828404,
|
lastUpdated => 1149828404,
|
||||||
|
|
@ -964,83 +1045,11 @@ our $I18N = {
|
||||||
lastUpdated => 1165513731,
|
lastUpdated => 1165513731,
|
||||||
},
|
},
|
||||||
|
|
||||||
'description' => {
|
|
||||||
message => q|The description of this event.|,
|
|
||||||
lastUpdated => 1149828404,
|
|
||||||
},
|
|
||||||
|
|
||||||
'image' => {
|
'image' => {
|
||||||
message => q|The image assigned to represent this event.|,
|
message => q|The image assigned to represent this event.|,
|
||||||
lastUpdated => 1149828404,
|
lastUpdated => 1149828404,
|
||||||
},
|
},
|
||||||
|
|
||||||
'tmplVar price' => {
|
|
||||||
message => q|The price of this event.|,
|
|
||||||
lastUpdated => 1149828404,
|
|
||||||
},
|
|
||||||
|
|
||||||
'tmplVar sku' => {
|
|
||||||
message => q|The SKU for this event.|,
|
|
||||||
lastUpdated => 1149828404,
|
|
||||||
},
|
|
||||||
|
|
||||||
'tmplVar sku template' => {
|
|
||||||
message => q|The SKU templates used to generate the SKU for this event.|,
|
|
||||||
lastUpdated => 1149828404,
|
|
||||||
},
|
|
||||||
|
|
||||||
'tmplVar weight' => {
|
|
||||||
message => q|The weight associated with materials for this event.|,
|
|
||||||
lastUpdated => 1149828404,
|
|
||||||
},
|
|
||||||
|
|
||||||
'numberRegistered' => {
|
|
||||||
message => q|The number of people currently registered for this event.|,
|
|
||||||
lastUpdated => 1149828404,
|
|
||||||
},
|
|
||||||
|
|
||||||
'maximumAttendees' => {
|
|
||||||
message => q|The number of people allowed to attend this event.|,
|
|
||||||
lastUpdated => 1149828404,
|
|
||||||
},
|
|
||||||
|
|
||||||
'seatsRemaining' => {
|
|
||||||
message => q|The number of available seats remaining for this event.|,
|
|
||||||
lastUpdated => 1149828404,
|
|
||||||
},
|
|
||||||
|
|
||||||
'eventIsFull' => {
|
|
||||||
message => q|A boolean that is true if there are no available seats remaining in this event.|,
|
|
||||||
lastUpdated => 1165517259,
|
|
||||||
},
|
|
||||||
|
|
||||||
'eventIsApproved' => {
|
|
||||||
message => q|A boolean that is true if the event has been approved.|,
|
|
||||||
lastUpdated => 1149828404,
|
|
||||||
},
|
|
||||||
|
|
||||||
'startDate.human' => {
|
|
||||||
message => q|The date and time this event starts, in human readable format.|,
|
|
||||||
lastUpdated => 1149828404,
|
|
||||||
},
|
|
||||||
|
|
||||||
'endDate.human' => {
|
|
||||||
message => q|The date and time this event ends, in human readable format.|,
|
|
||||||
lastUpdated => 1149828404,
|
|
||||||
},
|
|
||||||
|
|
||||||
'purchase.label' => {
|
|
||||||
message => q|An internationalized label to display to the user the link for purchasing this event.
|
|
||||||
If the event is full, the label will be "Sold out".|,
|
|
||||||
lastUpdated => 1149828404,
|
|
||||||
},
|
|
||||||
|
|
||||||
'purchase.url' => {
|
|
||||||
message => q|A URL for the user to register for this event and add it to their shopping cart.
|
|
||||||
If the event is full, the url will be blank.|,
|
|
||||||
lastUpdated => 1149828404,
|
|
||||||
},
|
|
||||||
|
|
||||||
'purchase.message' => {
|
'purchase.message' => {
|
||||||
message => q|A message to ask the user whether or not they'd like to see subevents for this event.
|
message => q|A message to ask the user whether or not they'd like to see subevents for this event.
|
||||||
If the event is full, this variable will be blank.|,
|
If the event is full, this variable will be blank.|,
|
||||||
|
|
@ -1065,118 +1074,6 @@ If the event is full, this variable will be blank.|,
|
||||||
lastUpdated => 1149828404,
|
lastUpdated => 1149828404,
|
||||||
},
|
},
|
||||||
|
|
||||||
'manage purchases template help title' => {
|
|
||||||
message => q|EMS Manage Purchases Template|,
|
|
||||||
lastUpdated => 1140465899,
|
|
||||||
},
|
|
||||||
|
|
||||||
'purchasesLoop' => {
|
|
||||||
message => q|This loop contains all events that have been approved so that users can view their purchases.|,
|
|
||||||
lastUpdated => 1149828546,
|
|
||||||
},
|
|
||||||
|
|
||||||
'purchaseUrl' => {
|
|
||||||
message => q|A link to view the details of this purchase.|,
|
|
||||||
lastUpdated => 1149828546,
|
|
||||||
},
|
|
||||||
|
|
||||||
'datePurchasedHuman' => {
|
|
||||||
message => q|The date and time this purchase was started in a human readable format.|,
|
|
||||||
lastUpdated => 1149828546,
|
|
||||||
},
|
|
||||||
|
|
||||||
'managePurchasesTitle' => {
|
|
||||||
message => q|An internationalized label to title this screen.|,
|
|
||||||
lastUpdated => 1149828546,
|
|
||||||
},
|
|
||||||
|
|
||||||
'view purchase template help title' => {
|
|
||||||
message => q|EMS View Purchases Template|,
|
|
||||||
lastUpdated => 1140465899,
|
|
||||||
},
|
|
||||||
|
|
||||||
'purchasesLoop' => {
|
|
||||||
message => q|This loop contains all registrations that are included in this purchase.|,
|
|
||||||
lastUpdated => 1149828601,
|
|
||||||
},
|
|
||||||
|
|
||||||
'regLoop' => {
|
|
||||||
message => q|This loop contains all events that are included in this registration.|,
|
|
||||||
lastUpdated => 1149828601,
|
|
||||||
},
|
|
||||||
|
|
||||||
'startDateHuman' => {
|
|
||||||
message => q|The start date in a human readable format for this event.|,
|
|
||||||
lastUpdated => 1149828601,
|
|
||||||
},
|
|
||||||
|
|
||||||
'startDateHuman' => {
|
|
||||||
message => q|The start date in a human readable format for this event.|,
|
|
||||||
lastUpdated => 1149828601,
|
|
||||||
},
|
|
||||||
|
|
||||||
'endDateHuman' => {
|
|
||||||
message => q|The end date in a human readable format for this event.|,
|
|
||||||
lastUpdated => 1149828601,
|
|
||||||
},
|
|
||||||
|
|
||||||
'startDate' => {
|
|
||||||
message => q|This event's start date and time in epoch format.|,
|
|
||||||
lastUpdated => 1149828601,
|
|
||||||
},
|
|
||||||
|
|
||||||
'endDateHuman' => {
|
|
||||||
message => q|This event's end date and time in epoch format.|,
|
|
||||||
lastUpdated => 1149828601,
|
|
||||||
},
|
|
||||||
|
|
||||||
'registrationId' => {
|
|
||||||
message => q|The user's registration Id for this event.|,
|
|
||||||
lastUpdated => 1165511539,
|
|
||||||
},
|
|
||||||
|
|
||||||
'templateId' => {
|
|
||||||
message => q|The template used to style this event if it is to be displayed.|,
|
|
||||||
lastUpdated => 1149828601,
|
|
||||||
},
|
|
||||||
|
|
||||||
'returned' => {
|
|
||||||
message => q|A boolean that will be 1 if this event has been returned by the user.|,
|
|
||||||
lastUpdated => 1149828601,
|
|
||||||
},
|
|
||||||
|
|
||||||
'tmplVar approved' => {
|
|
||||||
message => q|A boolean that will be 1 if this event has been approved.|,
|
|
||||||
lastUpdated => 1149828601,
|
|
||||||
},
|
|
||||||
|
|
||||||
'templateId' => {
|
|
||||||
message => q|The template used to style this event if it is to be displayed.|,
|
|
||||||
lastUpdated => 1149828601,
|
|
||||||
},
|
|
||||||
|
|
||||||
'userId' => {
|
|
||||||
message => q|The Id of the user set to use this badge.|,
|
|
||||||
lastUpdated => 1149828601,
|
|
||||||
},
|
|
||||||
|
|
||||||
'createdByUserId' => {
|
|
||||||
message => q|The Id of the user who created this badge.|,
|
|
||||||
lastUpdated => 1149828601,
|
|
||||||
},
|
|
||||||
|
|
||||||
'canReturnItinerary' => {
|
|
||||||
message => q|A boolean indicating whether or not this event can be returned.|,
|
|
||||||
lastUpdated => 1149828601,
|
|
||||||
},
|
|
||||||
|
|
||||||
'canAddEvents' => {
|
|
||||||
message => q|A boolean indicating whether or not the current user is allowed to add events. Admins, the owner
|
|
||||||
of the transaction, the user who created the registration or the user who the registration is
|
|
||||||
for are allowed to add events.|,
|
|
||||||
lastUpdated => 1149828601,
|
|
||||||
},
|
|
||||||
|
|
||||||
'canReturnTransaction' => {
|
'canReturnTransaction' => {
|
||||||
message => q|A boolean that is true if any purchase can be returned.|,
|
message => q|A boolean that is true if any purchase can be returned.|,
|
||||||
lastUpdated => 1149828601,
|
lastUpdated => 1149828601,
|
||||||
|
|
@ -1187,153 +1084,11 @@ for are allowed to add events.|,
|
||||||
lastUpdated => 1149828601,
|
lastUpdated => 1149828601,
|
||||||
},
|
},
|
||||||
|
|
||||||
'canReturn' => {
|
|
||||||
message => q|A boolean indicating if the current user may return events in the purchase. Users who can add events
|
|
||||||
fall into this group.|,
|
|
||||||
lastUpdated => 1149828601,
|
|
||||||
},
|
|
||||||
|
|
||||||
'transactionId' => {
|
'transactionId' => {
|
||||||
message => q|The unique identifier for this transaction in the database.|,
|
message => q|The unique identifier for this transaction in the database.|,
|
||||||
lastUpdated => 1149828601,
|
lastUpdated => 1149828601,
|
||||||
},
|
},
|
||||||
|
|
||||||
'appUrl' => {
|
|
||||||
message => q|A URL back to the main screen of the Asset.|,
|
|
||||||
lastUpdated => 1149828601,
|
|
||||||
},
|
|
||||||
|
|
||||||
'search template help title' => {
|
|
||||||
message => q|EMS Search Template|,
|
|
||||||
lastUpdated => 1140465899,
|
|
||||||
},
|
|
||||||
|
|
||||||
'calendarJS' => {
|
|
||||||
message => q|Script tag to set up the javascript calendar picker.|,
|
|
||||||
lastUpdated => 1149828900,
|
|
||||||
},
|
|
||||||
|
|
||||||
'basicSearch.formHeader' => {
|
|
||||||
message => q|Form header for a basic search.|,
|
|
||||||
lastUpdated => 1149828900,
|
|
||||||
},
|
|
||||||
|
|
||||||
'advSearch.formHeader' => {
|
|
||||||
message => q|Form header for an advanced search.|,
|
|
||||||
lastUpdated => 1149828900,
|
|
||||||
},
|
|
||||||
|
|
||||||
'isAdvSearch' => {
|
|
||||||
message => q|Boolean indicating if an advanced search form has been requested.|,
|
|
||||||
lastUpdated => 1149828900,
|
|
||||||
},
|
|
||||||
|
|
||||||
'search.formFooter' => {
|
|
||||||
message => q|Form footer code for either type of search.|,
|
|
||||||
lastUpdated => 1149828900,
|
|
||||||
},
|
|
||||||
|
|
||||||
'search.formSubmit' => {
|
|
||||||
message => q|A button to submit the user's search data. The button will contain the internationalized word "Filter".|,
|
|
||||||
lastUpdated => 1149828900,
|
|
||||||
},
|
|
||||||
|
|
||||||
'endDate' => {
|
|
||||||
message => q|The date and time this event ends, in epoch format.|,
|
|
||||||
lastUpdated => 1149828900,
|
|
||||||
},
|
|
||||||
|
|
||||||
'productId' => {
|
|
||||||
message => q|The unique identifier for this product.|,
|
|
||||||
lastUpdated => 1149828900,
|
|
||||||
},
|
|
||||||
|
|
||||||
'manageToolbar' => {
|
|
||||||
message => q|Code for an toolbar with icons to delete, edit and reorder events.|,
|
|
||||||
lastUpdated => 1149828900,
|
|
||||||
},
|
|
||||||
|
|
||||||
'noSearchDialog' => {
|
|
||||||
message => q|A boolean that indicates if the user has requested that no search dialog be presented
|
|
||||||
by setting the "hide" form variable.|,
|
|
||||||
lastUpdated => 1149828900,
|
|
||||||
},
|
|
||||||
|
|
||||||
'addEvent.url' => {
|
|
||||||
message => q|A URL to take the user to the screen to add a new event.|,
|
|
||||||
lastUpdated => 1149828900,
|
|
||||||
},
|
|
||||||
|
|
||||||
'addEvent.label' => {
|
|
||||||
message => q|An internationalized label to display to the user the link for adding an event.|,
|
|
||||||
lastUpdated => 1165511512,
|
|
||||||
},
|
|
||||||
|
|
||||||
'message' => {
|
|
||||||
message => q|Messages from the system about the number and type of results being displayed.|,
|
|
||||||
lastUpdated => 1149828900,
|
|
||||||
},
|
|
||||||
|
|
||||||
'numberOfSearchResults' => {
|
|
||||||
message => q|The number of results returned by the current search.|,
|
|
||||||
lastUpdated => 1149828900,
|
|
||||||
},
|
|
||||||
|
|
||||||
'continue.url' => {
|
|
||||||
message => q|A url to add this event to the cart.|,
|
|
||||||
lastUpdated => 1149828900,
|
|
||||||
},
|
|
||||||
|
|
||||||
'continue.label' => {
|
|
||||||
message => q|The internationalized label, "Continue" to go with continue.url.|,
|
|
||||||
lastUpdated => 1149828900,
|
|
||||||
},
|
|
||||||
|
|
||||||
'name.label' => {
|
|
||||||
message => q|The internationalized label, "Event".|,
|
|
||||||
lastUpdated => 1149828900,
|
|
||||||
},
|
|
||||||
|
|
||||||
'starts.label' => {
|
|
||||||
message => q|The internationalized label, "Starts".|,
|
|
||||||
lastUpdated => 1149828900,
|
|
||||||
},
|
|
||||||
|
|
||||||
'ends.label' => {
|
|
||||||
message => q|The internationalized label, "Ends".|,
|
|
||||||
lastUpdated => 1149828900,
|
|
||||||
},
|
|
||||||
|
|
||||||
'price.label' => {
|
|
||||||
message => q|The internationalized label, "Price".|,
|
|
||||||
lastUpdated => 1149828900,
|
|
||||||
},
|
|
||||||
|
|
||||||
'seats.label' => {
|
|
||||||
message => q|The internationalized label, "Seats".|,
|
|
||||||
lastUpdated => 1149828900,
|
|
||||||
},
|
|
||||||
|
|
||||||
'addToBadgeMessage' => {
|
|
||||||
message => q|A message from the system if a badge was successfully added to this transaction.|,
|
|
||||||
lastUpdated => 1149828900,
|
|
||||||
},
|
|
||||||
|
|
||||||
'search.filters.options' => {
|
|
||||||
message => q|Javascript for a search interface for Events based on their properties and metadata.|,
|
|
||||||
lastUpdated => 1149828900,
|
|
||||||
},
|
|
||||||
|
|
||||||
'search.data.url' => {
|
|
||||||
message => q|The URL to this Asset.|,
|
|
||||||
lastUpdated => 1149828900,
|
|
||||||
},
|
|
||||||
|
|
||||||
'ems.wobject.dir' => {
|
|
||||||
message => q|The URL the EventManagementSystem area in the WebGUI Extras directory.|,
|
|
||||||
lastUpdated => 1149828900,
|
|
||||||
},
|
|
||||||
|
|
||||||
'add/edit event template' => {
|
'add/edit event template' => {
|
||||||
message => q|Event Management System Event Template|,
|
message => q|Event Management System Event Template|,
|
||||||
lastUpdated => 1140465899,
|
lastUpdated => 1140465899,
|
||||||
|
|
@ -1880,28 +1635,6 @@ added to the user's cart and would be discounted if the Attend All Sessions even
|
||||||
lastUpdated => 1147108858,
|
lastUpdated => 1147108858,
|
||||||
},
|
},
|
||||||
|
|
||||||
'checkout template help title' => {
|
|
||||||
message => q|EMS Checkout Template|,
|
|
||||||
lastUpdated => 0,
|
|
||||||
},
|
|
||||||
|
|
||||||
'tmplVar isError' => {
|
|
||||||
message => q|This template variable is used inside of a tmpl_if statement and returns true if there is a processing error with a badge holders registration information. This variable is only checked when the <b>registration</b> template variable is true.
|
|
||||||
|,
|
|
||||||
lastUpdated => 0,
|
|
||||||
},
|
|
||||||
|
|
||||||
'tmplVar error' => {
|
|
||||||
message => q|Contains an internationalized error message informing the user that certain fields cannot be blank. The field name returned inside this error message is the internationalized label for the field that was left blank.
|
|
||||||
|,
|
|
||||||
lastUpdated => 0,
|
|
||||||
},
|
|
||||||
|
|
||||||
'tmplLoop errorLoop' => {
|
|
||||||
message => q|A loop that returns error messages related to the completion of the user registration form for each badge. This loop only contains messages when <b>isError</b> is true.|,
|
|
||||||
lastUpdated => 0,
|
|
||||||
},
|
|
||||||
|
|
||||||
'choose a file to import' => {
|
'choose a file to import' => {
|
||||||
message => q|Choose a file to import|,
|
message => q|Choose a file to import|,
|
||||||
lastUpdated => 0,
|
lastUpdated => 0,
|
||||||
|
|
@ -1944,6 +1677,77 @@ added to the user's cart and would be discounted if the Attend All Sessions even
|
||||||
lastUpdated => 0,
|
lastUpdated => 0,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'ems asset template variables' => {
|
||||||
|
message => q|Event Management System Asset Template Variables|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
},
|
||||||
|
|
||||||
|
'timezone help' => {
|
||||||
|
message => q|The time zone that this event is configured to be in.|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
},
|
||||||
|
|
||||||
|
'templateId help' => {
|
||||||
|
message => q|The ID of the template for the main Event Management System screen.|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
},
|
||||||
|
|
||||||
|
'badgeBuilderTemplateId help' => {
|
||||||
|
message => q|The ID of the template for the badge builder screen.|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
},
|
||||||
|
|
||||||
|
'lookupRegistrantTemplateId help' => {
|
||||||
|
message => q|The ID of the template for the lookup registrant screen.|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
},
|
||||||
|
|
||||||
|
'printBadgeTemplateId help' => {
|
||||||
|
message => q|The ID of the template for printing a badge.|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
},
|
||||||
|
|
||||||
|
'printTicketTemplateId help' => {
|
||||||
|
message => q|The ID of the template for printing a ticket.|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
},
|
||||||
|
|
||||||
|
'badgeInstructions help' => {
|
||||||
|
message => q|Instructions to the user for what to do with a badge.|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
},
|
||||||
|
|
||||||
|
'ticketInstructions help' => {
|
||||||
|
message => q|Instructions to the user for what to do with a ticket.|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
},
|
||||||
|
|
||||||
|
'ribbonInstructions help' => {
|
||||||
|
message => q|Instructions to the user for what to do with a ribbon.|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
},
|
||||||
|
|
||||||
|
'tokenInstructions help' => {
|
||||||
|
message => q|Instructions to the user for what to do with a token.|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
},
|
||||||
|
|
||||||
|
'registrationStaffGroupId help' => {
|
||||||
|
message => q|The ID of the group set up to handle registration.|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
},
|
||||||
|
|
||||||
|
'registrationStaffGroupId help' => {
|
||||||
|
message => q|The ID of the group set up to handle registration.|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
},
|
||||||
|
|
||||||
|
'event start date' => {
|
||||||
|
message => q|Start Date|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
context => q|Event start date field label in the badge builder screen|
|
||||||
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue