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>>
|
<tr <if $row['deactivated'] == 1>class="disabled"</if>>
|
||||||
<td>
|
<td>
|
||||||
<if $row['company'] != ''>
|
<if $row['company'] != '' && $row['name'] != ''>
|
||||||
{$row['company']}<br />
|
{$row['company']}<br />
|
||||||
<small>{$row['name']} {$row['firstname']}</small>
|
<small>{$row['name']} {$row['firstname']}</small>
|
||||||
<else>
|
</if>
|
||||||
|
<if $row['company'] != '' && $row['name'] == ''>
|
||||||
|
{$row['company']}
|
||||||
|
</if>
|
||||||
|
<if $row['company'] == ''>
|
||||||
{$row['name']} {$row['firstname']}
|
{$row['name']} {$row['firstname']}
|
||||||
</if>
|
</if>
|
||||||
</td>
|
</td>
|
||||||
@@ -56,7 +60,7 @@
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</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;">
|
<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']}" />
|
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{$lng['panel']['edit']}" />
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user