Cleanup ui.dialog params and css
[civicrm-core.git] / templates / CRM / Financial / Page / BatchTransaction.tpl
index 091d29fa90e9b6f773658f77d6d50a85f10b288d..20aef58a11675212f6061a9c0e75ad3eb99ce22e 100644 (file)
@@ -101,11 +101,6 @@ function assignRemove(recordID, op) {
     cj("#enableDisableStatusMsg").dialog({
       title: {/literal}'{ts escape="js"}Close Batch{/ts}'{literal},
       modal: true,
-      bgiframe: true,
-      overlay: {
-        opacity: 0.5,
-        background: "black"
-      },
       open:function() {
         if (op == 'close') {
           var msg = {/literal}'{ts escape="js"}Are you sure you want to close this batch?{/ts}'{literal};