Merge pull request #4314 from cividesk/CRM-13227
[civicrm-core.git] / templates / CRM / Event / Page / ManageEvent.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | CiviCRM version 4.5 |
4 +--------------------------------------------------------------------+
5 | Copyright CiviCRM LLC (c) 2004-2014 |
6 +--------------------------------------------------------------------+
7 | This file is a part of CiviCRM. |
8 | |
9 | CiviCRM is free software; you can copy, modify, and distribute it |
10 | under the terms of the GNU Affero General Public License |
11 | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
12 | |
13 | CiviCRM is distributed in the hope that it will be useful, but |
14 | WITHOUT ANY WARRANTY; without even the implied warranty of |
15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
16 | See the GNU Affero General Public License for more details. |
17 | |
18 | You should have received a copy of the GNU Affero General Public |
19 | License and the CiviCRM Licensing Exception along |
20 | with this program; if not, contact CiviCRM LLC |
21 | at info[AT]civicrm[DOT]org. If you have questions about the |
22 | GNU Affero General Public License or the licensing of CiviCRM, |
23 | see the CiviCRM license FAQ at http://civicrm.org/licensing |
24 +--------------------------------------------------------------------+
25 *}
26 {capture assign=newEventURL}{crmURL p='civicrm/event/add' q="action=add&reset=1"}{/capture}
27 {capture assign=icalFile}{crmURL p='civicrm/event/ical' q="reset=1" fe=1}{/capture}
28 {capture assign=icalFeed}{crmURL p='civicrm/event/ical' q="reset=1&list=1" fe=1}{/capture}
29 {capture assign=rssFeed}{crmURL p='civicrm/event/ical' q="reset=1&list=1&rss=1" fe=1}{/capture}
30 {capture assign=htmlFeed}{crmURL p='civicrm/event/ical' q="reset=1&list=1&html=1" fe=1}{/capture}
31 <div class="float-right">
32 <a href="{$htmlFeed}" target="_blank" title="{ts}HTML listing of current and future public events.{/ts}">
33 <img src="{$config->resourceBase}i/applications-internet.png"
34 alt="{ts}HTML listing of current and future public events.{/ts}" />
35 </a>&nbsp;&nbsp;
36 <a href="{$rssFeed}" target="_blank" title="{ts}Get RSS 2.0 feed for current and future public events.{/ts}">
37 <img src="{$config->resourceBase}i/feed-icon.png"
38 alt="{ts}Get RSS 2.0 feed for current and future public events.{/ts}" />
39 </a>&nbsp;&nbsp;
40 <a href="{$icalFile}" title="{ts}Download iCalendar file for current and future public events.{/ts}">
41 <img src="{$config->resourceBase}i/office-calendar.png"
42 alt="{ts}Download iCalendar file for current and future public events.{/ts}" />
43 </a>&nbsp;&nbsp;
44 <a href="{$icalFeed}" target="_blank" title="{ts}Get iCalendar feed for current and future public events.{/ts}">
45 <img src="{$config->resourceBase}i/ical_feed.gif"
46 alt="{ts}Get iCalendar feed for current and future public events.{/ts}" />
47 </a>&nbsp;&nbsp;&nbsp;{help id='icalendar'}
48 </div>
49 {include file="CRM/Event/Form/SearchEvent.tpl"}
50
51 <div class="action-link">
52 <a accesskey="N" href="{$newEventURL}" id="newManageEvent" class="button crm-popup">
53 <span><div class="icon add-icon"></div>{ts}Add Event{/ts}</span>
54 </a>
55 <div class="clear"></div>
56 </div>
57 {if $rows}
58 <div id="event_status_id" class="crm-block crm-manage-events">
59 {strip}
60 {include file="CRM/common/pager.tpl" location="top"}
61 {include file="CRM/common/pagerAToZ.tpl"}
62 {* handle enable/disable actions*}
63 {include file="CRM/common/enableDisableApi.tpl"}
64 {include file="CRM/common/crmeditable.tpl"}
65 {include file="CRM/common/jsortable.tpl"}
66 <table id="options" class="display">
67 <thead>
68 <tr>
69 <th>{ts}Event{/ts}</th>
70 <th>{ts}City{/ts}</th>
71 <th>{ts}State/Province{/ts}</th>
72 <th>{ts}Type{/ts}</th>
73 <th>{ts}Public?{/ts}</th>
74 <th>{ts}Starts{/ts}</th>
75 <th>{ts}Ends{/ts}</th>
76 {if call_user_func(array('CRM_Campaign_BAO_Campaign','isCampaignEnable'))}
77 <th>{ts}Campaign{/ts}</th>
78 {/if}
79 <th>{ts}Active?{/ts}</th>
80 <th></th>
81 <th class="hiddenElement"></th>
82 <th class="hiddenElement"></th>
83 </tr>
84 </thead>
85 {foreach from=$rows key=keys item=row}
86 {if $keys neq 'tab'}
87 <tr id="event-{$row.id}" class="crm-entity {if NOT $row.is_active} disabled{/if}">
88 <td class="crm-event_{$row.id}">
89 <a href="{crmURL p='civicrm/event/info' q="id=`$row.id`&reset=1"}"
90 title="{ts}View event info page{/ts}" class="bold">{$row.title}</a>&nbsp;&nbsp;({ts}ID:{/ts} {$row.id})
91 </td>
92 <td class="crm-event-city">{$row.city}</td>
93 <td class="crm-event-state_province">{$row.state_province}</td>
94 <td class="crm-event-event_type">{$row.event_type}</td>
95 <td class="crm-event-is_public">{if $row.is_public eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if}</td>
96 <td class="crm-event-start_date">{$row.start_date|crmDate:"%b %d, %Y %l:%M %P"}</td>
97 <td class="crm-event-end_date">{$row.end_date|crmDate:"%b %d, %Y %l:%M %P"}</td>
98 {if call_user_func(array('CRM_Campaign_BAO_Campaign','isCampaignEnable'))}
99 <td class="crm-event-campaign">{$row.campaign}</td>
100 {/if}
101 <td class="crm-event_status" id="row_{$row.id}_status">
102 {if $row.is_active eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if}
103 </td>
104 <td class="crm-event-actions right nowrap">
105 <div class="crm-configure-actions">
106 <span id="event-configure-{$row.id}" class="btn-slide crm-hover-button">{ts}Configure{/ts}
107 <ul class="panel" id="panel_info_{$row.id}">
108 {foreach from=$rows.tab key=k item=v}
109 {assign var="fld" value=$v.field}
110 {if NOT $row.$fld}{assign var="status" value="disabled"}{else}{assign var="status" value="enabled"}{/if}
111 <li><a title="{$v.title}" class="action-item crm-hover-button {$status}"
112 href="{crmURL p="`$v.url`" q="reset=1&action=update&id=`$row.id`"}">{$v.title}</a></li>
113 {/foreach}
114 </ul>
115 </span>
116 </div>
117
118 <div class=crm-event-participants>
119 <span id="event-participants-{$row.id}" class="btn-slide crm-hover-button">{ts}Participants{/ts}
120 <ul class="panel" id="panel_participants_{$row.id}">
121 {if $findParticipants.statusCounted}
122 <li>
123 <a title="Counted" class="action-item crm-hover-button" href="{crmURL p='civicrm/event/search'
124 q="reset=1&force=1&status=true&event=`$row.id`"}">{$findParticipants.statusCounted}
125 </a>
126 </li>
127 {/if}
128 {if $findParticipants.statusNotCounted}
129 <li>
130 <a title="Not Counted" class="action-item crm-hover-button"
131 href="{crmURL p='civicrm/event/search'
132 q="reset=1&force=1&status=false&event=`$row.id`"}">{$findParticipants.statusNotCounted}
133 </a>
134 </li>
135 {/if}
136 {if $row.participant_listing_id}
137 <li>
138 <a title="Public Participant Listing" class="action-item crm-hover-button"
139 href="{crmURL p='civicrm/event/participant' q="reset=1&id=`$row.id`"
140 fe='true'}">{ts}Public Participant Listing{/ts}
141 </a>
142 </li>
143 {/if}
144 </ul>
145 </span>
146 </div>
147
148 <div class="crm-event-links">
149 <span id="event-links-{$row.id}" class="btn-slide crm-hover-button">{ts}Event Links{/ts}
150 <ul class="panel" id="panel_links_{$row.id}">
151 <li>
152 <a title="Register Participant" class="action-item crm-hover-button" href="{crmURL p='civicrm/participant/add'
153 q="reset=1&action=add&context=standalone&eid=`$row.id`"}">{ts}Register Participant{/ts}</a>
154 </li>
155 <li>
156 <a title="Event Info" class="action-item crm-hover-button" href="{crmURL p='civicrm/event/info'
157 q="reset=1&id=`$row.id`" fe='true'}" target="_blank">{ts}Event Info{/ts}
158 </a>
159 </li>
160 {if $row.is_online_registration}
161 <li>
162 <a title="Online Registration (Test-drive)" class="action-item crm-hover-button"
163 href="{crmURL p='civicrm/event/register'
164 q="reset=1&action=preview&id=`$row.id`"}">{ts}Registration (Test-drive){/ts}
165 </a>
166 </li>
167 <li>
168 <a title="Online Registration (Live)" class="action-item crm-hover-button" href="{crmURL p='civicrm/event/register'
169 q="reset=1&id=`$row.id`" fe='true'}" target="_blank">{ts}Registration (Live){/ts}
170 </a>
171 </li>
172 {/if}
173 </ul>
174 </span>
175 </div>
176 <div class="crm-event-more">
177 {$row.action|replace:'xx':$row.id}
178 </div>
179 </td>
180 <td class="crm-event-start_date hiddenElement">{$row.start_date|crmDate}</td>
181 <td class="crm-event-end_date hiddenElement">{$row.end_date|crmDate}</td>
182 </tr>
183 {/if}
184 {/foreach}
185 </table>
186 {include file="CRM/common/pager.tpl" location="bottom"}
187 {/strip}
188 {if $isSearch eq 0}
189 <div class="status messages no-popup">{ts}Don't see your event listed? Try "Search All or by Date Range" above.{/ts}</div>
190 {/if}
191 </div>
192 {else}
193 {if $isSearch eq 1}
194 <div class="status messages">
195 <div class="icon inform-icon"></div>
196 {capture assign=browseURL}{crmURL p='civicrm/event/manage' q="reset=1"}{/capture}
197 {ts}No available Events match your search criteria. Suggestions:{/ts}
198 <div class="spacer"></div>
199 <ul>
200 <li>{ts}Check your spelling.{/ts}</li>
201 <li>{ts}Try "Search All or by Date Range".{/ts}</li>
202 <li>{ts}Try a different spelling or use fewer letters.{/ts}</li>
203 <li>{ts}Make sure you have enough privileges in the access control system.{/ts}</li>
204 </ul>
205 {ts 1=$browseURL}Or you can <a href='%1'>browse all available Current Events</a>.{/ts}
206 </div>
207 {else}
208 <div class="messages status no-popup">
209 <div class="icon inform-icon"></div>
210 {ts 1=$newEventURL}There are no events scheduled for the date range. You can <a href='%1'>add one</a>.{/ts}
211 </div>
212 {/if}
213 {/if}