CRM-15759 - Apply crmEditable behavior based on events instead of a template
[civicrm-core.git] / templates / CRM / Event / Page / EventInfo.tpl
index f1ae519c2f90b13b3f428fd2c30e4931f2d0a0f6..1cede5a07616a2b5120435729770c149eef324fb 100644 (file)
@@ -1,6 +1,6 @@
 {*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
                       <tr>
                           <td class="{$lClass} crm-event-label">{$feeBlock.label.$idx}</td>
                           {if $isPriceSet & $feeBlock.isDisplayAmount.$idx}
-                             <td class="fee_amount-value right">
+            <td class="fee_amount-value right">
                               {if isset($feeBlock.tax_amount.$idx)}
-                                 {$feeBlock.value.$idx}
+          {$feeBlock.value.$idx}
                               {else}
-                                 {$feeBlock.value.$idx|crmMoney}
+                {$feeBlock.value.$idx|crmMoney}
                               {/if}
-                             </td>
+            </td>
                           {/if}
                       </tr>
                       {/if}