// change view carts

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12091 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vKham
2012-01-03 17:18:29 +00:00
parent 2d1467a5aa
commit e155f70095
12 changed files with 70 additions and 67 deletions
+3 -1
View File
@@ -379,7 +379,9 @@ class HookCore extends ObjectModel
$output .= '<script type="text/javascript"> modules_list.push(\''.$moduleInstance->name.'\');</script>
<div id="hook_'.$array['id_hook'].'_module_'.$moduleInstance->id.'_moduleName_'.$moduleInstance->name.'"
class="dndModule" style="border: 1px dotted red;'.(!strlen($display) ? 'height:50px;' : '').'">
<span><img src="'._MODULE_DIR_.$moduleInstance->name.'/logo.gif">'
<span style="font-family: Georgia;
font-size:13px;
font-style:italic;"><img style="padding-right:5px;" src="'._MODULE_DIR_.$moduleInstance->name.'/logo.gif">'
.$moduleInstance->displayName.'<span style="float:right">
<a href="#" id="'.$array['id_hook'].'_'.$moduleInstance->id.'" class="moveModule">
<img src="'._PS_ADMIN_IMG_.'arrow_out.png"></a>