summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2009-01-16 20:30:28 +0000
committerLester Caine <lester@lsces.co.uk>2009-01-16 20:30:28 +0000
commitff409ccdc4bca41926dd5efb20b8622acf773c00 (patch)
tree91d9410eb7be5164c83200d5be096c82c5f440db
parentce6cb47a572b98c3ff5daaaf8a2792b5d3701614 (diff)
downloadliberty-ff409ccdc4bca41926dd5efb20b8622acf773c00.tar.gz
liberty-ff409ccdc4bca41926dd5efb20b8622acf773c00.tar.bz2
liberty-ff409ccdc4bca41926dd5efb20b8622acf773c00.zip
Allow longer page numbers - log had 20000 pages but I could not get to end
-rw-r--r--templates/libertypagination.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/libertypagination.tpl b/templates/libertypagination.tpl
index bdd7d4b..0222572 100644
--- a/templates/libertypagination.tpl
+++ b/templates/libertypagination.tpl
@@ -39,7 +39,7 @@
{foreach from=$pgnHidden key=name item=value}
<input type="hidden" name="{$name}" value="{$value}" />
{/foreach}
- {tr}Go to page{/tr} <input class="gotopage" type="text" size="3" maxlength="4" name="{$pgnName}" />
+ {tr}Go to page{/tr} <input class="gotopage" type="text" size="3" maxlength="6" name="{$pgnName}" />
{/form}
{/if}
</div><!-- end .pagination -->