From 71625c242734f6779af2b67d24212ce082754c53 Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Mon, 19 Sep 2011 20:23:22 +0300 Subject: [PATCH] add extra blocks to admin template to make them more flexible --- ipf/admin/templates/admin/items.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ipf/admin/templates/admin/items.html b/ipf/admin/templates/admin/items.html index ed4d52e..8d3cb82 100644 --- a/ipf/admin/templates/admin/items.html +++ b/ipf/admin/templates/admin/items.html @@ -32,7 +32,7 @@ $(document).ready(function()

{$page_title}

- +
{if $is_search} @@ -65,6 +65,7 @@ $(document).ready(function() {/foreach}
{/if} + {block table} @@ -83,6 +84,7 @@ $(document).ready(function() {/foreach}
+ {/block}

{$pager->display()|safe}{$pager->getPager()->getNumResults()} record(s) of {$classname}

-- 2.49.0