diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-01 14:48:01 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-01 14:48:01 +0100 |
| commit | ea5b0aa39b86d8a7c474d357616d76298477ed5e (patch) | |
| tree | eb40d1ee5f0e48e96590e9ae256dd5a575306b72 /templates | |
| parent | f2a6a2bf7e4c574098e28ad81eabbc2b56425d72 (diff) | |
| download | liberty-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-x | templates/mime/pbase/upload.tpl | 11 |
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} |
