- add a few images to beautify multiserver-client overview
This commit is contained in:
@@ -1,12 +1,17 @@
|
||||
<tr class="" onmouseover="this.className='RowOverSelected';" onmouseout="this.className='';">
|
||||
<td class="field_name_border_left"><font size="-1">{$row['id']}</font></td>
|
||||
<td class="field_name">{$row['name']}</td>
|
||||
<td class="field_name">{$row['desc']}</td>
|
||||
<td class="field_name">{$row['enabled']}</td>
|
||||
<td class="field_name_border_left">
|
||||
<img src="./images/multiserver/server.png" alt="Client #{$row['id']}" /></td>
|
||||
<td class="field_name">{$row['name']}<br /><span style="font-size:80%">{$row['desc']}</span></td>
|
||||
<td class="field_name">
|
||||
<a href="$filename?s=$s&page=$page&action=settings&id={$row['id']}">{$lng['admin']['froxlorclients']['settings']}</a>
|
||||
<a href="$filename?s=$s&page=$page&action=deploy&id={$row['id']}">{$lng['admin']['froxlorclients']['deploy']}</a>
|
||||
<a href="$filename?s=$s&page=$page&action=edit&id={$row['id']}">{$lng['panel']['edit']}</a>
|
||||
<a href="$filename?s=$s&page=$page&action=delete&id={$row['id']}">{$lng['panel']['delete']}</a>
|
||||
<if $row['enabled'] == 1 >
|
||||
<img src="./images/multiserver/tick.png" alt="{$lng['panel']['yes']}" />
|
||||
<else>
|
||||
<img src="./images/multiserver/no.png" alt="{$lng['panel']['no']}" />
|
||||
</if>
|
||||
</td>
|
||||
<td class="field_name">
|
||||
<a href="$filename?s=$s&page=$page&action=view&id={$row['id']}">
|
||||
<img src="./images/multiserver/view.png" alt="{$lng['admin']['froxlorclients']['view']}" style="border:0;" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user