Critterovo sipky nahore i dole
authorThomas Mudrunka <tomas@mudrunka.cz>
Mon, 26 Mar 2012 16:18:03 +0000 (18:18 +0200)
committerThomas Mudrunka <tomas@mudrunka.cz>
Mon, 26 Mar 2012 16:18:03 +0000 (18:18 +0200)
index.php

index a131b22c886159f6f73e5d543a649793dcb6c4d5..9d5dbbb7f07601575667f284927e8c1de4a5e636 100755 (executable)
--- 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.= '<br />';
+               $html.= '&nbsp;&nbsp;&nbsp;';
                $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("<pre>",$_SERVER));
This page took 0.090829 seconds and 4 git commands to generate.