|
|
| 73 |
$templateMgr->assign('isError', !$this->isValid()); |
73 |
$templateMgr->assign('isError', !$this->isValid()); |
| 74 |
$templateMgr->assign('errors', $this->getErrorsArray()); |
74 |
$templateMgr->assign('errors', $this->getErrorsArray()); |
| 75 |
|
75 |
|
| 76 |
$templateMgr->assign('formLocales', Locale::getSupportedLocales()); |
76 |
$templateMgr->assign('formLocales', Locale::getSupportedFormLocales()); |
| 77 |
|
77 |
|
| 78 |
// Determine the current locale to display fields with |
78 |
// Determine the current locale to display fields with |
| 79 |
$formLocale = Request::getUserVar('formLocale'); |
79 |
$formLocale = Request::getUserVar('formLocale'); |