1 message in com.mysql.lists.eventum-usersClosing Comments| From | Sent On | Attachments |
|---|---|---|
| Rolin, Shawn | 01 Feb 2006 08:37 |
| Subject: | Closing Comments![]() |
|---|---|
| From: | Rolin, Shawn (SRo...@kmph.com) |
| Date: | 02/01/2006 08:37:25 AM |
| List: | com.mysql.lists.eventum-users |
I found an request from another user for the same functionality but it had no response so I am asking again. Is there a way to have the closing comments posted in the notification that goes out to the reporter? I tried to edit the template and add the not_title and not_note to the close notification text and html. It had the area for the text but it was blank. I assume it is because it cannot find the item because the iss_id is not used in the not_ table. Is there anyway to have this functionality?
These are the lines I added to closed.tpl.html:
<tr>
<td align="center" bgcolor="{$cell_color}" class="default_white" nowrap width="150">Closed Status:</td>
<td bgcolor="{$light_color}" width="85%" class="default">{$data.not_title}</td>
</tr>
<tr>
<td align="center" bgcolor="{$cell_color}" class="default_white" nowrap width="150">Closing Comments:</td>
<td bgcolor="{$light_color}" width="85%" class="default">{$data.not_note}</td>
</tr>
</table>
These are the lines I added to closed.tpl.text
----------------------------------------------------------------------
{$data.not_title}
{$data.not_note}
----------------------------------------------------------------------
Any help would be appreciated.
Thank You,
Shawn M. Rolin
Network Support Supervisor
MCSE, MCSA, MCP
KMPH Fox 26/KFRE WB 59
_______________________________________________
CONFIDENTIALITY NOTICE: Unless otherwise indicated or obvious from the nature
of the transmittal, the information contained in this e-mail message and all
attachments is confidential information intended for the use of the individual
or entity named above. If the reader of this message is not the intended
recipient, or the employee or agent responsible to deliver it to the intended
recipient, you are hereby notified that any dissemination, distribution, copying
or other use of this communication or its attachments is strictly prohibited.
If you have received this communication in error, please notify the sender
immediately by replying to this communication and please delete it from your
computer.




