// add images css sprites for icon page stats

This commit is contained in:
vKham
2011-12-05 14:34:44 +00:00
parent ea02d3074b
commit d3cb359a8d
15 changed files with 68 additions and 28 deletions
+2 -2
View File
@@ -169,7 +169,7 @@ class StatsCatalog extends Module
$html = '
<script type="text/javascript" language="javascript">$(\'#calendar\').slideToggle();</script>
<div class="blocStats"><h2 class="icon-'.$this->name.'">'.$this->displayName.'</h2>
<div class="blocStats"><h2 class="icon-'.$this->name.'"><span></span>'.$this->displayName.'</h2>
<div class="margin-form">
<form action="" method="post" id="categoriesForm">
<label>
@@ -207,7 +207,7 @@ class StatsCatalog extends Module
if (count($productsNB) && count($productsNB) < 50)
{
$html .= '<br />
<div class="blocStats"><h2 class="icon-basket_delete.png"> '.$this->l('Products never purchased').'</h2>
<div class="blocStats"><h2 class="icon-basket-delete"><span></span>'.$this->l('Products never purchased').'</h2>
<table cellpadding="0" cellspacing="0" class="table">
<tr><th>'.$this->l('ID').'</th><th>'.$this->l('Name').'</th><th>'.$this->l('Edit / View').'</th></tr>';
foreach ($productsNB as $product)