From ef0fa7a48c54ced7be79f6dd7cb1a58844f1f5a3 Mon Sep 17 00:00:00 2001 From: Thomas Mudrunka Date: Sat, 7 Apr 2012 14:40:38 +0200 Subject: [PATCH] Link na vypnuti strankovani --- index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.php b/index.php index 389587f..6f4e75f 100755 --- a/index.php +++ b/index.php @@ -904,6 +904,8 @@ class Sklad_UI { $html=''; $html.= $this->html->link('<<', "$class/$id/$limit/$offset_prev/$get"); $html.= '-'; + $html.= $this->html->link('[*]', "$class/$id/0/0/$get"); + $html.= '-'; $html.= $this->html->link('>>', "$class/$id/$limit/$offset_next/$get"); $html.= '   '; $html.= $this->html->link('new', "$class/new/$get"); -- 2.30.2