//helper list must be wrapped by a form even if it's a simple header
This commit is contained in:
@@ -149,11 +149,10 @@
|
||||
{if !$simple_header}
|
||||
<input type="hidden" name="token" value="{$token}" />
|
||||
</div>
|
||||
</form>
|
||||
{else}
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
</form>
|
||||
|
||||
{hook h='displayAdminListAfter'}
|
||||
{if isset($name_controller)}
|
||||
|
||||
@@ -74,8 +74,8 @@
|
||||
|
||||
<div class="alert alert-warning" id="{$list_id}-empty-filters-alert" style="display:none;">{l s='Please fill at least one field to perform a search in this list.'}</div>
|
||||
|
||||
{if !$simple_header}
|
||||
<form method="post" action="{$action}" class="form-horizontal">
|
||||
{if !$simple_header}
|
||||
<input type="hidden" id="submitFilter{$list_id}" name="submitFilter{$list_id}" value="0"/>
|
||||
{block name="override_form_extra"}{/block}
|
||||
<div class="panel col-lg-12">
|
||||
|
||||
Reference in New Issue
Block a user