Fixed a bug which made the edit link unclickable

This commit is contained in:
BNoiZe
2013-10-05 23:30:48 +02:00
parent 933a47cf7f
commit 718c19f230

View File

@@ -1,9 +1,13 @@
<tr <if $row['deactivated'] == 1>class="disabled"</if>>
<td>
<if $row['company'] != ''>
<if $row['company'] != '' && $row['name'] != ''>
{$row['company']}<br />
<small>{$row['name']}&nbsp;{$row['firstname']}</small>
<else>
</if>
<if $row['company'] != '' && $row['name'] == ''>
{$row['company']}
</if>
<if $row['company'] == ''>
{$row['name']}&nbsp;{$row['firstname']}
</if>
</td>
@@ -56,7 +60,7 @@
</span>
</div>
</td>
<td style="white-space: nowrap;>
<td style="white-space: nowrap;">
<a href="{$linker->getLink(array('section' => 'customers', 'page' => $page, 'action' => 'edit', 'id' => $row['customerid']))}" style="text-decoration:none;">
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{$lng['panel']['edit']}" />
</a>&nbsp;