summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 05fec74)
raw | patch | inline | side by side (parent: 05fec74)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jan 2008 08:36:05 +0000 (08:36 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jan 2008 08:36:05 +0000 (08:36 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8581 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/addons/gotomasses/gotomasses.tpl | [new file with mode: 0644] | patch | blob |
diff --git a/gosa-core/plugins/addons/gotomasses/gotomasses.tpl b/gosa-core/plugins/addons/gotomasses/gotomasses.tpl
--- /dev/null
@@ -0,0 +1,17 @@
+{$div}
+<div style="width:65%; text-align: center; float:left;" >
+{if $start == 0 }
+ <input type="button" name="dummy" value="< {t}Last{/t}" disabled>
+ {$start+1}
+ <input type="submit" name="next_page" value="{t}Next{/t} >">
+{else}
+ <input type="submit" name="last_page" value="< {t}Last{/t}">
+ {$start_real}
+ <input type="submit" name="next_page" value="{t}Next{/t} >">
+{/if}
+</div>
+<div >
+<select name="range" onChange="document.mainform.submit();">
+ {html_options values=$ranges options=$ranges selected=$range}
+</select>
+</div>