~eventum-developers/eventum/trunk

« back to all changes in this revision

Viewing changes to templates/reports/recent_activity.tpl.html

  • Committer: Bryan Alsdorf
  • Date: 2013-08-23 03:50:34 UTC
  • mto: (4033.1.168 eventum-skysql)
  • mto: This revision was merged to the branch mainline in revision 4660.
  • Revision ID: bryan@montyprogram.com-20130823035034-7f5r3pt1xg0xnnhk
Initial commit of CRM migration

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
                {t}Report Type{/t}:
18
18
            </th>
19
19
            <td width="200" NOWRAP>
20
 
                <label><input type="radio" name="report_type" value="recent" {if $smarty.request.report_type!='range'}checked{/if} onClick="changeType('recent');">
 
20
                <label><input type="radio" name="report_type" value="recent" {if $smarty.request.report_type|default:'' != 'range'}checked{/if} onClick="changeType('recent');">
21
21
                    {t}Recent{/t}</label>&nbsp;
22
 
                <label><input type="radio" name="report_type" value="range" {if $smarty.request.report_type=='range'}CHECKED{/if} onClick="changeType('range');">
 
22
                <label><input type="radio" name="report_type" value="range" {if $smarty.request.report_type|default:'' == 'range'}CHECKED{/if} onClick="changeType('range');">
23
23
                    {t}Date Range{/t}</label>&nbsp;
24
24
            </td>
25
25
        </tr>
113
113
{if $data.phone != ''}
114
114
<table class="bordered grid">
115
115
    <tr>
116
 
        <td colspan="{if $core.has_customer_integration}8{else}7{/if}">
 
116
        <td colspan="{if $core.has_crm}8{else}7{/if}">
117
117
            {t}Recent Phone Calls{/t}
118
118
        </td>
119
119
    </tr>
120
120
    <tr>
121
121
        <td NOWRAP>{include file="expandable_cell/buttons.tpl.html" ec_id="phone"}</td>
122
122
        <td>{t}Issue ID{/t}</td>
123
 
        {if $core.has_customer_integration}
 
123
        {if $core.has_crm}
124
124
        <td>{t}Customer{/t}</td>
125
125
        {/if}
126
126
        <td>{t}Date{/t}</td>
136
136
        <td bgcolor="{$row.sta_color}" align="right">
137
137
            <a target="_blank" href="{$core.rel_url}view.php?id={$row.phs_iss_id}">{$row.phs_iss_id}</a>
138
138
        </td>
139
 
        {if $core.has_customer_integration}
 
139
        {if $core.has_crm}
140
140
        <td bgcolor="{$row_color}">{$row.customer}</td>
141
141
        {/if}
142
142
        <td bgcolor="{$row_color}" nowrap>{$row.date}</td>
158
158
{if $data.note != ''}
159
159
<table class="bordered grid">
160
160
    <tr>
161
 
        <td colspan="{if $core.has_customer_integration}6{else}5{/if}">
 
161
        <td colspan="{if $core.has_crm}6{else}5{/if}">
162
162
            {t}Recent Notes{/t}
163
163
        </td>
164
164
    </tr>
165
165
    <tr>
166
166
        <td nowrap>{include file="expandable_cell/buttons.tpl.html" ec_id="note"}</td>
167
167
        <td>{t}Issue ID{/t}</td>
168
 
        {if $core.has_customer_integration}
 
168
        {if $core.has_crm}
169
169
        <td>{t}Customer{/t}</td>
170
170
        {/if}
171
171
        <td>{t}Posted Date{/t}</td>
179
179
        <td bgcolor="{$row.sta_color}" align="right">
180
180
            <a target="_blank" href="{$core.rel_url}view.php?id={$row.not_iss_id}" title="{$row.iss_summary|htmlspecialchars}">{$row.not_iss_id}</a>
181
181
        </td>
182
 
        {if $core.has_customer_integration}
 
182
        {if $core.has_crm}
183
183
        <td bgcolor="{$row_color}">{$row.customer}</td>
184
184
        {/if}
185
185
        <td bgcolor="{$row_color}" nowrap>{$row.date}</td>
199
199
{if $data.email != ''}
200
200
<table class="bordered grid">
201
201
    <tr>
202
 
        <td colspan="{if $core.has_customer_integration}7{else}6{/if}">
 
202
        <td colspan="{if $core.has_crm}7{else}6{/if}">
203
203
            {t}Recent Emails{/t}
204
204
        </td>
205
205
    </tr>
206
206
    <tr>
207
207
        <td align="center" NOWRAP>{include file="expandable_cell/buttons.tpl.html" ec_id="email"}</td>
