Link na vypnuti strankovani
authorThomas Mudrunka <tomas@mudrunka.cz>
Sat, 7 Apr 2012 12:40:38 +0000 (14:40 +0200)
committerThomas Mudrunka <tomas@mudrunka.cz>
Sat, 7 Apr 2012 12:40:38 +0000 (14:40 +0200)
index.php

index 389587fd29c96ebdad887d7355e473313d5d2fb7..6f4e75f79b2c3fb8bdfa8c0b2d46bac3741acd9e 100755 (executable)
--- 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.= '&nbsp;&nbsp;&nbsp;';
                $html.= $this->html->link('new', "$class/new/$get");
This page took 0.140337 seconds and 4 git commands to generate.