From 12f4cc4b100b849de3584d5d1a2376cebcd8729f Mon Sep 17 00:00:00 2001 From: mark Date: Mon, 27 Jun 2011 07:11:01 +0000 Subject: self-service ticket priority and edit subject, #13199 --- httemplate/edit/cust_main/top_misc.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'httemplate/edit/cust_main') diff --git a/httemplate/edit/cust_main/top_misc.html b/httemplate/edit/cust_main/top_misc.html index 575b73727..a7545a045 100644 --- a/httemplate/edit/cust_main/top_misc.html +++ b/httemplate/edit/cust_main/top_misc.html @@ -108,6 +108,16 @@ &> % } +% # permission to edit ticket subjects +% if ( $conf->exists('ticket_system-selfservice_edit_subject') ) { + + + edit_subject ? 'CHECKED' : '' %>> + <% mt('Can edit ticket subjects') |h %> + +% } + <%init> -- cgit v1.2.1