summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-01 14:48:01 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-01 14:48:01 +0100
commitea5b0aa39b86d8a7c474d357616d76298477ed5e (patch)
treeeb40d1ee5f0e48e96590e9ae256dd5a575306b72 /templates
parentf2a6a2bf7e4c574098e28ad81eabbc2b56425d72 (diff)
downloadliberty-ea5b0aa39b86d8a7c474d357616d76298477ed5e.tar.gz
liberty-ea5b0aa39b86d8a7c474d357616d76298477ed5e.tar.bz2
liberty-ea5b0aa39b86d8a7c474d357616d76298477ed5e.zip
Remove pbase/pdfx plugin — facilities moved into mime.pdf
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/mime/pbase/upload.tpl11
1 files changed, 0 insertions, 11 deletions
diff --git a/templates/mime/pbase/upload.tpl b/templates/mime/pbase/upload.tpl
deleted file mode 100755
index 25358eb..0000000
--- a/templates/mime/pbase/upload.tpl
+++ /dev/null
@@ -1,11 +0,0 @@
-{strip}
-{if $gBitUser->hasPermission('p_liberty_attach_attachments') }
- <div class="form-group">
- {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}