This commit is contained in:
Franck Allimant
2014-01-23 09:34:25 +01:00
1217 changed files with 183 additions and 295 deletions

0
core/lib/Thelia/Form/AdminLogin.php Executable file → Normal file
View File

0
core/lib/Thelia/Form/AdministratorModificationForm.php Executable file → Normal file
View File

0
core/lib/Thelia/Form/BaseForm.php Executable file → Normal file
View File

0
core/lib/Thelia/Form/CartAdd.php Executable file → Normal file
View File

0
core/lib/Thelia/Form/CategoryCreationForm.php Executable file → Normal file
View File

0
core/lib/Thelia/Form/CouponCode.php Executable file → Normal file
View File

0
core/lib/Thelia/Form/CouponCreationForm.php Executable file → Normal file
View File

0
core/lib/Thelia/Form/CustomerCreateForm.php Executable file → Normal file
View File

0
core/lib/Thelia/Form/CustomerLogin.php Executable file → Normal file
View File

0
core/lib/Thelia/Form/CustomerPasswordUpdateForm.php Executable file → Normal file
View File

0
core/lib/Thelia/Form/CustomerProfileUpdateForm.php Executable file → Normal file
View File

0
core/lib/Thelia/Form/CustomerUpdateForm.php Executable file → Normal file
View File

View File

View File

View File

0
core/lib/Thelia/Form/InstallStep3Form.php Executable file → Normal file
View File

0
core/lib/Thelia/Form/ModuleModificationForm.php Executable file → Normal file
View File

0
core/lib/Thelia/Form/OrderDelivery.php Executable file → Normal file
View File

0
core/lib/Thelia/Form/OrderPayment.php Executable file → Normal file
View File

0
core/lib/Thelia/Form/SeoFieldsTrait.php Executable file → Normal file
View File

0
core/lib/Thelia/Form/SeoForm.php Executable file → Normal file
View File

View File

@@ -27,8 +27,6 @@ use Symfony\Component\Validator\Constraints\NotBlank;
use Thelia\Core\Form\Type\TheliaType;
use Thelia\Core\Translation\Translator;
use Thelia\TaxEngine\TaxEngine;
use Thelia\TaxEngine\TaxType;
use Thelia\Core\HttpFoundation\Request;
use Thelia\Model\Tax;
/**