diff options
| author | Jams H Thompson <jht001@users.sourceforge.net> | 2008-02-03 05:43:28 +0000 |
|---|---|---|
| committer | Jams H Thompson <jht001@users.sourceforge.net> | 2008-02-03 05:43:28 +0000 |
| commit | 7f7aec1df09c8aad5b4bb306c8cfef92a11bc1b2 (patch) | |
| tree | aab275c7f43dc1f49b2382aec3defa09462e706e /templates/attachment_browser.tpl | |
| parent | d1c043717e4442b9f822ca23195aeffa11c4db94 (diff) | |
| download | liberty-7f7aec1df09c8aad5b4bb306c8cfef92a11bc1b2.tar.gz liberty-7f7aec1df09c8aad5b4bb306c8cfef92a11bc1b2.tar.bz2 liberty-7f7aec1df09c8aad5b4bb306c8cfef92a11bc1b2.zip | |
convert last remaining uses of libertypagination to pagination function
Diffstat (limited to 'templates/attachment_browser.tpl')
| -rw-r--r-- | templates/attachment_browser.tpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/attachment_browser.tpl b/templates/attachment_browser.tpl index d1587a2..2d8076b 100644 --- a/templates/attachment_browser.tpl +++ b/templates/attachment_browser.tpl @@ -9,6 +9,5 @@ {include file="bitpackage:liberty/edit_storage_list.tpl"} -{libertypagination pgnName="pgnPage" pgnPage=$curPage numPages=$numPages offset=$smarty.request.offset ajaxId=attbrowser} -{pagination ajaxId=attbrowser} +{pagination pgnName="pgnPage" pgnPage=$curPage numPages=$numPages offset=$smarty.request.offset ajaxId=attbrowser} {/strip} |
