diff options
author | mark <mark> | 2011-07-21 22:52:38 +0000 |
---|---|---|
committer | mark <mark> | 2011-07-21 22:52:38 +0000 |
commit | 4987c433ba77d64a0ef73c445a3d4afde9d080d3 (patch) | |
tree | 178e9404e2442eab75ea4e7d46e80b41f9a49b0a /httemplate/view/cust_main/misc.html | |
parent | 7ce72ac58f66c833588474d73b54882fa6142252 (diff) |
ticket display sort order, #13199
Diffstat (limited to 'httemplate/view/cust_main/misc.html')
-rw-r--r-- | httemplate/view/cust_main/misc.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/misc.html b/httemplate/view/cust_main/misc.html index ed9b91a61..5987459a5 100644 --- a/httemplate/view/cust_main/misc.html +++ b/httemplate/view/cust_main/misc.html @@ -125,6 +125,15 @@ % } +% if ( $conf->exists('ticket_system-selfservice_edit_subject') ) { + + <TR> + <TD ALIGN="right"><% mt('Edit ticket subjects') %></TD> + <TD BGCOLOR="#ffffff"><% $cust_main->edit_subject ? 'yes' : 'no' %></TD> + </TR> + +% } + </TABLE></TD></TR></TABLE> <%init> |