diff options
author | mark <mark> | 2011-06-27 07:11:01 +0000 |
---|---|---|
committer | mark <mark> | 2011-06-27 07:11:01 +0000 |
commit | 12f4cc4b100b849de3584d5d1a2376cebcd8729f (patch) | |
tree | 9b6c5c8badd6114034e59bffe5277696f93de4b1 /httemplate/edit | |
parent | c1e316ef66e35dadb888b4e59047ba51082f198a (diff) |
self-service ticket priority and edit subject, #13199
Diffstat (limited to 'httemplate/edit')
-rw-r--r-- | httemplate/edit/cust_main/top_misc.html | 10 |
1 files changed, 10 insertions, 0 deletions
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') ) { + <TR> + <TD ALIGN="right"> + <INPUT TYPE="checkbox" NAME="edit_subject" VALUE="Y" <% + $cust_main->edit_subject ? 'CHECKED' : '' %>></TD> + <TD ALIGN="left"><% mt('Can edit ticket subjects') |h %></TD> + </TR> +% } + </TABLE> <%init> |