Fixed form names

This commit is contained in:
franck
2013-07-24 20:11:28 +02:00
parent 182b13ceca
commit 0a89a21897
4 changed files with 4 additions and 4 deletions

View File

@@ -51,6 +51,6 @@ class AdminLogin extends BaseForm {
public function getName()
{
return "adminLogin";
return "thelia_admin_login";
}
}

View File

@@ -160,6 +160,6 @@ class CustomerCreation extends BaseForm
public function getName()
{
return "thelia.customer.creation";
return "thelia_customer_creation";
}
}

View File

@@ -51,6 +51,6 @@ class CustomerLogin extends BaseForm {
public function getName()
{
return "thelia.customer.login";
return "thelia_customer_login";
}
}

View File

@@ -115,6 +115,6 @@ class CustomerModification extends BaseForm {
*/
public function getName()
{
return "thelia.customer.modification";
return "thelia_customer_modification";
}
}