diff options
| author | wjames5 <will@tekimaki.com> | 2007-04-17 14:18:21 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2007-04-17 14:18:21 +0000 |
| commit | 042bbb9780170c4c071b14b81bb7cd620718ed5f (patch) | |
| tree | 03775f5c9ea3c4d76b946804a269e6b6603b82b5 /templates/attachment_browser.tpl | |
| parent | 66d8ebee0a782c90f8f80bd8b0e8c85042031634 (diff) | |
| download | liberty-042bbb9780170c4c071b14b81bb7cd620718ed5f.tar.gz liberty-042bbb9780170c4c071b14b81bb7cd620718ed5f.tar.bz2 liberty-042bbb9780170c4c071b14b81bb7cd620718ed5f.zip | |
standardize attachment list display
Diffstat (limited to 'templates/attachment_browser.tpl')
| -rw-r--r-- | templates/attachment_browser.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/attachment_browser.tpl b/templates/attachment_browser.tpl index a5e9aef..85c70a1 100644 --- a/templates/attachment_browser.tpl +++ b/templates/attachment_browser.tpl @@ -7,6 +7,9 @@ {/forminput} </div> +{include file="bitpackage:liberty/edit_storage_list.tpl"} + +{* DEPRECATED - Slated for removal - replaced by use of edit_storage_list above. -wjames5 <div class="row"> {formlabel label="Insert Attachment"} {forminput} @@ -44,6 +47,7 @@ <td> </td></tr> {/if} </table> +*} {libertypagination pgnName="pgnPage" pgnPage=$curPage numPages=$numPages offset=$smarty.request.offset ajaxId=attbrowser} {pagination ajaxId=attbrowser} |