208
208
        <td nowrap>{t}Issue ID{/t}</td>
209
 
        {if $core.has_customer_integration}
 
209
        {if $core.has_crm}
210
210
        <td>{t}Customer{/t}</td>
211
211
        {/if}
212
212
        <td>{t}From{/t}</td>
223
223
        <td bgcolor="{$row.sta_color}" align="right">
224
224
            <a target="_blank" href="{$core.rel_url}view.php?id={$row.sup_iss_id}" title="{$row.iss_summary|htmlspecialchars}">{$row.sup_iss_id}</a>
225
225
        </td>
226
 
        {if $core.has_customer_integration}
 
226
        {if $core.has_crm}
227
227
        <td bgcolor="{$row_color}">{$row.customer}</td>
228
228
        {/if}
229
229
        <td bgcolor="{$row_color}">{$row.sup_from|escape:"html"}</td>
250
250
{if $data.draft != ''}
251
251
<table class="bordered grid">
252
252
    <tr>
253
 
        <td colspan="{if $core.has_customer_integration}8{else}7{/if}">
 
253
        <td colspan="{if $core.has_crm}8{else}7{/if}">
254
254
            {t}Recent Drafts{/t}
255
255
        </td>
256
256
    </tr>
257
257
    <tr>
258
258
        <td NOWRAP>{include file="expandable_cell/buttons.tpl.html" ec_id="draft"}</td>
259
259
        <td>{t}Issue ID{/t}</td>
260
 
        {if $core.has_customer_integration}
 
260
        {if $core.has_crm}
261
261
        <td>{t}Customer{/t}</td>
262
262
        {/if}
263
263
        <td>{t}Status{/t}</td>
273
273
    <td bgcolor="{$row.sta_color}" align="right">
274
274
        <a target="_blank" href="{$core.rel_url}view.php?id={$row.emd_iss_id}">{$row.emd_iss_id}</a>
275
275
    </td>
276
 
    {if $core.has_customer_integration}
 
276
    {if $core.has_crm}
277
277
    <td bgcolor="{$row_color}">{$row.customer}</td>
278
278
    {/if}
279
279
    <td bgcolor="{$row_color}">{$row.emd_status}</td>
296
296
{if $data.time != ''}
297
297
<table class="bordered grid">
298
298
    <tr>
299
 
        <td colspan="{if $core.has_customer_integration}7{else}6{/if}">
 
299
        <td colspan="{if $core.has_crm}7{else}6{/if}">
300
300
            {t}Recent Time Entries{/t}
301
301
        </td>
302
302
    </tr>
303
303
    <tr>
304
304
        <td>{t}Issue ID{/t}</td>
305
 
        {if $core.has_customer_integration}
 
305
        {if $core.has_crm}
306
306
        <td>{t}Customer{/t}</td>
307
307
        {/if}
308
308
        <td>{t}Date of Work{/t}</td>
317
317
        <td bgcolor="{$row.sta_color}" align="right">
318
318
            <a target="_blank" href="{$core.rel_url}view.php?id={$row.ttr_iss_id}" title="{$row.iss_summary|htmlspecialchars}">{$row.ttr_iss_id}</a>
319
319
        </td>
320
 
        {if $core.has_customer_integration}
 
320
        {if $core.has_crm}
321
321
        <td bgcolor="{$row_color}">{$row.customer}</td>
322
322
        {/if}
323
323
        <td bgcolor="{$row_color}" nowrap>{$row.date}</td>
338
338
{if $data.reminder|default:'' != ''}
339
339
<table class="bordered grid">
340
340
    <tr>
341
 
        <td colspan="{if $core.has_customer_integration}4{else}3{/if}">
 
341
        <td colspan="{if $core.has_crm}4{else}3{/if}">
342
342
            {t}Recent Reminder Actions{/t}
343
343
        </td>
344
344
    </tr>
345
345
    <tr>
346
346
        <td>{t}Issue ID{/t}</td>
347
 
        {if $core.has_customer_integration}
 
347
        {if $core.has_crm}
348
348
        <td>{t}Customer{/t}</td>
349
349
        {/if}
350
350
        <td>{t}Date Triggered{/t}</td>
356
356
        <td bgcolor="{$row.sta_color}" align="right">
357
357
            <a target="_blank" href="{$core.rel_url}view.php?id={$row.rmh_iss_id}">{$row.rmh_iss_id}</a>
358
358
        </td>
359
 
        {if $core.has_customer_integration}
 
359
        {if $core.has_crm}
360
360
        <td bgcolor="{$row_color}">{$row.customer}</td>
361
361
        {/if}
362
362
        <td bgcolor="{$row_color}" nowrap>{$row.date}</td>