[-] BO : delete id_theme in Image Type
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12278 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -1342,7 +1342,7 @@ abstract class ModuleCore
|
||||
{
|
||||
$output = '
|
||||
<div class="module_error alert error">
|
||||
<img src="'._PS_IMG_.'admin/warning.gif" alt="" title="" /> '.$error.'
|
||||
'.$error.'
|
||||
</div>';
|
||||
$this->error = true;
|
||||
return $output;
|
||||
@@ -1352,7 +1352,7 @@ abstract class ModuleCore
|
||||
{
|
||||
$output = '
|
||||
<div class="module_confirmation conf confirm">
|
||||
<img src="'._PS_IMG_.'admin/ok.gif" alt="" title="" /> '.$string.'
|
||||
'.$string.'
|
||||
</div>';
|
||||
return $output;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user