diff options
Diffstat (limited to 'templates/mime/pbase/upload.tpl')
| -rw-r--r-- | templates/mime/pbase/upload.tpl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/mime/pbase/upload.tpl b/templates/mime/pbase/upload.tpl new file mode 100644 index 0000000..2a0012c --- /dev/null +++ b/templates/mime/pbase/upload.tpl @@ -0,0 +1,11 @@ +{strip} +{if $gBitUser->hasPermission('p_liberty_attach_attachments') } + <div class="row"> + {formlabel label="PBase image ID"} + {forminput} + <input type="input" name="mimeplugin[{$smarty.const.PLUGIN_MIME_GUID_PBASE}][pbase_id]" size="10" /> + {formhelp note='Use the ID number in the URL of the image on <a href="http://www.pbase.com/">PBase</a>.'} + {/forminput} + </div> +{/if} +{/strip} |
