Fixed issue where keywords field is not available in Form post tempalte
This commit is contained in:
parent
8ceac0ac25
commit
ca8ad4f4c2
4 changed files with 13 additions and 0 deletions
|
|
@ -244,6 +244,7 @@ sub appendTemplateLabels {
|
|||
$var->{"views.label"} = $i18n->get("views");
|
||||
$var->{'visitorName.label'} = $i18n->get("visitor");
|
||||
$var->{"captcha_label"} = $i18n->get("captcha label");
|
||||
$var->{'keywords.label'} = $i18n->get('keywords label');
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue