summaryrefslogtreecommitdiff
path: root/templates/mime/pbase/upload.tpl
blob: 2a0012c64a67bde18e1103a23d77155df07082fb (plain)
1
2
3
4
5
6
7
8
9
10
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}