Till Brehm
2016-06-30 be08cdebf7c631f0f851824bb0d7df69d6711bfa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<div class='page-header'>
    <h1><tmpl_var name="list_head_txt"></h1>
</div>
<p><tmpl_var name="list_desc_txt"></p>
 
 
        <legend>{tmpl_var name='message_txt'}</legend>
            <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>