help docs and i18n for the print ticket template

This commit is contained in:
Colin Kuskie 2008-07-18 04:51:41 +00:00
parent 7e261bdf79
commit c754630de8
2 changed files with 70 additions and 0 deletions

View file

@ -136,6 +136,46 @@ our $HELP = {
related => [],
},
'ems print ticket template' => {
source => 'sub www_printTicket',
title => 'print ticket template',
body => '',
variables => [
{ 'name' => 'ticketTitle'},
{ 'name' => 'ticketStart'},
{ 'name' => 'ticketDuration'},
{ 'name' => 'ticketLocation'},
{ 'name' => 'ticketEventNumber'},
{ 'name' => 'badgeId'},
{ 'name' => 'badgeNumber'},
{ 'name' => 'badgeAssetId'},
{ 'name' => 'emsAssetId'},
{ 'name' => 'userId'},
{ 'name' => 'name'},
{ 'name' => 'address1'},
{ 'name' => 'address2'},
{ 'name' => 'address3'},
{ 'name' => 'city'},
{ 'name' => 'state'},
{ 'name' => 'zipcode'},
{ 'name' => 'country'},
{ 'name' => 'phoneNumber'},
{ 'name' => 'organization'},
{ 'name' => 'email'},
{ 'name' => 'notes'},
{ 'name' => 'purchaseComplete'},
{ 'name' => 'hasCheckedIn'},
{ 'name' => 'transactionItemId'},
],
isa => [
{ namespace => "Asset_Template",
tag => "template variables"
},
],
fields => [],
related => [],
},
'ems asset template variables' => {
source => 'sub definition',
title => 'ems asset template variables',

View file

@ -272,6 +272,36 @@ our $I18N = {
context => q|template variable for the print badge screen|,
},
'ticketTitle' => {
message => q|The title of the ticket to be printed.|,
lastUpdated => 0,
context => q|template variable for the print ticket screen|,
},
'ticketStart' => {
message => q|The start date of the ticket.|,
lastUpdated => 0,
context => q|template variable for the print ticket screen|,
},
'ticketDuration' => {
message => q|How long the ticket lasts.|,
lastUpdated => 0,
context => q|template variable for the print ticket screen|,
},
'ticketLocation' => {
message => q|Where the ticket is good for.|,
lastUpdated => 0,
context => q|template variable for the print ticket screen|,
},
'ticketEventNumber' => {
message => q|The event number for the ticket.|,
lastUpdated => 0,
context => q|template variable for the print ticket screen|,
},
'userId' => {
message => q|The badge user's userId.|,
lastUpdated => 0,