Jump to content

Recommended Posts

Posted

Yes, open ~/HelpDesk/Default.aspx

 

Look for

$("#ticket-note").val("");

(there's a few occurances)

replace with

$("#ticket-note").val("Please ensure you provide as much information as possible in order to ressolve your ticket quickly and effectively.\n\n-How often does this occur?\n-When did you notice the issue?\n-Are you able to replicate the issue?\n-What steps have you taken to troubleshoot the issue yourself?\n\nPlease email any screenshots you think may aid your ticket being resolved to [email protected]\n\nPlease make sure you do some basic troubleshooting of your own before logging a ticket/calling IT.");

 

New lines are '\n'

 

You will need to add the contect to the textarea as well

Posted
Ahh good idea! On a side note, will HAP change visually in v10? About to do some training on it for staff and all hell will be unleashed if it Iooks different!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...