// List simple header bootstraping
This commit is contained in:
@@ -89,6 +89,8 @@
|
||||
<input type="hidden" name="token" value="{$token}" />
|
||||
</fieldset>
|
||||
</form>
|
||||
{else}
|
||||
</fieldset>
|
||||
{/if}
|
||||
|
||||
{hook h='displayAdminListAfter'}
|
||||
|
||||
@@ -252,6 +252,10 @@
|
||||
</script>
|
||||
{/if}
|
||||
</div>
|
||||
{/if}
|
||||
{if $simple_header}
|
||||
<fieldset class="col-lg-12">
|
||||
<h3>{if is_array($title)}{$title|end}{else}{$title}{/if}</h3>
|
||||
{/if}
|
||||
<div class="table-responsive clearfix">
|
||||
<table
|
||||
|
||||
Reference in New Issue
Block a user