// add title h2 all tab page product, stylesheets stats

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10841 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vKham
2011-12-01 17:39:44 +00:00
parent 16e07c2766
commit 8e2102c8ce
26 changed files with 120 additions and 102 deletions
+3 -3
View File
@@ -98,7 +98,7 @@ class StatsSearch extends ModuleGraph
$result = Db::getInstance(_PS_USE_SQL_SLAVE_)->executeS($this->_query.ModuleGraph::getDateBetween().$this->_query2);
$this->_html = '
<fieldset><legend><img src="../modules/'.$this->name.'/logo.gif" /> '.$this->displayName.'</legend>';
<div class="blocStats"><h2 class="icon-'.$this->name.'">'.$this->displayName.'</h2>';
$table = '<div style="overflow-y: scroll; height: 600px;">
<table class="table" border="0" cellspacing="0" cellspacing="0">
<thead>
@@ -125,8 +125,8 @@ class StatsSearch extends ModuleGraph
<p><a href="'.Tools::safeOutput($_SERVER['REQUEST_URI']).'&export=1"><img src="../img/admin/asterisk.gif" />'.$this->l('CSV Export').'</a></p>
<br class="clear" />'.$table;
else
$this->_html .= '<p><strong>'.$this->l('No keywords searched more than once found.').'</strong></p>';
$this->_html .= '</fieldset>';
$this->_html .= '<p>'.$this->l('No keywords searched more than once found.').'</p>';
$this->_html .= '</div>';
return $this->_html;
}