GIT.Harvie.CZ
/
mirrors
/
SokoMan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9edc82
)
Link na vypnuti strankovani
author
Thomas Mudrunka
<tomas@mudrunka.cz>
Sat, 7 Apr 2012 12:40:38 +0000
(14:40 +0200)
committer
Thomas Mudrunka
<tomas@mudrunka.cz>
Sat, 7 Apr 2012 12:40:38 +0000
(14:40 +0200)
index.php
patch
|
blob
|
blame
|
history
diff --git
a/index.php
b/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.= ' ';
$html.= $this->html->link('new', "$class/new/$get");
This page took
0.142702 seconds
and
4
git commands to generate.