Fixed a bug which made the edit link unclickable
This commit is contained in:
@@ -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']} {$row['firstname']}</small>
|
||||
<else>
|
||||
</if>
|
||||
<if $row['company'] != '' && $row['name'] == ''>
|
||||
{$row['company']}
|
||||
</if>
|
||||
<if $row['company'] == ''>
|
||||
{$row['name']} {$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>
|
||||
|
||||
Reference in New Issue
Block a user