-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupport_message_view.htm
More file actions
16 lines (15 loc) · 922 Bytes
/
support_message_view.htm
File metadata and controls
16 lines (15 loc) · 922 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<div class="form-group">
<label for="subject" class="col-sm-3 control-label">{tmpl_var name='subject_txt'}</label>
<p>{tmpl_var name='subject'}</p>
</div>
<div class="form-group">
<label for="message" class="col-sm-3 control-label">{tmpl_var name='message_txt'}</label>
<p>{tmpl_var name='message'}</p>
</div>
<div class="form-group">
<label for="message" class="col-sm-3 control-label">{tmpl_var name='date_txt'}</label>
<p>{tmpl_var name='date'}</p>
</div>
<div class="clear"><div class="right">
<button class="btn btn-default formbutton-success" type="button" value="{tmpl_var name='reply_txt'}" data-load-content="help/support_message_edit.php?reply={tmpl_var name='id'}">{tmpl_var name='reply_txt'}</button>
</div></div>