cal-options.adp
Delivered as text/html
Related Files
[ hide source ] | [ make this the default ]
File Contents
<if @calendars:rowcount@ gt 0>
<p>#calendar.Calendars#:</p>
<ul>
<multiple name="calendars">
<li> @calendars.calendar_name@
<if @calendars.calendar_admin_p;literal@ true>
[<a href="@base_url@calendar-item-types?calendar_id=@calendars.calendar_id@" title="#calendar.Manage_Item_Types#">#calendar.Manage_Item_Types#</a>]
</if>
</li>
</multiple>
</ul>
</if>