]> git.pld-linux.org Git - packages/eventum.git/blob - eventum-recent_activity-usability.patch
- more
[packages/eventum.git] / eventum-recent_activity-usability.patch
1 --- eventum-1.7.0/templates/en/reports/recent_activity.tpl.html 2005-12-30 19:26:42.000000000 +0200
2 +++ /tmp/recent_activity.tpl.html       2005-12-30 19:46:14.000000000 +0200
3 @@ -141,7 +141,7 @@
4          <tr>
5            <td class="default" bgcolor="{$row_color}" NOWRAP>{include file="expandable_cell/buttons.tpl.html" ec_id="phone" list_id=$row.phs_id}</td>
6            <td class="default" bgcolor="{$row.sta_color}" align="right">
7 -            <a href="{$rel_url}view.php?id={$row.phs_iss_id}" class="link">{$row.phs_iss_id}</a>
8 +            <a target="_blank" href="{$rel_url}view.php?id={$row.phs_iss_id}" class="link">{$row.phs_iss_id}</a>
9            </td>
10            {if $has_customer_integration}
11            <td class="default" bgcolor="{$row_color}">{$row.customer}</td>
12 @@ -190,7 +190,7 @@
13          <tr>
14            <td class="default" bgcolor="{$row_color}" NOWRAP>{include file="expandable_cell/buttons.tpl.html" ec_id="note" list_id=$row.not_id}</td>
15            <td class="default" bgcolor="{$row.sta_color}" align="right">
16 -            <a href="{$rel_url}view.php?id={$row.not_iss_id}" class="link">{$row.not_iss_id}</a>
17 +            <a target="_blank" href="{$rel_url}view.php?id={$row.not_iss_id}" class="link" title="{$row.iss_summary|htmlspecialchars}">{$row.not_iss_id}</a>
18            </td>
19            {if $has_customer_integration}
20            <td class="default" bgcolor="{$row_color}">{$row.customer}</td>
21 @@ -240,7 +240,7 @@
22              {include file="expandable_cell/buttons.tpl.html" ec_id="email" list_id=$row.composite_id}
23            </td>
24            <td class="default" bgcolor="{$row.sta_color}" align="right">
25 -            <a href="{$rel_url}view.php?id={$row.sup_iss_id}" class="link">{$row.sup_iss_id}</a>
26 +            <a target="_blank" href="{$rel_url}view.php?id={$row.sup_iss_id}" class="link" title="{$row.iss_summary|htmlspecialchars}">{$row.sup_iss_id}</a>
27            </td>
28            {if $has_customer_integration}
29            <td class="default" bgcolor="{$row_color}">{$row.customer}</td>
30 @@ -296,7 +296,7 @@
31          <tr {if $row.emd_status != 'pending'}style="text-decoration: line-through;"{/if}>
32            <td class="default" NOWRAP bgcolor="{$row_color}">{include file="expandable_cell/buttons.tpl.html" ec_id="draft" list_id=$row.emd_id}</td>
33            <td class="default" bgcolor="{$row.sta_color}" align="right">
34 -            <a href="{$rel_url}view.php?id={$row.emd_iss_id}" class="link">{$row.emd_iss_id}</a>
35 +            <a target="_blank" href="{$rel_url}view.php?id={$row.emd_iss_id}" class="link">{$row.emd_iss_id}</a>
36            </td>
37            {if $has_customer_integration}
38            <td class="default" bgcolor="{$row_color}">{$row.customer}</td>
39 @@ -346,7 +346,7 @@
40          {cycle values=$cycle assign="row_color"}
41          <tr>
42            <td class="default" bgcolor="{$row.sta_color}" align="right">
43 -            <a href="{$rel_url}view.php?id={$row.ttr_iss_id}" class="link">{$row.ttr_iss_id}</a>
44 +            <a target="_blank" href="{$rel_url}view.php?id={$row.ttr_iss_id}" class="link" title="{$row.iss_summary|htmlspecialchars}">{$row.ttr_iss_id}</a>
45            </td>
46            {if $has_customer_integration}
47            <td class="default" bgcolor="{$row_color}">{$row.customer}</td>
48 @@ -391,7 +391,7 @@
49          {cycle values=$cycle assign="row_color"}
50          <tr>
51            <td class="default" bgcolor="{$row.sta_color}" align="right">
52 -            <a href="{$rel_url}view.php?id={$row.rmh_iss_id}" class="link">{$row.rmh_iss_id}</a>
53 +            <a target="_blank" href="{$rel_url}view.php?id={$row.rmh_iss_id}" class="link">{$row.rmh_iss_id}</a>
54            </td>
55            {if $has_customer_integration}
56            <td class="default" bgcolor="{$row_color}">{$row.customer}</td>
This page took 0.068429 seconds and 3 git commands to generate.