Cleanup ui.dialog params and css
[civicrm-core.git] / templates / CRM / Financial / Page / BatchTransaction.tpl
index 3c3df59e1941db8ae5556be669f3dc209a1ba49f..20aef58a11675212f6061a9c0e75ad3eb99ce22e 100644 (file)
@@ -1,6 +1,6 @@
 {*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.4                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2013                                |
  +--------------------------------------------------------------------+
@@ -36,7 +36,7 @@
   <tbody>
     <tr>
       {foreach from=$columnHeaders item=head key=rowKey}
-        <td id = "row_{$rowKey}" class="even-row"></td>
+        <td id="row_{$rowKey}" class="even-row"></td>
       {/foreach}
     </tr>
   </tbody>
           <th class="crm-contact-type"></th>
           <th class="crm-contact-name">{ts}Name{/ts}</th>
           <th class="crm-amount">{ts}Amount{/ts}</th>
-         <th class="crm-trxnID">{ts}Trxn ID{/ts}</th>
+    <th class="crm-trxnID">{ts}Trxn ID{/ts}</th>
           <th class="crm-received">{ts}Received{/ts}</th>
           <th class="crm-payment-method">{ts}Pay Method{/ts}</th>
-         <th class="crm-status">{ts}Status{/ts}</th>
+    <th class="crm-status">{ts}Status{/ts}</th>
           <th class="crm-type">{ts}Type{/ts}</th>
           <th class="crm-transaction-links"></th>
         </tr>
@@ -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};