~eventum-developers/eventum/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
{include file="header.tpl.html"}

<br />
<center>
  <span class="default">
{if $note_add_result == -1}
  <b>{t}An error occurred while trying to run your query{/t}</b>
{elseif $note_add_result == -2}
  <b>{t}Please enter the note text on the input box below.{/t}</b>
{elseif $note_add_result == 1}
  <b>{t}Thank you, the new note was created and associated with the issue below.{/t}</b>
{/if}

{if $note_delete_result == -1}
  <b>{t}An error occurred while trying to run your query{/t}</b>
{elseif $note_delete_result == -2}
  <b>{t}You do not have permission to delete this note.{/t}</b>
{elseif $note_delete_result == 1}
  <b>{t}Thank you, the note was removed successfully.{/t}</b>
{/if}

{if $time_delete_result == -1}
  <b>{t}An error occurred while trying to run your query{/t}</b>
{elseif $time_delete_result == 1}
  <b>{t}Thank you, the time tracking entry was removed successfully.{/t}</b>
{/if}

{if $bulk_update_result == 1}
  <b>{t}Thank you, the selected issues were updated successfully.{/t}</b>
{elseif $bulk_update_result == -1}
  <b>{t}An error occurred while trying to run your query{/t}</b>
{/if}

{if $set_initial_impact_result == -1}
  <b>{t}An error occurred while trying to run your query{/t}</b>
{elseif $set_initial_impact_result == 1}
  <b>{t}Thank you, the inital impact analysis was set successfully.{/t}</b>
{/if}

{if $add_requirement_result == -1}
  <b>{t}An error occurred while trying to run your query{/t}</b>
{elseif $add_requirement_result == 1}
  <b>{t}Thank you, the new requirement was added successfully.{/t}</b>
{/if}

{if $set_impact_requirement_result == -1}
  <b>{t}An error occurred while trying to run your query{/t}</b>
{elseif $set_impact_requirement_result == 1}
  <b>{t}Thank you, the impact analysis was set successfully.{/t}</b>
{/if}

{if $requirement_delete_result == -1}
  <b>{t}An error occurred while trying to run your query{/t}</b>
{elseif $requirement_delete_result == 1}
  <b>{t}Thank you, the selected requirements were removed successfully.{/t}</b>
{/if}

{if $save_filter_result == -1}
  <b>{t}An error occurred while trying to run your query{/t}</b>
{elseif $save_filter_result == 1}
  <b>{t}Thank you, the custom filter was saved successfully.{/t}</b>
{/if}

{if $delete_filter_result == -1}
  <b>{t}An error occurred while trying to run your query{/t}</b>
{elseif $delete_filter_result == 1}
  <b>{t}Thank you, the selected custom filters were removed successfully.{/t}</b>
{/if}

{if $remove_association_result == -1}
  <b>{t}An error occurred while trying to run your query{/t}</b>
{elseif $remove_association_result == 1}
  <b>{t}Thank you, the association to the selected emails were removed successfully.{/t}</b>
{/if}

{if $remove_attachment_result == -1}
  <b>{t}An error occurred while trying to run your query{/t}</b>
{elseif $remove_attachment_result == -2}
  <b>{t}You do not have the permission to remove this attachment.{/t}</b>
{elseif $remove_attachment_result == 1}
  <b>{t}Thank you, the attachment was removed successfully.{/t}</b>
{/if}

{if $remove_file_result == -1}
  <b>{t}An error occurred while trying to run your query{/t}</b>
{elseif $remove_file_result == -2}
  <b>{t}You do not have the permission to remove this file.{/t}</b>
{elseif $remove_file_result == 1}
  <b>{t}Thank you, the file was removed successfully.{/t}</b>
{/if}

{if $remove_checkin_result == -1}
  <b>{t}An error occurred while trying to run your query{/t}</b>
{elseif $remove_checkin_result == 1}
  <b>{t}Thank you, the selected checkin information entries were removed successfully.{/t}</b>
{/if}


{if $remove_email_result == -1}
  <b>{t}An error occurred while trying to run your query{/t}</b>
{elseif $remove_email_result == 1}
  <b>{t}Thank you, the emails were marked as removed successfully.{/t}</b>
{/if}

{if $clear_duplicate_result == -1}
  <b>{t}An error occurred while trying to run your query{/t}</b>
{elseif $clear_duplicate_result == 1}
  <b>{t}Thank you, the current issue is no longer marked as a duplicate.{/t}</b>
{/if}

{if $delete_phone_result == -1}
  <b>{t}An error occurred while trying to run your query{/t}</b>
{elseif $delete_phone_result == -2}
  <b>{t}You do not have permission to remove this phone support entry.{/t}</b>
{elseif $delete_phone_result == 1}
  <b>{t}Thank you, the phone support entry was removed successfully.{/t}</b>
{elseif $delete_phone_result == 2}
  <b>{t}Thank you, the phone support entry was removed successfully.{/t}<br />
  {t}The associated time tracking entry was also deleted.{/t}</b>
{/if}

{if $new_status_result == -1}
  <b>{t}An error occurred while trying to run your query{/t}</b>
{elseif $new_status_result == 1}
  <b>{t}Thank you, the issue was updated successfully.{/t}</b>
{/if}

{if $unassign_result == -1}
  <b>{t}An error occurred while trying to run your query{/t}</b>
{elseif $unassign_result == -2}
  <b>{t}Error: the issue is already unassigned.{/t}</b>
{elseif $unassign_result == 1}
  <b>{t}Thank you, the issue was unassigned successfully.{/t}</b>
{/if}

{if $authorize_reply_result == -1}
  <b>{t}Error: you are already authorized to send emails in this issue.{/t}</b>
{elseif $authorize_reply_result == 1}
  <b>{t}Thank you, you are now authorized to send emails in this issue.{/t}</b>
{/if}

{if $remove_quarantine_result == -1}
    <b>{t}An error occurred while trying to run your query{/t}</b>
{elseif $remove_quarantine_result == 1}
  <b>{t}Thank you, this issue was removed from quarantine.{/t}</b>
{/if}

  </span>
</center>

{include file="app_messages.tpl.html"}


<script type="text/javascript">
<!--
{if $current_user_prefs.close_popup_windows == '1'}
setTimeout('closeAndRefresh()', 2000);
{/if}
//-->
</script>
<br />
{if not $current_user_prefs.close_popup_windows}
<center>
  <span class="default"><a class="link" href="javascript:void(null);" onClick="javascript:closeAndRefresh();">{t}Continue{/t}</a></span>
</center>
{/if}

{include file="footer.tpl.html"}