diff options
| author | Lester Caine <lester@lsces.co.uk> | 2009-01-16 20:30:28 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2009-01-16 20:30:28 +0000 |
| commit | ff409ccdc4bca41926dd5efb20b8622acf773c00 (patch) | |
| tree | 91d9410eb7be5164c83200d5be096c82c5f440db | |
| parent | ce6cb47a572b98c3ff5daaaf8a2792b5d3701614 (diff) | |
| download | liberty-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.tpl | 2 |
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 --> |
