// 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 StatsSales extends ModuleGraph
$this->csvExport(array('type' => 'pie', 'option' => '3-'.(int)Tools::getValue('id_country')));
$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; margin-left: 10px;">
<select name="id_country">
<option value="0"'.((!Tools::getValue('id_order_state')) ? ' selected="selected"' : '').'>'.$this->l('All').'</option>';