beautify message if there are no customers to add a new ticket for
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -62,10 +62,12 @@ $header
|
|||||||
</if>
|
</if>
|
||||||
|
|
||||||
<if $countcustomers == 0 >
|
<if $countcustomers == 0 >
|
||||||
<div class="overviewadd">
|
<div class="warningcontainer bradius">
|
||||||
<img src="images/Froxlor/icons/add_user.png" alt="" />
|
<div class="warningtitle">{$lng['admin']['warning']}</div>
|
||||||
<a href="admin_customers.php?s=$s&page=customers&action=add">{$lng['admin']['ticket_nocustomeraddingavailable']}</a></td>
|
<div class="warning">
|
||||||
</div>
|
<a href="admin_customers.php?s=$s&page=customers&action=add">{$lng['admin']['ticket_nocustomeraddingavailable']}</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</if>
|
</if>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user