| Line 12... |
Line 12... |
| 12 |
<th>Type</th>
|
12 |
<th>Type</th>
|
| 13 |
<th>Description</th>
|
13 |
<th>Description</th>
|
| 14 |
<th>Timestamp</th>
|
14 |
<th>Timestamp</th>
|
| 15 |
<th>Creator</th>
|
15 |
<th>Creator</th>
|
| 16 |
#if($action.getUserId())
|
16 |
#if($action.getUserId())
|
| - |
|
17 |
<th> </th>
|
| 17 |
#else
|
18 |
#else
|
| 18 |
<th>Customer Id</th>
|
19 |
<th>Customer Id</th>
|
| 19 |
#end
|
20 |
#end
|
| 20 |
<th>Ticket Id</th>
|
21 |
<th>Ticket Id</th>
|
| 21 |
<th>Ticket Status</th>
|
22 |
<th>Ticket Status</th>
|
| Line 29... |
Line 30... |
| 29 |
<td>
|
30 |
<td>
|
| 30 |
<a alt="Show Activity Details" title="Show Activity Details" href="#" userId="$action.getUserId()" activityId="$activity.getId()" class="show-activity-details">
|
31 |
<a alt="Show Activity Details" title="Show Activity Details" href="#" userId="$action.getUserId()" activityId="$activity.getId()" class="show-activity-details">
|
| 31 |
$activity.getId()
|
32 |
$activity.getId()
|
| 32 |
</a>
|
33 |
</a>
|
| 33 |
</td>
|
34 |
</td>
|
| 34 |
<td class="truncated-text" truncatedTextWidth="160">$activity.getType().name()</td>
|
35 |
<td class="truncated-text" truncatedTextWidth="130">$activity.getType().name()</td>
|
| 35 |
<td class="truncated-text" truncatedTextWidth="85"><pre>$activity.getDescription()</pre></td>
|
36 |
<td class="truncated-text" truncatedTextWidth="85"><pre>$activity.getDescription()</pre></td>
|
| 36 |
<td class="truncated-text" truncatedTextWidth="85">$action.convertDate($activity.getCreationTimestamp())</td>
|
37 |
<td class="truncated-text" truncatedTextWidth="85">$action.convertDate($activity.getCreationTimestamp())</td>
|
| 37 |
<td class="truncated-text" truncatedTextWidth="90">$action.getAgent($activity.getCreatorId()).getEmailId()</td>
|
38 |
<td class="truncated-text" truncatedTextWidth="90">$action.getAgent($activity.getCreatorId()).getEmailId()</td>
|
| 38 |
#if($action.getUserId())
|
39 |
#if($action.getUserId())
|
| - |
|
40 |
<td> </td>
|
| 39 |
#else
|
41 |
#else
|
| 40 |
<td >
|
42 |
<td >
|
| 41 |
#if($activity.isSetCustomerId())
|
43 |
#if($activity.isSetCustomerId())
|
| 42 |
#set($customerEmailId = $action.getUser($activity.getCustomerId()).getEmail())
|
44 |
#set($customerEmailId = $action.getUser($activity.getCustomerId()).getEmail())
|
| 43 |
<a alt="Show Customer Details" title="Show Customer Details" href="/crm?email=$customerEmailId">
|
45 |
<a alt="Show Customer Details" title="Show Customer Details" href="/crm?email=$customerEmailId">
|