// page edit product smallImage, fix page translation, stats

This commit is contained in:
vKham
2012-01-05 17:41:36 +00:00
parent 1e6512252a
commit 0de03b7bb3
13 changed files with 81 additions and 53 deletions
+3 -2
View File
@@ -242,7 +242,7 @@ class StatsProduct extends ModuleGraph
$this->html .= '
<div class="margin-form">
<form action="" method="post" id="categoriesForm">
<label>'.$this->l('Choose a category').'</label>
<label class="t">'.$this->l('Choose a category').'</label>
<select name="id_category" onchange="$(\'#categoriesForm\').submit();">
<option value="0">'.$this->l('All').'</option>';
foreach ($categories as $category)
@@ -251,7 +251,8 @@ class StatsProduct extends ModuleGraph
</select>
</form>
</div>
'.$this->l('Click on a product to access its statistics.').'
<p>'.$this->l('Click on a product to access its statistics.').'</p>
<h2>'.$this->l('Products available').'</h2>
<div>
<table class="table" border="0" cellspacing="0" cellspacing="0">