]> git.pld-linux.org Git - packages/eventum.git/blob - eventum-tpl-fixes.patch
- memory limit patches merged
[packages/eventum.git] / eventum-tpl-fixes.patch
1 --- eventum-20060720/templates/notes.tpl.html~  2006-07-20 21:34:05.958276624 +0300
2 +++ eventum-20060720/templates/notes.tpl.html   2006-07-20 21:38:04.023620347 +0300
3 @@ -14,7 +14,7 @@
4  }
5  function convertNote(note_id)
6  {
7 -    if (!confirm('{/literal}{t escape=none}This note will be deleted & converted to an email, one either sent immediately or saved as a draft.{/t}{literal}')) {
8 +    if (!confirm('{/literal}{t escape=js}This note will be deleted & converted to an email, one either sent immediately or saved as a draft.{/t}{literal}')) {
9          return false;
10      } else {
11          var features = 'width=420,height=180,top=30,left=30,resizable=yes,scrollbars=yes,toolbar=no,location=no,menubar=no,status=no';
12 diff -u -r eventum-20060720/templates/notifications/account_details.tpl.text eventum-20060720.tpl/templates/notifications/account_details.tpl.text
13 --- eventum-20060720/templates/notifications/account_details.tpl.text   2006-07-20 21:40:21.366703004 +0300
14 +++ eventum-20060720.tpl/templates/notifications/account_details.tpl.text       2006-07-20 21:40:07.026381143 +0300
15 @@ -1,12 +1,12 @@
16  {textformat style="email"}{t name=$app_title}This is an automated message sent at your request from %1.{/t}
17  
18 -{t}Your full account information is available below.{/t}
19 +{t escape=no}Your full account information is available below.{/t}
20  {/textformat}
21  
22  ----------------------------------------------------------------------
23 -        {t}Full Name{/t}: {$user.usr_full_name}
24 -    {t}Email Address{/t}: {$user.usr_email}
25 -{t}Assigned Projects{/t}: {foreach from=$user.projects item=project name=project}
26 +        {t escape=no}Full Name{/t}: {$user.usr_full_name}
27 +    {t escape=no}Email Address{/t}: {$user.usr_email}
28 +{t escape=no}Assigned Projects{/t}: {foreach from=$user.projects item=project name=project}
29  {if not $smarty.foreach.project.first}                   {/if}{$project.prj_title}: {$project.role}
30  {/foreach}
31  ----------------------------------------------------------------------
32 diff -u -r eventum-20060720/templates/notifications/assigned.tpl.text eventum-20060720.tpl/templates/notifications/assigned.tpl.text
33 --- eventum-20060720/templates/notifications/assigned.tpl.text  2006-07-20 21:40:21.366703004 +0300
34 +++ eventum-20060720.tpl/templates/notifications/assigned.tpl.text      2006-07-20 21:40:07.026381143 +0300
35 @@ -3,17 +3,17 @@
36  {t 1=$current_user}An issue was assigned to you by %1{/t}
37  
38  
39 -{t}To view more details of this issue, or to update it, please visit the following URL{/t}:
40 +{t escape=no}To view more details of this issue, or to update it, please visit the following URL{/t}:
41  {$app_base_url}view.php?id={$issue.iss_id}
42  {/textformat}
43  ----------------------------------------------------------------------
44 -               {t}ID{/t}: {$issue.iss_id}
45 -          {t}Summary{/t}: {$issue.iss_summary}
46 -          {t}Project{/t}: {$issue.prj_title}
47 -      {t}Reported By{/t}: {$issue.usr_full_name}
48 -       {t}Assignment{/t}: {$issue.assigned_users}
49 -         {t}Priority{/t}: {$issue.pri_title}
50 -      {t}Description{/t}:
51 +               {t escape=no}ID{/t}: {$issue.iss_id}
52 +          {t escape=no}Summary{/t}: {$issue.iss_summary}
53 +          {t escape=no}Project{/t}: {$issue.prj_title}
54 +      {t escape=no}Reported By{/t}: {$issue.usr_full_name}
55 +       {t escape=no}Assignment{/t}: {$issue.assigned_users}
56 +         {t escape=no}Priority{/t}: {$issue.pri_title}
57 +      {t escape=no}Description{/t}:
58  ----------------------------------------------------------------------
59  {$issue.iss_description}
60  ----------------------------------------------------------------------
61 diff -u -r eventum-20060720/templates/notifications/closed.tpl.text eventum-20060720.tpl/templates/notifications/closed.tpl.text
62 --- eventum-20060720/templates/notifications/closed.tpl.text    2006-07-20 21:40:21.366703004 +0300
63 +++ eventum-20060720.tpl/templates/notifications/closed.tpl.text        2006-07-20 21:40:07.026381143 +0300
64 @@ -1,20 +1,20 @@
65  {textformat style="email"}{t name=$app_title}This is an automated message sent at your request from %1.{/t}
66  
67 -{t}This issue was just closed by{/t} {$data.closer_name}{if $data.reason != ''}
68 - {t}with the message{/t}: {$data.reason}{/if}.
69 +{t escape=no}This issue was just closed by{/t} {$data.closer_name}{if $data.reason != ''}
70 + {t escape=no}with the message{/t}: {$data.reason}{/if}.
71  
72 -{t}To view more details of this issue, or to update it, please visit the following URL{/t}:
73 +{t escape=no}To view more details of this issue, or to update it, please visit the following URL{/t}:
74  {$app_base_url}view.php?id={$data.iss_id}
75  {/textformat}
76  
77  ----------------------------------------------------------------------
78 -               {t}ID{/t}: {$data.iss_id}
79 -          {t}Summary{/t}: {$data.iss_summary}
80 -           {t}Status{/t}: {$data.sta_title}
81 -          {t}Project{/t}: {$data.prj_title}
82 -      {t}Reported By{/t}: {$data.usr_full_name}
83 -         {t}Priority{/t}: {$data.pri_title}
84 -      {t}Description{/t}:
85 +               {t escape=no}ID{/t}: {$data.iss_id}
86 +          {t escape=no}Summary{/t}: {$data.iss_summary}
87 +           {t escape=no}Status{/t}: {$data.sta_title}
88 +          {t escape=no}Project{/t}: {$data.prj_title}
89 +      {t escape=no}Reported By{/t}: {$data.usr_full_name}
90 +         {t escape=no}Priority{/t}: {$data.pri_title}
91 +      {t escape=no}Description{/t}:
92  ----------------------------------------------------------------------
93  {$data.iss_description}
94  ----------------------------------------------------------------------
95 diff -u -r eventum-20060720/templates/notifications/files.tpl.text eventum-20060720.tpl/templates/notifications/files.tpl.text
96 --- eventum-20060720/templates/notifications/files.tpl.text     2006-07-20 21:40:21.366703004 +0300
97 +++ eventum-20060720.tpl/templates/notifications/files.tpl.text 2006-07-20 21:40:07.026381143 +0300
98 @@ -1,31 +1,31 @@
99 -{textformat style="email"}{t}This is an automated message sent at your request from{/t} {$app_title}.
100 +{textformat style="email"}{t escape=no}This is an automated message sent at your request from{/t} {$app_title}.
101  
102 -{t}To view more details of this issue, or to update it, please visit the following URL{/t}:
103 +{t escape=no}To view more details of this issue, or to update it, please visit the following URL{/t}:
104  {$app_base_url}view.php?id={$data.iss_id}
105  {/textformat}
106  
107 -{t}New Attachment{/t}:
108 +{t escape=no}New Attachment{/t}:
109  ----------------------------------------------------------------------
110 -      {t}Owner{/t}: {$data.attachment.usr_full_name}
111 -       {t}Date{/t}: {$data.attachment.iat_created_date}
112 -      {t}Files{/t}:
113 +      {t escape=no}Owner{/t}: {$data.attachment.usr_full_name}
114 +       {t escape=no}Date{/t}: {$data.attachment.iat_created_date}
115 +      {t escape=no}Files{/t}:
116  {section name="i" loop=$data.attachment.files}
117               {$data.attachment.files[i].iaf_filename} ({$data.attachment.files[i].iaf_filesize})
118  {/section}
119 -{t}Description{/t}:
120 +{t escape=no}Description{/t}:
121  ----------------------------------------------------------------------
122  {$data.attachment.iat_description}
123  ----------------------------------------------------------------------
124  
125 -{t}These are the current issue details{/t}:
126 +{t escape=no}These are the current issue details{/t}:
127  ----------------------------------------------------------------------
128 -               {t}ID{/t}: {$data.iss_id}
129 -          {t}Summary{/t}: {$data.iss_summary}
130 -           {t}Status{/t}: {$data.sta_title}
131 -          {t}Project{/t}: {$data.prj_title}
132 -      {t}Reported By{/t}: {$data.usr_full_name}
133 -         {t}Priority{/t}: {$data.pri_title}
134 -      {t}Description{/t}:
135 +               {t escape=no}ID{/t}: {$data.iss_id}
136 +          {t escape=no}Summary{/t}: {$data.iss_summary}
137 +           {t escape=no}Status{/t}: {$data.sta_title}
138 +          {t escape=no}Project{/t}: {$data.prj_title}
139 +      {t escape=no}Reported By{/t}: {$data.usr_full_name}
140 +         {t escape=no}Priority{/t}: {$data.pri_title}
141 +      {t escape=no}Description{/t}:
142  ----------------------------------------------------------------------
143  {$data.iss_description}
144  ----------------------------------------------------------------------
145 diff -u -r eventum-20060720/templates/notifications/new.tpl.text eventum-20060720.tpl/templates/notifications/new.tpl.text
146 --- eventum-20060720/templates/notifications/new.tpl.text       2006-07-20 21:40:21.366703004 +0300
147 +++ eventum-20060720.tpl/templates/notifications/new.tpl.text   2006-07-20 21:40:07.026381143 +0300
148 @@ -1,17 +1,17 @@
149  {textformat style="email"}{t name=$app_title}This is an automated message sent at your request from %1{/t}.
150  
151 -{t}A new issue was just created and assigned to you.{/t}
152 +{t escape=no}A new issue was just created and assigned to you.{/t}
153  
154 -{t}To view more details of this issue, or to update it, please visit the following URL{/t}:
155 +{t escape=no}To view more details of this issue, or to update it, please visit the following URL{/t}:
156  {$app_base_url}view.php?id={$issue.iss_id}{/textarea}
157  
158  ----------------------------------------------------------------------
159 -               {t}ID{/t}: {$issue.iss_id}
160 -          {t}Summary{/t}: {$issue.iss_summary}
161 -          {t}Project{/t}: {$issue.prj_title}
162 -      {t}Reported By{/t}: {$issue.usr_full_name}
163 -         {t}Priority{/t}: {$issue.pri_title}
164 -      {t}Description{/t}:
165 +               {t escape=no}ID{/t}: {$issue.iss_id}
166 +          {t escape=no}Summary{/t}: {$issue.iss_summary}
167 +          {t escape=no}Project{/t}: {$issue.prj_title}
168 +      {t escape=no}Reported By{/t}: {$issue.usr_full_name}
169 +         {t escape=no}Priority{/t}: {$issue.pri_title}
170 +      {t escape=no}Description{/t}:
171  ----------------------------------------------------------------------
172  {$issue.iss_description}
173  ----------------------------------------------------------------------
174 diff -u -r eventum-20060720/templates/notifications/new_auto_created_issue.tpl.text eventum-20060720.tpl/templates/notifications/new_auto_created_issue.tpl.text
175 --- eventum-20060720/templates/notifications/new_auto_created_issue.tpl.text    2006-07-20 21:40:21.366703004 +0300
176 +++ eventum-20060720.tpl/templates/notifications/new_auto_created_issue.tpl.text        2006-07-20 21:40:07.026381143 +0300
177 @@ -1,27 +1,27 @@
178  {textformat style="email"}
179  {if $sender_name}
180 -{t}Dear{/t} {$sender_name},
181 +{t escape=no}Dear{/t} {$sender_name},
182  
183  {/if}
184  {t name=$app_title}This is an automated message sent at your request from %1{/t}.
185  
186 -{t}We received a message from you and for your convenience, we created an issue that will be used by our staff to handle your message.{/t}
187 +{t escape=no}We received a message from you and for your convenience, we created an issue that will be used by our staff to handle your message.{/t}
188  {/textformat}
189  
190 -        {t}Date{/t}: {$email.date}
191 -        {t}From{/t}: {$email.from}
192 -     {t}Subject{/t}: {$email.subject}
193 +        {t escape=no}Date{/t}: {$email.date}
194 +        {t escape=no}From{/t}: {$email.from}
195 +     {t escape=no}Subject{/t}: {$email.subject}
196  
197  {if $sender_can_access == 1}
198 -{t}To view more details of this issue, or to update it, please visit the
199 +{t escape=no}To view more details of this issue, or to update it, please visit the
200  following URL{/t}:
201  {$app_base_url}view.php?id={$data.iss_id}
202  {/if}
203  
204 -     {t}Issue{/t} #: {$data.iss_id}
205 -     {t}Summary{/t}: {$data.iss_summary}
206 -    {t}Priority{/t}: {$data.pri_title}
207 -   {t}Submitted{/t}: {$data.iss_created_date}
208 +     {t escape=no}Issue{/t} #: {$data.iss_id}
209 +     {t escape=no}Summary{/t}: {$data.iss_summary}
210 +    {t escape=no}Priority{/t}: {$data.pri_title}
211 +   {t escape=no}Submitted{/t}: {$data.iss_created_date}
212  
213  {if $sender_can_access == 1}
214  {textformat style="email"}
215 diff -u -r eventum-20060720/templates/notifications/new_issue.tpl.text eventum-20060720.tpl/templates/notifications/new_issue.tpl.text
216 --- eventum-20060720/templates/notifications/new_issue.tpl.text 2006-07-20 21:40:21.366703004 +0300
217 +++ eventum-20060720.tpl/templates/notifications/new_issue.tpl.text     2006-07-20 21:40:07.026381143 +0300
218 @@ -1,25 +1,25 @@
219 -{textformat style="email"}{t}This is an automated message sent at your request from{/t} {$app_title}.
220 +{textformat style="email"}{t escape=no}This is an automated message sent at your request from{/t} {$app_title}.
221  
222 -{t}A new issue was just created in the system.{/t}
223 +{t escape=no}A new issue was just created in the system.{/t}
224  
225 -{t}To view more details of this issue, or to update it, please visit the following URL{/t}:
226 +{t escape=no}To view more details of this issue, or to update it, please visit the following URL{/t}:
227  {$app_base_url}view.php?id={$data.iss_id}
228  {/textformat}
229  
230  ----------------------------------------------------------------------
231 -                {t}ID{/t}: {$data.iss_id}
232 -           {t}Summary{/t}: {$data.iss_summary}
233 -           {t}Project{/t}: {$data.prj_title}
234 -       {t}Reported{/t} By: {$data.reporter}
235 -        {t}Assignment{/t}: {$data.assignments}
236 -          {t}Priority{/t}: {$data.pri_title}
237 -       {t}Description{/t}:
238 +                {t escape=no}ID{/t}: {$data.iss_id}
239 +           {t escape=no}Summary{/t}: {$data.iss_summary}
240 +           {t escape=no}Project{/t}: {$data.prj_title}
241 +       {t escape=no}Reported{/t} By: {$data.reporter}
242 +        {t escape=no}Assignment{/t}: {$data.assignments}
243 +          {t escape=no}Priority{/t}: {$data.pri_title}
244 +       {t escape=no}Description{/t}:
245  ----------------------------------------------------------------------
246  {$data.iss_original_description}
247  ----------------------------------------------------------------------
248  
249  {if $data.custom_fields|@count > 0}
250 -{t}Issue Details{/t}
251 +{t escape=no}Issue Details{/t}
252  
253  ----------------------------------------------------------------------
254  {section name="i" loop=$data.custom_fields}
255 @@ -29,14 +29,14 @@
256  {/if}
257  {if $data.attachments|@count > 0}
258  
259 -{t}Attachments{/t}
260 +{t escape=no}Attachments{/t}
261  ----------------------------------------------------------------------
262  {section name="i" loop=$data.attachments}
263 -      {t}Files{/t}: {$data.attachments[i].files[0].iaf_filename}
264 +      {t escape=no}Files{/t}: {$data.attachments[i].files[0].iaf_filename}
265  {section name="files" loop=$data.attachments[i].files start=1}
266               {$data.attachments[i].files[files].iaf_filename}
267  {/section}
268 -{t}Description{/t}: {$data.attachments[i].iat_description}
269 +{t escape=no}Description{/t}: {$data.attachments[i].iat_description}
270  ----------------------------------------------------------------------
271  {/section}
272  {/if}
273 diff -u -r eventum-20060720/templates/notifications/new_user.tpl.text eventum-20060720.tpl/templates/notifications/new_user.tpl.text
274 --- eventum-20060720/templates/notifications/new_user.tpl.text  2006-07-20 21:40:21.366703004 +0300
275 +++ eventum-20060720.tpl/templates/notifications/new_user.tpl.text      2006-07-20 21:40:07.026381143 +0300
276 @@ -1,13 +1,13 @@
277 -{t}A new user was just created for you in the system.{/t}
278 +{t escape=no}A new user was just created for you in the system.{/t}
279  
280 -{t}To start using the system, please load the URL below{/t}:
281 +{t escape=no}To start using the system, please load the URL below{/t}:
282  {$app_base_url}index.php
283  
284  ----------------------------------------------------------------------
285 -        {t}Full Name{/t}: {$user.usr_full_name}
286 -    {t}Email Address{/t}: {$user.usr_email}
287 -         {t}Password{/t}: {$user.usr_password}
288 -{t}Assigned Projects{/t}: {foreach from=$user.projects item=project name=project}
289 +        {t escape=no}Full Name{/t}: {$user.usr_full_name}
290 +    {t escape=no}Email Address{/t}: {$user.usr_email}
291 +         {t escape=no}Password{/t}: {$user.usr_password}
292 +{t escape=no}Assigned Projects{/t}: {foreach from=$user.projects item=project name=project}
293  {if not $smarty.foreach.project.first}                   {/if}{$project.prj_title}: {$project.role}
294  {/foreach}
295  ----------------------------------------------------------------------
296 diff -u -r eventum-20060720/templates/notifications/notes.tpl.text eventum-20060720.tpl/templates/notifications/notes.tpl.text
297 --- eventum-20060720/templates/notifications/notes.tpl.text     2006-07-20 21:40:21.366703004 +0300
298 +++ eventum-20060720.tpl/templates/notifications/notes.tpl.text 2006-07-20 21:40:07.026381143 +0300
299 @@ -2,22 +2,22 @@
300  
301  
302  ----------------------------------------------------------------------
303 -{t}These are the current issue details{/t}:
304 +{t escape=no}These are the current issue details{/t}:
305  ----------------------------------------------------------------------
306 -               {t}ID{/t}: {$data.iss_id}
307 -          {t}Summary{/t}: {$data.iss_summary}
308 -           {t}Status{/t}: {$data.sta_title}
309 -          {t}Project{/t}: {$data.prj_title}
310 -      {t}Reported By{/t}: {$data.usr_full_name}
311 -         {t}Priority{/t}: {$data.pri_title}
312 -      {t}Description{/t}:
313 +               {t escape=no}ID{/t}: {$data.iss_id}
314 +          {t escape=no}Summary{/t}: {$data.iss_summary}
315 +           {t escape=no}Status{/t}: {$data.sta_title}
316 +          {t escape=no}Project{/t}: {$data.prj_title}
317 +      {t escape=no}Reported By{/t}: {$data.usr_full_name}
318 +         {t escape=no}Priority{/t}: {$data.pri_title}
319 +      {t escape=no}Description{/t}:
320  ----------------------------------------------------------------------
321  {$data.iss_description}
322  ----------------------------------------------------------------------
323  
324  
325  {textformat style="email"}
326 -{t}To view more details of this issue, or to update it, please visit the following URL{/t}:
327 +{t escape=no}To view more details of this issue, or to update it, please visit the following URL{/t}:
328  {$app_base_url}view.php?id={$data.iss_id}
329  
330  {t name=$app_title}Please Note: If you do not wish to receive any future email notifications from %1, please change your account preferences by visiting the URL below{/t}:
331 diff -u -r eventum-20060720/templates/notifications/updated.tpl.text eventum-20060720.tpl/templates/notifications/updated.tpl.text
332 --- eventum-20060720/templates/notifications/updated.tpl.text   2006-07-20 21:40:21.366703004 +0300
333 +++ eventum-20060720.tpl/templates/notifications/updated.tpl.text       2006-07-20 21:40:07.026381143 +0300
334 @@ -1,13 +1,13 @@
335 -{textformat style="email"}{t}This is an automated message sent at your request from{/t} {$app_title}.
336 +{textformat style="email"}{t escape=no}This is an automated message sent at your request from{/t} {$app_title}.
337  
338 -{t}To view more details of this issue, or to update it, please visit the following URL{/t}:
339 +{t escape=no}To view more details of this issue, or to update it, please visit the following URL{/t}:
340  {$app_base_url}view.php?id={$data.iss_id}
341  {/textformat}
342  
343  ----------------------------------------------------------------------
344 -          {t}Issue #{/t}: {$data.iss_id}
345 -          {t}Summary{/t}: {$data.iss_summary}
346 -   {t}Changed Fields{/t}:
347 +          {t escape=no}Issue #{/t}: {$data.iss_id}
348 +          {t escape=no}Summary{/t}: {$data.iss_summary}
349 +   {t escape=no}Changed Fields{/t}:
350  ----------------------------------------------------------------------
351  {$data.diffs}
352  ----------------------------------------------------------------------
353 diff -u -r eventum-20060720/templates/notifications/updated_account.tpl.text eventum-20060720.tpl/templates/notifications/updated_account.tpl.text
354 --- eventum-20060720/templates/notifications/updated_account.tpl.text   2006-07-20 21:40:21.366703004 +0300
355 +++ eventum-20060720.tpl/templates/notifications/updated_account.tpl.text       2006-07-20 21:40:07.026381143 +0300
356 @@ -1,11 +1,11 @@
357  {t 1=$app_title}Your user account has been updated in %1{/t}.
358  
359 -{t}Your account information as it now exists appears below.{/t}
360 +{t escape=no}Your account information as it now exists appears below.{/t}
361  
362  ----------------------------------------------------------------------
363 -        {t}Full Name{/t}: {$user.usr_full_name}
364 -    {t}Email Address{/t}: {$user.usr_email}
365 -{t}Assigned Projects{/t}: {foreach from=$user.projects item=project name=project}
366 +        {t escape=no}Full Name{/t}: {$user.usr_full_name}
367 +    {t escape=no}Email Address{/t}: {$user.usr_email}
368 +{t escape=no}Assigned Projects{/t}: {foreach from=$user.projects item=project name=project}
369  {if not $smarty.foreach.project.first}                   {/if}{$project.prj_title}: {$project.role}
370  {/foreach}
371  ----------------------------------------------------------------------
372 diff -u -r eventum-20060720/templates/notifications/updated_password.tpl.text eventum-20060720.tpl/templates/notifications/updated_password.tpl.text
373 --- eventum-20060720/templates/notifications/updated_password.tpl.text  2006-07-20 21:40:21.366703004 +0300
374 +++ eventum-20060720.tpl/templates/notifications/updated_password.tpl.text      2006-07-20 21:40:07.026381143 +0300
375 @@ -1,12 +1,12 @@
376  {t name=$app_title}Your user account password has been updated in %1{/t}.
377  
378 -{t}Your account information as it now exists appears below.{/t}
379 +{t escape=no}Your account information as it now exists appears below.{/t}
380  
381  ----------------------------------------------------------------------
382 -        {t}Full Name{/t}: {$user.usr_full_name}
383 -    {t}Email Address{/t}: {$user.usr_email}
384 -         {t}Password{/t}: {$user.usr_password}
385 -{t}Assigned Projects{/t}: {foreach from=$user.projects item=project name=project}
386 +        {t escape=no}Full Name{/t}: {$user.usr_full_name}
387 +    {t escape=no}Email Address{/t}: {$user.usr_email}
388 +         {t escape=no}Password{/t}: {$user.usr_password}
389 +{t escape=no}Assigned Projects{/t}: {foreach from=$user.projects item=project name=project}
390  {if not $smarty.foreach.project.first}                   {/if}{$project.prj_title}: {$project.role}
391  {/foreach}
392  ----------------------------------------------------------------------
393 diff -u -r eventum-20060720/templates/reminders/alert_no_recipients.tpl.text eventum-20060720.tpl/templates/reminders/alert_no_recipients.tpl.text
394 --- eventum-20060720/templates/reminders/alert_no_recipients.tpl.text   2006-07-20 21:40:21.366703004 +0300
395 +++ eventum-20060720.tpl/templates/reminders/alert_no_recipients.tpl.text       2006-07-20 21:40:07.026381143 +0300
396 @@ -1,21 +1,21 @@
397  {t name=$type}The following %1 reminder could not be sent out because no recipients could be found{/t}:
398  ============================================================
399  
400 -{t}Automated Issue{/t} #{$data.iss_id} {t}Reminder Alert{/t}!
401 +{t escape=no}Automated Issue{/t} #{$data.iss_id} {t escape=no}Reminder Alert{/t}!
402  
403 -          {t}URL{/t}: {$app_base_url}view.php?id={$data.iss_id}
404 -      {t}Summary{/t}: {$data.iss_summary}
405 -   {t}Assignment{/t}: {$data.assigned_users}
406 +          {t escape=no}URL{/t}: {$app_base_url}view.php?id={$data.iss_id}
407 +      {t escape=no}Summary{/t}: {$data.iss_summary}
408 +   {t escape=no}Assignment{/t}: {$data.assigned_users}
409  {if $has_customer_integration}
410 -     {t}Customer{/t}: {$data.customer_info.customer_name}
411 -{t}Support Level{/t}: {$data.customer_info.support_level}
412 +     {t escape=no}Customer{/t}: {$data.customer_info.customer_name}
413 +{t escape=no}Support Level{/t}: {$data.customer_info.support_level}
414  {/if}
415  
416 - {t}Alert Reason{/t}:
417 -     {t}Triggered Reminder{/t} "{$reminder.rem_title}"
418 -               {t}Action{/t} "{$action.rma_title}"
419 + {t escape=no}Alert Reason{/t}:
420 +     {t escape=no}Triggered Reminder{/t} "{$reminder.rem_title}"
421 +               {t escape=no}Action{/t} "{$action.rma_title}"
422  
423 -  {t}Alert Query{/t}:
424 +  {t escape=no}Alert Query{/t}:
425       {section name="i" loop=$conditions}
426       {$conditions[i].rmf_title} - {$conditions[i].rmo_title} - {$conditions[i].rlc_value}
427       {/section}
428 diff -u -r eventum-20060720/templates/reminders/email_alert.tpl.text eventum-20060720.tpl/templates/reminders/email_alert.tpl.text
429 --- eventum-20060720/templates/reminders/email_alert.tpl.text   2006-07-20 21:40:21.366703004 +0300
430 +++ eventum-20060720.tpl/templates/reminders/email_alert.tpl.text       2006-07-20 21:40:07.026381143 +0300
431 @@ -1,18 +1,18 @@
432  {t name=$data.iss_id}Automated Issue # %1 Reminder Alert{/t}!
433  
434 -          {t}URL{/t}: {$app_base_url}view.php?id={$data.iss_id}
435 -      {t}Summary{/t}: {$data.iss_summary}
436 -   {t}Assignment{/t}: {$data.assigned_users}
437 +          {t escape=no}URL{/t}: {$app_base_url}view.php?id={$data.iss_id}
438 +      {t escape=no}Summary{/t}: {$data.iss_summary}
439 +   {t escape=no}Assignment{/t}: {$data.assigned_users}
440  {if $has_customer_integration}
441 -     {t}Customer{/t}: {$data.customer_info.customer_name}
442 -{t}Support Level{/t}: {$data.customer_info.support_level}
443 +     {t escape=no}Customer{/t}: {$data.customer_info.customer_name}
444 +{t escape=no}Support Level{/t}: {$data.customer_info.support_level}
445  {/if}
446  
447 - {t}Alert Reason{/t}:
448 -     {t}Triggered Reminder{/t} "{$reminder.rem_title}"
449 -               {t}Action{/t} "{$action.rma_title}"
450 + {t escape=no}Alert Reason{/t}:
451 +     {t escape=no}Triggered Reminder{/t} "{$reminder.rem_title}"
452 +               {t escape=no}Action{/t} "{$action.rma_title}"
453      
454 -  {t}Alert Query{/t}:
455 +  {t escape=no}Alert Query{/t}:
456       {section name="i" loop=$conditions}
457       {$conditions[i].rmf_title} - {$conditions[i].rmo_title} - {$conditions[i].rlc_value}
458       {/section}
This page took 0.109237 seconds and 3 git commands to generate.