Implemented linker - class for admin_traffic.php (templates automatic replace only)
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<tr>
|
||||
<th class="field_name_border_left">{$virtual_host['name']}<if $customerview == 1> <a href="$filename?s=$s&page=$page&action=su&id={$virtual_host['customerid']}">[{$lng['traffic']['details']}]</a></if></th>
|
||||
<th class="field_name_border_left">{$virtual_host['name']}<if $customerview == 1> <a href="{$linker->getLink(array('section' => 'traffic', 'page' => $page, 'action' => 'su', 'id' => $virtual_host['customerid']))}">[{$lng['traffic']['details']}]</a></if></th>
|
||||
<td class="field_name" style="text-align:right;background-color:white;">{$virtual_host['jan']}</td>
|
||||
<td class="field_name" style="text-align:right;">{$virtual_host['feb']}</td>
|
||||
<td class="field_name" style="text-align:right;background-color:white;">{$virtual_host['mar']}</td>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<tr>
|
||||
<td>{$virtual_host['name']}<if $customerview == 1> <a href="$filename?s=$s&page=$page&action=su&id={$virtual_host['customerid']}">[{$lng['traffic']['details']}]</a></if></td>
|
||||
<td>{$virtual_host['name']}<if $customerview == 1> <a href="{$linker->getLink(array('section' => 'traffic', 'page' => $page, 'action' => 'su', 'id' => $virtual_host['customerid']))}">[{$lng['traffic']['details']}]</a></if></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['mar']}</td>
|
||||
|
||||
Reference in New Issue
Block a user