mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 16:22:20 +02:00
Customer Portal: refactoring for the "new ticket" buttons, depending on the installation options (in particular, a full ITIL install has now two buttons)
SVN:trunk[4066]
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
|
||||
{% if brick.GetId == 'create-user-request' %}
|
||||
{% set sIcon = 'warning-sign-orange-100px.png' %}
|
||||
{% elseif brick.GetId == 'create-user-request-itil' %}
|
||||
{% set sIcon = 'headset-mic-orange-100px.png' %}
|
||||
{% elseif brick.GetId == 'create-incident-itil' %}
|
||||
{% set sIcon = 'warning-sign-orange-100px.png' %}
|
||||
{% elseif brick.GetId == 'ongoing-tickets-for-portal-user' %}
|
||||
{% set sIcon = 'headset-mic-orange-100px.png' %}
|
||||
{% elseif brick.GetId == 'closed-tickets-for-portal-user' %}
|
||||
|
||||
Reference in New Issue
Block a user