More MapPoint template variable help fixes

This commit is contained in:
Colin Kuskie 2010-04-20 20:33:44 -07:00
parent e0fffef75c
commit 959df82cba
2 changed files with 19 additions and 1 deletions

View file

@ -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', },

View file

@ -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;