added WebGUI.str javascript class with sprintf and trim functions
got the badge builder working in the EMS
This commit is contained in:
parent
ff7d72becc
commit
3ce33df7ec
6 changed files with 610 additions and 47 deletions
|
|
@ -2,6 +2,30 @@ package WebGUI::i18n::English::Asset_EventManagementSystem;
|
|||
use strict;
|
||||
|
||||
our $I18N = { ##hashref of hashes
|
||||
'location' => {
|
||||
message => q|Location|,
|
||||
lastUpdated => 0,
|
||||
context => q|a property label|,
|
||||
},
|
||||
|
||||
'location help' => {
|
||||
message => q|In what room or location will this event be held?|,
|
||||
lastUpdated => 0,
|
||||
context => q|help for a property label|,
|
||||
},
|
||||
|
||||
'event number' => {
|
||||
message => q|Event Number|,
|
||||
lastUpdated => 0,
|
||||
context => q|a property label|,
|
||||
},
|
||||
|
||||
'event number help' => {
|
||||
message => q|A number which uniquely identifies this event, so it can be matched up with printed catalogs.|,
|
||||
lastUpdated => 0,
|
||||
context => q|help for a property label|,
|
||||
},
|
||||
|
||||
'badge instructions' => {
|
||||
message => q|Badge Instructions|,
|
||||
lastUpdated => 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue