Jump to content

Hide ticket status


Recommended Posts

  • 3 weeks later...
12 hours ago, DennisHermannsen said:

The easiest way would to just hide them using CSS.

i'd agree with Dennis on this - if it were Six, you could hide the sidebar label in viewticket, and the label in the Tickets homepagepanel using CSS....

#Primary_Sidebar-Ticket_Information-Subject span {display: none;}
[menuitemname="Recent Support Tickets"] label {display: none;}

using CSS on the supporttickets table would be trickier - the following should work, but if it were me, i'd probably just edit the template! 🙂

#tableTicketsList thead th:nth-child(3) {display: none;}
#tableTicketsList tbody td:nth-child(3) {display: none;}

if it's a custom template, then using CSS should still work, but the classes and IDs might not necessarily be the same as those used with Six.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated