More MapPoint template variable help fixes
This commit is contained in:
parent
e0fffef75c
commit
959df82cba
2 changed files with 19 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ our $HELP = {
|
|||
{ name => 'form_title', },
|
||||
{ name => 'form_synopsis', },
|
||||
{ name => 'form_storageIdPhoto', },
|
||||
{ name => 'currrentPhoto', },
|
||||
{ name => 'currentPhoto', },
|
||||
{ name => 'form_website', },
|
||||
{ name => 'form_address1', },
|
||||
{ name => 'form_address2', },
|
||||
|
|
|
|||
|
|
@ -326,6 +326,24 @@ our $I18N = {
|
|||
context => "template variable help",
|
||||
},
|
||||
|
||||
'map point asset template variables' => {
|
||||
message => "Map Point Asset Template Variables",
|
||||
lastUpdated => 0,
|
||||
context => "template variable help",
|
||||
},
|
||||
|
||||
'latitude' => {
|
||||
message => "The latitude of the MapPoint",
|
||||
lastUpdated => 0,
|
||||
context => "template variable help",
|
||||
},
|
||||
|
||||
'longitude' => {
|
||||
message => "The longitude of the MapPoint",
|
||||
lastUpdated => 0,
|
||||
context => "template variable help",
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue