1	<!-- tw-delete-attachment-confirm.txt -->
     2	<p>Confirm the removal of attachment $[tpl.var.tw.arg3:x] ?
     3	<p>
     4	<form method="post" action="$[CSA_RPC_URI:x]?0=deleteAttachment">
     5	 <input type="hidden" name="x-csa-lang" value="$[CSA_LANG:x]">
     6	 <input type="hidden" name="1" value="$[tpl.var.tw.group:x]">
     7	 <input type="hidden" name="2" value="$[tpl.var.tw.page:x]">
     8	 <input type="hidden" name="3" value="$[tpl.var.tw.arg3:x]">
     9	 <input type="hidden" name="4" value="$[tpl.var.tw.arg4:x]">
    10	 <input type="hidden" name="X_CSA_CONFIRMED" value="true">
    11	 <input type="submit" value="Confirm your request">
    12	 <input type="button" value="Back" onclick="javascript:history.back()">
    13	</form>
    14	
    15	<!-- /tw-delete-attachment-confirm.txt -->