@resolveio/server-lib 8.0.28 → 8.0.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,39 +1,44 @@
|
|
|
1
1
|
<style type="text/css">
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
2
|
+
* {
|
|
3
|
+
font-size: 14px;
|
|
4
|
+
font-family: Arial;
|
|
5
|
+
background-color: white;
|
|
6
|
+
}
|
|
7
|
+
.header {
|
|
8
|
+
font-weight: bold;
|
|
9
|
+
min-width: 20px;
|
|
10
|
+
}
|
|
11
|
+
.td {
|
|
12
|
+
border: 1px solid black;
|
|
13
|
+
}
|
|
14
|
+
.tr {
|
|
15
|
+
border: 1px solid gray;
|
|
16
|
+
}
|
|
17
|
+
.tg {border-collapse:collapse;border-spacing:0;border-color:#999;}
|
|
18
|
+
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-color:#999;color:#444;background-color:#F7FDFA;border-top-width:1px;border-bottom-width:1px;}
|
|
19
|
+
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-color:#999;color:black;background-color:white;border-top-width:1px;border-bottom-width:1px;}
|
|
20
|
+
.tg .tg-baqh{text-align:left;vertical-align:top}
|
|
21
|
+
.tg .tg-yw4l{vertical-align:top;}
|
|
22
22
|
</style>
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
Hello {{user}},
|
|
25
25
|
<br><br>
|
|
26
|
-
|
|
26
|
+
Support ticket: #{{support_ticket_number_string}} has been modified by {{user_name}}.
|
|
27
|
+
<br> Test
|
|
28
|
+
{{message}}
|
|
29
|
+
|
|
30
|
+
<br><br>
|
|
31
|
+
<div id="container">
|
|
27
32
|
<table class="tg">
|
|
28
33
|
<thead>
|
|
29
34
|
<tr>
|
|
30
35
|
<th class="tg-yw4l" style="padding: 0; margin: 0; border-left: 1px solid #999;">
|
|
31
|
-
<img src="{{logo}}" style="width:
|
|
36
|
+
<img src="{{logo}}" style="width: 130px; height: auto; background-color: white; margin-left: -10px; margin-bottom: -10px;" alt="Logo">
|
|
32
37
|
</th>
|
|
33
|
-
<th class="tg-yw4l" style="min-width: 800px; max-width: 800px; font-size: 20px; color:
|
|
38
|
+
<th class="tg-yw4l" style="min-width: 800px; max-width: 800px; font-size: 20px; color: gray; text-align: right; padding: 30px; border-right: 1px solid #999;">Support Ticket</th>
|
|
34
39
|
</tr>
|
|
35
40
|
</thead>
|
|
36
|
-
<tbody>
|
|
41
|
+
<tbody>
|
|
37
42
|
<tr>
|
|
38
43
|
<td class="tg-baqh" style="min-width: 30%; max-width: 30%; font-weight: bold;">Support Ticket <br>Number</td>
|
|
39
44
|
<td class="tg-baqh" style="min-width: 60%; max-width: 60%;">{{support_ticket_number_string}}</td>
|
|
@@ -48,7 +53,7 @@ Support ticket: #{{support_ticket_number_string}} has been modified by {{user_cr
|
|
|
48
53
|
</tr>
|
|
49
54
|
<tr>
|
|
50
55
|
<td class="tg-baqh" style="min-width: 30%; max-width: 30%; font-weight: bold;">Issue <br>Description</td>
|
|
51
|
-
<td class="tg-baqh" style="min-width: 60%; max-width: 60%;">{{issue}}</td>
|
|
56
|
+
<td class="tg-baqh" style="min-width: 60%; max-width: 60%;"><pre style="width: 750px; background-color: #F7FDFA;">{{issue}}</pre></td>
|
|
52
57
|
</tr>
|
|
53
58
|
<tr>
|
|
54
59
|
<td class="tg-baqh" style="min-width: 30%; max-width: 30%; font-weight: bold;">Priority</td>
|
|
@@ -65,7 +70,78 @@ Support ticket: #{{support_ticket_number_string}} has been modified by {{user_cr
|
|
|
65
70
|
<tr>
|
|
66
71
|
<td class="tg-baqh" style="min-width: 30%; max-width: 30%; font-weight: bold;">Date created</td>
|
|
67
72
|
<td class="tg-baqh" style="min-width: 60%; max-width: 60%;">{{date_created_string}}</td>
|
|
68
|
-
</tr>
|
|
73
|
+
</tr>
|
|
74
|
+
</tbody>
|
|
75
|
+
</table>
|
|
76
|
+
</div>
|
|
77
|
+
|
|
78
|
+
{{#if (greaterThan changeLog.length 0)}}
|
|
79
|
+
<table class="tg">
|
|
80
|
+
<thead>
|
|
81
|
+
<tr>
|
|
82
|
+
<th class="tg-yw4l" style="min-width: 130px; max-width: 130px; padding: 0; margin: 0; border-left: 1px solid #999;"> </th>
|
|
83
|
+
<th class="tg-yw4l" style="min-width: 800px; max-width: 800px; font-size: 20px; color: gray; text-align: right; padding: 30px; padding-right: 20px; border-right: 1px solid #999;">Change Log</th>
|
|
84
|
+
</tr>
|
|
85
|
+
</thead>
|
|
86
|
+
<tbody>
|
|
87
|
+
{{#each changeLog}}
|
|
88
|
+
<tr>
|
|
89
|
+
<td class="tg-baqh" style="min-width: 30%; max-width: 30%; font-weight: bold; padding-right: 30px;">Changed On:</td>
|
|
90
|
+
<td class="tg-baqh" style="min-width: 60%; max-width: 60%; text-align: left;">{{propName}}</td>
|
|
91
|
+
</tr>
|
|
92
|
+
<tr>
|
|
93
|
+
<td class="tg-baqh" style="min-width: 30%; max-width: 30%; font-weight: bold; padding-right: 30px;">Old:</td>
|
|
94
|
+
<td class="tg-baqh" style="min-width: 60%; max-width: 60%; text-align: left;"><pre style="width: 750px; background-color:#F7FDFA">{{oldValue}}</pre></td>
|
|
95
|
+
</tr>
|
|
96
|
+
<tr>
|
|
97
|
+
<td class="tg-baqh" style="min-width: 30%; max-width: 30%; font-weight: bold; padding-right: 30px;">New:</td>
|
|
98
|
+
<td class="tg-baqh" style="min-width: 60%; max-width: 60%; text-align: left;"><pre style="width: 750px; background-color:#F7FDFA">{{newValue}}</pre></td>
|
|
99
|
+
</tr>
|
|
100
|
+
{{/each}}
|
|
101
|
+
</tbody>
|
|
102
|
+
</table>
|
|
103
|
+
{{/if}}
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
{{#if lastMessage}}
|
|
107
|
+
<table class="tg">
|
|
108
|
+
<thead>
|
|
109
|
+
<tr>
|
|
110
|
+
<th class="tg-yw4l" style="min-width: 130px; max-width: 130px; padding: 0; margin: 0; border-left: 1px solid #999;"> </th>
|
|
111
|
+
<th class="tg-yw4l" style="min-width: 800px; max-width: 800px; font-size: 20px; color: gray; text-align: right; padding: 30px; padding-right: 20px; border-right: 1px solid #999;">Most Recent Message</th>
|
|
112
|
+
</tr>
|
|
113
|
+
</thead>
|
|
114
|
+
<tbody>
|
|
115
|
+
<tr>
|
|
116
|
+
<td class="tg-baqh" style="min-width: 30%; max-width: 30%; font-weight: bold; padding-right: 30px;">
|
|
117
|
+
Name:
|
|
118
|
+
</td>
|
|
119
|
+
<td class="tg-baqh" style="min-width: 60%; max-width: 60%; text-align: left;">{{lastMessage.user}}</td>
|
|
120
|
+
</tr>
|
|
121
|
+
<tr>
|
|
122
|
+
<td class="tg-baqh" style="min-width: 30%; max-width: 30%; font-weight: bold; padding-right: 30px;">
|
|
123
|
+
Date Created:
|
|
124
|
+
</td>
|
|
125
|
+
<td class="tg-baqh" style="min-width: 60%; max-width: 60%; text-align: left;">{{formatDate lastMessage.date}}</td>
|
|
126
|
+
</tr>
|
|
127
|
+
<tr>
|
|
128
|
+
<td class="tg-baqh" style="min-width: 30%; max-width: 30%; font-weight: bold; padding-right: 30px;">
|
|
129
|
+
Message:
|
|
130
|
+
</td>
|
|
131
|
+
<td class="tg-baqh" style="min-width: 60%; max-width: 60%; text-align: left;"><pre style="width: 750px; background-color:#F7FDFA">{{lastMessage.message}}</pre></td>
|
|
132
|
+
</tr>
|
|
69
133
|
</tbody>
|
|
70
134
|
</table>
|
|
71
|
-
|
|
135
|
+
{{/if}}
|
|
136
|
+
|
|
137
|
+
<br><br>
|
|
138
|
+
{{#if url_ticket}}
|
|
139
|
+
<div>
|
|
140
|
+
<a href="{{url_ticket}}"
|
|
141
|
+
style="background-color:#76b530;border:1px solid #1e3650;border-radius:4px;color:#ffffff;display:inline-block;font-family:sans-serif;font-size:13px;font-weight:bold;line-height:40px;text-align:center;text-decoration:none;width:200px;-webkit-text-size-adjust:none;">Go to Ticket</a>
|
|
142
|
+
</div>
|
|
143
|
+
{{/if}}
|
|
144
|
+
|
|
145
|
+
<br><br><br>
|
|
146
|
+
Thanks,<br>
|
|
147
|
+
ResolveIO Support Team
|