-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupport_message_view.htm
More file actions
26 lines (23 loc) · 1.08 KB
/
support_message_view.htm
File metadata and controls
26 lines (23 loc) · 1.08 KB
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
<h2><tmpl_var name="list_head_txt"></h2>
<p><tmpl_var name="list_desc_txt"></p>
<div class="panel panel_support_message">
<div class="pnl_formsarea">
<fieldset class="inlineLabels"><legend>{tmpl_var name='message_txt'}</legend>
<div class="ctrlHolder">
<label for="subject">{tmpl_var name='subject_txt'}</label>
<p>{tmpl_var name='subject'}</p>
</div>
<div class="ctrlHolder">
<label for="message">{tmpl_var name='message_txt'}</label>
<p>{tmpl_var name='message'}</p>
</div>
<div class="ctrlHolder">
<label for="message">{tmpl_var name='date_txt'}</label>
<p>{tmpl_var name='date'}</p>
</div>
</fieldset>
<div class="buttonHolder buttons">
<button class="positive iconstxt icoPositive" type="button" value="{tmpl_var name='reply_txt'}" onclick="loadContent('help/support_message_edit.php?reply={tmpl_var name='id'}');"><span>{tmpl_var name='reply_txt'}</span></button>
</div>
</div>
</div>