configured title so al link appears in help index
This commit is contained in:
parent
151deaf143
commit
ba52c38ea3
2 changed files with 7 additions and 1 deletions
|
|
@ -5,8 +5,9 @@ use strict;
|
||||||
|
|
||||||
our $HELP = {
|
our $HELP = {
|
||||||
'template variables' => {
|
'template variables' => {
|
||||||
title => 'PickLanguage macro',
|
title => 'picklanguage title',
|
||||||
body => '',
|
body => '',
|
||||||
|
fields =>[],
|
||||||
'variables' => [
|
'variables' => [
|
||||||
{
|
{
|
||||||
name => "lang_loop",
|
name => "lang_loop",
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,11 @@ package WebGUI::i18n::English::Macro_PickLanguage; ##Be sure to change the pack
|
||||||
use strict; ##Required for all good Perl::Critic compliant code
|
use strict; ##Required for all good Perl::Critic compliant code
|
||||||
|
|
||||||
our $I18N = { ##hashref of hashes
|
our $I18N = { ##hashref of hashes
|
||||||
|
'picklanguage title' => {
|
||||||
|
message => q|PickLanguage macro template variables|,
|
||||||
|
lastUpdated => 1131394070,
|
||||||
|
context => q|Title of the help object|
|
||||||
|
},
|
||||||
'lang_loop' => { ##key that will be used to reference this entry. Do not translate this.
|
'lang_loop' => { ##key that will be used to reference this entry. Do not translate this.
|
||||||
message => q|A loop that contains all installed languages|,
|
message => q|A loop that contains all installed languages|,
|
||||||
lastUpdated => 1131394070, #seconds from the epoch
|
lastUpdated => 1131394070, #seconds from the epoch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue