// add images css sprites for icon page stats

This commit is contained in:
vKham
2011-12-05 14:34:44 +00:00
parent a3f7f1909c
commit 862af2eec0
15 changed files with 68 additions and 28 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ class StatsCarrier extends ModuleGraph
if (Tools::getValue('export'))
$this->csvExport(array('type' => 'pie', 'option' => Tools::getValue('id_order_state')));
$this->_html = '
<div class="blocStats"><h2 class="icon-'.$this->name.'">'.$this->displayName.'</h2>
<div class="blocStats"><h2 class="icon-'.$this->name.'"><span></span>'.$this->displayName.'</h2>
<form action="'.Tools::safeOutput($_SERVER['REQUEST_URI']).'" method="post" style="float: right;">
<select name="id_order_state">
<option value="0"'.((!Tools::getValue('id_order_state')) ? ' selected="selected"' : '').'>'.$this->l('All').'</option>';