Merge branch 4.5 into master
[civicrm-core.git] / templates / CRM / Event / Cart / Page / ViewCart.tpl
CommitLineData
6a488035
TO
1<table>
2 <thead>
3 <tr>
4 <th>
5 </th>
6 <th>
7 </th>
8 </tr>
9 </thead>
10 <tbody>
11 {foreach from=$events_in_carts item=event_in_cart}
12 {if !$event_in_cart.main_conference_event_id}
13 <tr>
14 <td>
15 <a href="{crmURL p='civicrm/event/info' q="reset=1&id=`$event_in_cart.event.id`"}" title="{ts}View event info page{/ts}" class="bold">{$event_in_cart.event.title}</a>
16 </td>
17 <td>
18 <a title="Remove From Cart" class="action-item" href="{crmURL p='civicrm/event/remove_from_cart' q="reset=1&id=`$event_in_cart.event.id`"}">{ts}Remove{/ts}</a>
19 </td>
20 </tr>
21 {/if}
22 {/foreach}
23 </tbody>
24</table>
25{if $events_count > 0}
26 <a href="{crmURL p='civicrm/event/cart_checkout' }" title="Check Out" class="button crm-check-out-button"><span>{ts}Check Out{/ts}</span></a>
27<br /><br />
28{/if}
29<a href="{crmURL p="civicrm/event/ical" q="reset=1&page=1&html=1"}">&laquo; Back to Event List</a>