small update to account-workers

This commit is contained in:
Sebastian Grewe 2013-09-09 09:52:44 +02:00
parent 2235f8e15a
commit 4b9105b84b

View File

@ -32,12 +32,12 @@
<table class="tablesorter" cellspacing="0">
<thead>
<tr>
<th class="header" align="left">Worker Login</th>
<th class="header" align="left">Worker Password</th>
<th class="header" align="center">Active</th>
{if $GLOBAL.config.disable_notifications != 1}<th class="header" align="center">Monitor</th>{/if}
<th class="header" align="center">Khash/s</th>
<th class="header" align="center" style="padding-right: 25px;">Action</th>
<th align="left">Worker Login</th>
<th align="left">Worker Password</th>
<th align="center">Active</th>
{if $GLOBAL.config.disable_notifications != 1}<th align="center">Monitor</th>{/if}
<th align="right">Khash/s</th>
<th align="center" style="padding-right: 25px;">Action</th>
</tr>
</thead>
<tbody>
@ -55,7 +55,7 @@
</td>
{/if}
<td align="right">{$WORKERS[worker].hashrate|number_format}</td>
<td align="center" style="padding-right: 25px;"><a href="{$smarty.server.PHP_SELF}?page={$smarty.request.page|escape}&action={$smarty.request.action|escape}&do=delete&id={$WORKERS[worker].id|escape}" class="icn_trash"><img src="{$PATH}/images/icn_trash.png" /></a></td>
<td align="center" style="padding-right: 25px;"><a href="{$smarty.server.PHP_SELF}?page={$smarty.request.page|escape}&action={$smarty.request.action|escape}&do=delete&id={$WORKERS[worker].id|escape}" class="icn_trash"><i class="icon-trash" /></a></td>
</tr>
{/section}
{/nocache}