|
@@ -10,7 +10,7 @@
|
|
<to>SELECT Team WHERE id=:this->workgroup_id</to>
|
|
<to>SELECT Team WHERE id=:this->workgroup_id</to>
|
|
<cc></cc>
|
|
<cc></cc>
|
|
<bcc></bcc>
|
|
<bcc></bcc>
|
|
-<subject>The ticket $this->name()$, priority $this->priority$ has been assigned to the workgroup $this->workgroup_name$</subject>
|
|
|
|
|
|
+<subject>The ticket $this->name()$, priority $this->label(priority)$ has been assigned to the workgroup $this->workgroup_name$</subject>
|
|
<body><html>
|
|
<body><html>
|
|
<body>
|
|
<body>
|
|
<p>The incident ticket $this->name()$ has been assigned to the workgroup $this->workgroup_name$.</p>
|
|
<p>The incident ticket $this->name()$ has been assigned to the workgroup $this->workgroup_name$.</p>
|
|
@@ -32,7 +32,7 @@
|
|
<to>SELECT Person WHERE id=:this->agent_id</to>
|
|
<to>SELECT Person WHERE id=:this->agent_id</to>
|
|
<cc></cc>
|
|
<cc></cc>
|
|
<bcc></bcc>
|
|
<bcc></bcc>
|
|
-<subject>The ticket $this->name()$, priority $this->priority$ has been assigned to you</subject>
|
|
|
|
|
|
+<subject>The ticket $this->name()$, priority $this->label(priority)$ has been assigned to you</subject>
|
|
<body><html>
|
|
<body><html>
|
|
<body>
|
|
<body>
|
|
<p>The incident ticket $this->name()$ has been assigned to you.</p>
|
|
<p>The incident ticket $this->name()$ has been assigned to you.</p>
|
|
@@ -54,7 +54,7 @@
|
|
<to>SELECT Person WHERE id=:this->caller_id</to>
|
|
<to>SELECT Person WHERE id=:this->caller_id</to>
|
|
<cc></cc>
|
|
<cc></cc>
|
|
<bcc></bcc>
|
|
<bcc></bcc>
|
|
-<subject>Ticket $this->name()$, priority $this->priority$ - $this->ticket_status$</subject>
|
|
|
|
|
|
+<subject>Ticket $this->name()$, priority $this->label(priority)$ - $this->ticket_status$</subject>
|
|
<body><html>
|
|
<body><html>
|
|
<body>
|
|
<body>
|
|
<p>The incident ticket $this->name()$ has changed to status $this->ticket_status$</p>
|
|
<p>The incident ticket $this->name()$ has changed to status $this->ticket_status$</p>
|