| ||||||||||||
![]() |
| Notices |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
(#1)
|
(#2)
|
(#3)
|
| Member Posts: 195 Join Date: Oct 2007 Location: Jakarta, Indonesia |
02-02-2008, 03:11 PM
We can get more mileage with richm's idea when coupled with a suggestion that started from Varun. If you are like me, you have more than one department, and the explanation for the Priorities may vary from department to department. (But of course, it doesn't have to be Priorities we are talking about here; you can insert any explanatory text.) As given by richm, edit the submitticket template: Templates > Manager Templates > Tickets > submitticket Right above the line that looks like this: Code: <{displaytemplate name="customfields"}>
Code: <{if $department[departmentid] == '2'}>
<fieldset class="swiftfieldset">
<legend>About Priorities</legend>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td align="left" valign="top" class="row2" width="100%"><span class="smalltext"><b>Urgent </b>- A production system is down and there is no possibility of avoiding the problem and continuing operations.</span></td>
</tr>
<tr>
<td align="left" valign="top" class="row2" width="100%"><span class="smalltext"><b>High </b>- A production system is impacted in a major way, where a workaround exists.</span></td>
</tr>
<tr>
<td align="left" valign="top" class="row2" width="100%"><span class="smalltext"><b>Normal </b>- You can continue working with the Software but its use is curtailed by unexpected or
undocumented behavior.</span></td>
</tr>
<tr>
<td align="left" valign="top" class="row2" width="100%"><span class="smalltext"><b>Low </b>- A request for information, a product enhancement suggestion or a documentation related error.</span></td>
</tr></table>
</fieldset>
<{elseif $department[departmentid] == '3'}>
<fieldset class="swiftfieldset">
<legend>Caption Goes Here</legend>
Put your text for department 3 here
</fieldset>
<{else}>
<fieldset class="swiftfieldset">
<legend>Caption Goes Here</legend>
Put your default text here
</fieldset>
<{/if}>
A frame with caption, in true Kayako user interface style, customized for each department that uses that particular template group (if you have more than one, that is). + Free: Ticket List & Search Mods | Dept. Display Names + Free: (Almost) Perfect Outlook/HTML Tickets + Tutorials: SLA System Explained | Using Template Groups Kayako v3.20.02 | PHP: 5.2.6 | MySQL: 5.0.58 | CentOS 4 |
| | |
(#4)
|
(#5)
|
| Member Posts: 195 Join Date: Oct 2007 Location: Jakarta, Indonesia |
18-02-2008, 01:26 AM
Good one. That was the next logical step. Definitely going to try this. + Free: Ticket List & Search Mods | Dept. Display Names + Free: (Almost) Perfect Outlook/HTML Tickets + Tutorials: SLA System Explained | Using Template Groups Kayako v3.20.02 | PHP: 5.2.6 | MySQL: 5.0.58 | CentOS 4 |
| | |
(#6)
|
(#7)
|
(#8)
|
(#9)
|