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:
Michael Kaufmann (d00p)
2011-02-08 14:00:22 +01:00
parent bee19fabfa
commit a4dba36f82

View File

@@ -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="" />&nbsp; <div class="warningtitle">{$lng['admin']['warning']}</div>
<a href="admin_customers.php?s=$s&amp;page=customers&amp;action=add">{$lng['admin']['ticket_nocustomeraddingavailable']}</a></td> <div class="warning">
</div> <a href="admin_customers.php?s=$s&amp;page=customers&amp;action=add">{$lng['admin']['ticket_nocustomeraddingavailable']}</a>
</div>
</div>
</if> </if>
</section> </section>