// field translatable + tpl products + fixs

This commit is contained in:
Kevin Granger
2013-07-10 19:39:35 +02:00
parent f847c821ed
commit f042d704d2
15 changed files with 232 additions and 232 deletions
+1 -1
View File
@@ -960,7 +960,7 @@ class AdminModulesControllerCore extends AdminController
public function initContent()
{
// Adding Css
$this->addCSS(__PS_BASE_URI__.str_replace(_PS_ROOT_DIR_.DIRECTORY_SEPARATOR, '', _PS_ADMIN_DIR_).'/themes/'.$this->bo_theme.'/css/modules.css', 'all');
//$this->addCSS(__PS_BASE_URI__.str_replace(_PS_ROOT_DIR_.DIRECTORY_SEPARATOR, '', _PS_ADMIN_DIR_).'/themes/'.$this->bo_theme.'/css/modules.css', 'all');
// If we are on a module configuration, no need to load all modules
if (Tools::getValue('configure') != '')