[-] BO : fix Save&Stay not working on combination page
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13298 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -35,7 +35,8 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<input type="hidden" name="token" value="{$token}" />
|
||||
</form>
|
||||
|
||||
{if !$simple_header}
|
||||
<input type="hidden" name="token" value="{$token}" />
|
||||
</form>
|
||||
{/if}
|
||||
{block name="after"}{/block}
|
||||
@@ -78,8 +78,10 @@
|
||||
|
||||
{block name="override_header"}{/block}
|
||||
|
||||
{if !$simple_header}
|
||||
<form method="post" action="{$action}" class="form">
|
||||
<input type="hidden" id="submitFilter{$table}" name="submitFilter{$table}" value="0"/>
|
||||
{/if}
|
||||
<table class="table_grid">
|
||||
{if !$simple_header}
|
||||
<tr>
|
||||
|
||||
@@ -638,6 +638,7 @@ class HelperListCore extends Helper
|
||||
'table' => $this->table,
|
||||
'current' => $this->currentIndex,
|
||||
'bulk_actions' => $this->bulk_actions,
|
||||
'simple_header' => $this->simple_header
|
||||
)));
|
||||
return $this->footer_tpl->fetch();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user