X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FEvent%2FPage%2FEventInfo.tpl;h=1cede5a07616a2b5120435729770c149eef324fb;hb=18afc30cef13dd06cec8e1b1591a3b147913225b;hp=c60110a8ab25ffb171bd7dce242e738cd5330368;hpb=e0d8d524696e21fcdf379daae3d65fc7ad7523f0;p=civicrm-core.git diff --git a/templates/CRM/Event/Page/EventInfo.tpl b/templates/CRM/Event/Page/EventInfo.tpl index c60110a8ab..1cede5a076 100644 --- a/templates/CRM/Event/Page/EventInfo.tpl +++ b/templates/CRM/Event/Page/EventInfo.tpl @@ -1,6 +1,6 @@ {* +--------------------------------------------------------------------+ - | CiviCRM version 4.5 | + | CiviCRM version 4.6 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2014 | +--------------------------------------------------------------------+ @@ -35,68 +35,50 @@ {if call_user_func(array('CRM_Core_Permission','check'), 'access CiviEvent')}
+ +
@@ -216,7 +198,13 @@ {$feeBlock.label.$idx} {if $isPriceSet & $feeBlock.isDisplayAmount.$idx} - {$feeBlock.value.$idx|crmMoney} + + {if isset($feeBlock.tax_amount.$idx)} + {$feeBlock.value.$idx} + {else} + {$feeBlock.value.$idx|crmMoney} + {/if} + {/if} {/if} @@ -239,7 +227,7 @@ {/if} {/crmRegion} - { if $event.is_public } + {if $event.is_public }
{include file="CRM/Event/Page/iCalLinks.tpl"} {/if}