From a4dae92047887c0a5ec56088cca2388982a35747 Mon Sep 17 00:00:00 2001 From: Thomas Mudrunka Date: Mon, 26 Mar 2012 18:18:03 +0200 Subject: [PATCH] Critterovo sipky nahore i dole --- index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index a131b22..9d5dbbb 100755 --- a/index.php +++ b/index.php @@ -900,7 +900,7 @@ class Sklad_UI { $html.= $this->html->link('<<', "$class/$id/$limit/$offset_prev/$get"); $html.= '-'; $html.= $this->html->link('>>', "$class/$id/$limit/$offset_next/$get"); - $html.= '
'; + $html.= '   '; $html.= $this->html->link('new', "$class/new/$get"); return $html; } @@ -1088,6 +1088,7 @@ class Sklad_UI { $limit = is_numeric($PATH_CHUNKS[3]) ? (int) $PATH_CHUNKS[3] : FRONTEND_LISTING_LIMIT; $offset = isset($PATH_CHUNKS[4]) ? (int) $PATH_CHUNKS[4] : 0; $where = @is_array($_GET['where']) ? $_GET['where'] : false; + echo $this->render_listing_extensions($class, $id, $limit, $offset, $edit); echo $this->render_items($class, $id, $limit, $offset, $where, $search, $history); echo $this->render_listing_extensions($class, $id, $limit, $offset, $edit); //print_r(array("
",$_SERVER));
-- 
2.30.2