the link to open the customer-traffic details via admin-panel now uses rel='external' as we do with switch-user

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-03-10 08:45:01 +01:00
parent e1e11061c6
commit 56cc714c2a

View File

@@ -1,5 +1,5 @@
<tr> <tr>
<td>{$virtual_host['name']}<if $customerview == 1>&nbsp;<a href="{$linker->getLink(array('section' => 'traffic', 'page' => $page, 'action' => 'su', 'id' => $virtual_host['customerid']))}">[{$lng['traffic']['details']}]</a></if></td> <td>{$virtual_host['name']}<if $customerview == 1>&nbsp;<a href="{$linker->getLink(array('section' => 'traffic', 'page' => $page, 'action' => 'su', 'id' => $virtual_host['customerid']))}" rel="external">[{$lng['traffic']['details']}]</a></if></td>
<td style="text-align:right;">{$virtual_host['jan']}</td> <td style="text-align:right;">{$virtual_host['jan']}</td>
<td style="text-align:right;">{$virtual_host['feb']}</td> <td style="text-align:right;">{$virtual_host['feb']}</td>
<td style="text-align:right;">{$virtual_host['mar']}</td> <td style="text-align:right;">{$virtual_host['mar']}</td>