| |
1 |
1 |
<listtemplate name="session_list"></listtemplate> |
| |
2 |
2 |
<if @item_type_id@ defined> |
| |
3 |
3 |
<ul> |
| |
4 |
4 |
<li><a href="@calendar_url@cal-item-new?item_type_id=@item_type_id@&calendar_id=@calendar_id@&view=day&return_url=@current_url@" >Create a new event with Attendance Tracking</a> |
| |
5 |
|
<if @show_non_session_calendar_links@> |
| |
6 |
|
<li><a href="@calendar_url@cal-item-new?calendar_id=@calendar_id@&view=day" target="blank">Create Calendar Event(Any Type)</a> |
| |
7 |
|
<li><a href="@calendar_url@calendar-item-types?calendar_id=@calendar_id@" target="blank">Add New Event Type</a> - Experts only! |
| |
8 |
|
</if> |
| |
9 |
5 |
Note: To add attendance tracking to an existing event in your calendar edit the event and change the "Type" to "Session". |
| |
10 |
6 |
</ul> |
| |
11 |
7 |
</if> |
| |
12 |
8 |
<else> |
| |
13 |
9 |
@attendance_msg;noquote@ |
| |
14 |
10 |
</else> |