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 $countcustomers == 0 >
|
||||
<div class="overviewadd">
|
||||
<img src="images/Froxlor/icons/add_user.png" alt="" />
|
||||
<a href="admin_customers.php?s=$s&page=customers&action=add">{$lng['admin']['ticket_nocustomeraddingavailable']}</a></td>
|
||||
</div>
|
||||
<div class="warningcontainer bradius">
|
||||
<div class="warningtitle">{$lng['admin']['warning']}</div>
|
||||
<div class="warning">
|
||||
<a href="admin_customers.php?s=$s&page=customers&action=add">{$lng['admin']['ticket_nocustomeraddingavailable']}</a>
|
||||
</div>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user