// Removed deprecated option form in stats

This commit is contained in:
Damien Metzger
2013-09-20 18:18:04 +02:00
parent ed1574e9ed
commit 1fe17f0eb1
3 changed files with 5 additions and 5 deletions
@@ -23,7 +23,7 @@
* International Registered Trademark & Property of PrestaShop SA
*}
<div class="blocEngine panel">
{*
<form action="{$smarty.server.REQUEST_URI|escape}" method="post" id="settings_form" name="settings_form" class="form-horizontal">
<h3><i class="icon-cog"></i> {l s='Settings'}</h3>
@@ -66,5 +66,4 @@
<input type="submit" value="{l s='Save'}" name="submitSettings" id="submitSettings" class="btn btn-default" />
</p>
</form>
</div>
</div>
*}
@@ -34,4 +34,5 @@
{else}
{l s='No module has been installed.'}
{/if}
</nav>
</nav>
</div>
@@ -51,7 +51,6 @@ abstract class AdminStatsTabControllerCore extends AdminPreferencesControllerCor
}
$this->content .= $this->displayMenu();
$this->content .= $this->displayEngines();
$this->content .= $this->displayCalendar();
$this->content .= $this->displayStats();
@@ -110,6 +109,7 @@ abstract class AdminStatsTabControllerCore extends AdminPreferencesControllerCor
return $tpl->fetch();
}
/* Not used anymore, but still work */
protected function displayEngines()
{
$tpl = $this->createTemplate('engines.tpl');