From 313dc38f99a0867e2449bdb3bad1cbbfe49adeb0 Mon Sep 17 00:00:00 2001 From: "Donald A. Lobo" Date: Sat, 30 Mar 2013 10:43:43 -0700 Subject: [PATCH] CRM-12254 --- templates/CRM/Form/attachmentjs.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Form/attachmentjs.tpl b/templates/CRM/Form/attachmentjs.tpl index b1c8c018ee..8d61d079ce 100644 --- a/templates/CRM/Form/attachmentjs.tpl +++ b/templates/CRM/Form/attachmentjs.tpl @@ -7,7 +7,7 @@ function showDelete( fileName, postURLData, fileID, divName, divFile ) { var confirmMsg = '{/literal}{ts escape="js"}Are you sure you want to delete attachment: {/ts}{literal}' + fileName + '  {/literal}{ts escape='js'}Yes{/ts}{literal}   {/literal}{ts escape='js'}No{/ts}{literal}'; cj( divName ).show( ).html( confirmMsg ); -p } + } function deleteAttachment( postURLData, fileID, divName, divFile ) { var postUrl = {/literal}"{crmURL p='civicrm/file/delete' h=0 }"{literal}; -- 2.25.1