I searched for a few hours and tried to figure it out, but no luck.
Code: Select all
<div style="width: 420px; font-size: .5em; text-align: left;">
ATTACHMENTS:
<select name="attachments">{S_INLINE_ATTACHMENT_OPTIONS}</select>
<input type="button" accesskey="a" value="PLACE INLINE" name="attachinline" onclick="attach_form = document.forms[form_name].elements['attachments']; attach_inline(attach_form.value, attach_form.options[attach_form.selectedIndex].text);" onmouseover="helpline('a')" onmouseout="helpline('tip')" />
<input type="submit" style="width:50px; font-size: .5em" name="delete_file[{???}]" value="DELETE" />
</div>