// fix form extensible page preference

This commit is contained in:
vKham
2011-12-30 16:09:03 +00:00
parent 57fc14bf6b
commit bfcf3ddedc
5 changed files with 1 additions and 4 deletions
@@ -66,7 +66,6 @@ class AdminEmailsControllerCore extends AdminController
'test' => array(
'title' => $this->l('Test your e-mail configuration'),
'icon' => 'email',
'class' => 'width2',
'fields' => array(
'PS_SHOP_EMAIL' => array('title' => $this->l('Send a test e-mail to'), 'type' => 'text', 'size' => 40, 'id' => 'testEmail'),
),