[*] BO : #PSFV-94 - added AdminCurrencuesController

This commit is contained in:
tDidierjean
2011-10-19 09:29:49 +00:00
parent 909ec97e96
commit fc417ea952
8 changed files with 553 additions and 377 deletions
@@ -60,6 +60,7 @@ class AdminImagesController extends AdminController
'PS_JPEG_QUALITY' => array('title' => $this->l('JPEG quality'), 'desc' => $this->l('Ranges from 0 (worst quality, smallest file) to 100 (best quality, biggest file)'), 'validation' => 'isUnsignedId', 'required' => true, 'cast' => 'intval', 'type' => 'text'),
'PS_PNG_QUALITY' => array('title' => $this->l('PNG quality'), 'desc' => $this->l('Ranges from 9 (worst quality, smallest file) to 0 (best quality, biggest file)'), 'validation' => 'isUnsignedId', 'required' => true, 'cast' => 'intval', 'type' => 'text'),
),
'submit' => array(),
)
);