diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-12-18 22:30:28 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-12-18 22:30:28 +0000 |
| commit | 8aa72c09216fff4609f4fc222404aa0620b5f1c1 (patch) | |
| tree | 91ff1661d48fa1ae9b1420276e0dc80c67fb27b6 /templates/attachment_browser.tpl | |
| parent | df9edaccf6ea14537dbcce9dee550ce23505082b (diff) | |
| download | liberty-8aa72c09216fff4609f4fc222404aa0620b5f1c1.tar.gz liberty-8aa72c09216fff4609f4fc222404aa0620b5f1c1.tar.bz2 liberty-8aa72c09216fff4609f4fc222404aa0620b5f1c1.zip | |
merge recent changes into HEAD
Diffstat (limited to 'templates/attachment_browser.tpl')
| -rw-r--r-- | templates/attachment_browser.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/attachment_browser.tpl b/templates/attachment_browser.tpl index 0d4f3ad..26340fa 100644 --- a/templates/attachment_browser.tpl +++ b/templates/attachment_browser.tpl @@ -1,6 +1,6 @@ {strip} <div class="row"> - {formlabel label="Attach File(s)"} + {formlabel label="Attach Existing File(s)" for="existing_attachment_id_input"} {forminput} <input type="text" name="existing_attachment_id[]" id="existing_attachment_id_input" size="20"/> {formhelp note="Attaching an item to your page will insert a small icon representing the file. Please use the attachment IDs listed below.<br />You can attach multiple items at once by seperating them with a ',' (comma)."} @@ -45,5 +45,5 @@ {/if} </table> -{libertypagination pgnName="pgnPage" pgnPage=$curPage numPages=$numPages offset=$smarty.request.offset} +{libertypagination pgnName="pgnPage" pgnPage=$curPage numPages=$numPages offset=$smarty.request.offset ajaxId=attbrowser} {/strip} |
