Fix for the validation of the forms in the portal. The (lack of) localization was breaking it!

SVN:trunk[2970]
This commit is contained in:
Denis Flaven
2013-10-29 16:26:46 +00:00
parent 85e261a5fa
commit 898c235c0d

View File

@@ -64,6 +64,7 @@ class PortalWebPage extends NiceWebPage
$sAbsURLModulesRoot = addslashes(utils::GetAbsoluteUrlModulesRoot()); // Pass it to Javascript scripts
$oAppContext = new ApplicationContext();
$sAppContext = addslashes($oAppContext->GetForLink());
$this->add_dict_entry('UI:FillAllMandatoryFields');
if ($sAlternateStyleSheet != '')
{
$this->add_linked_stylesheet("../portal/$sAlternateStyleSheet/portal.css");