Added the viewcart macro.

Lookup registrant now works.
Fixed some bugs.
This commit is contained in:
JT Smith 2008-04-11 22:00:17 +00:00
parent 02c24aa44a
commit 23ea56bbe6
10 changed files with 164 additions and 36 deletions

View file

@ -20,6 +20,12 @@ our $I18N = {
context => q|help for a workflow activity field label|,
},
'badge number' => {
message => q|Badge #|,
lastUpdated => 0,
context => q|a property label|,
},
'percentage discount' => {
message => q|Percentage Discount|,
lastUpdated => 0,
@ -62,12 +68,6 @@ our $I18N = {
context => q|a link label|,
},
'view cart' => {
message => q|View Cart|,
lastUpdated => 0,
context => q|a link label|,
},
'view tickets' => {
message => q|View Tickets|,
lastUpdated => 0,
@ -200,6 +200,42 @@ our $I18N = {
context => q|a template label a tab in the badge builder|,
},
'lookup registrant template' => {
message => q|Lookup Registrant|,
lastUpdated => 0,
context => q|a property label|,
},
'lookup registrant template help' => {
message => q|Which template would you like to use for the lookup registrant screen?|,
lastUpdated => 0,
context => q|help for a property label|,
},
'badge builder template' => {
message => q|Badge Builder Template|,
lastUpdated => 0,
context => q|a property label|,
},
'badge builder template help' => {
message => q|Which template would you like to use for the badge builder screen?|,
lastUpdated => 0,
context => q|help for a property label|,
},
'main template' => {
message => q|Main Template|,
lastUpdated => 0,
context => q|a property label|,
},
'main template help' => {
message => q|Which template would you like to use for the main screen that lists the badges for purchase?|,
lastUpdated => 0,
context => q|help for a property label|,
},
'location' => {
message => q|Location|,
lastUpdated => 0,

View file

@ -3,6 +3,12 @@ package WebGUI::i18n::English::Shop;
use strict;
our $I18N = {
'view cart' => {
message => q|View Cart|,
lastUpdated => 0,
context => q|a link label|,
},
'my purchases template' => {
message => q|My Purchases Template|,
lastUpdated => 0,