Marius Cramer
2014-12-19 825dd6792d2d46b7d97e1f1626a9071382977cd2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<div class='page-header'>
    <h1><tmpl_var name="do_osupdate_caption"></h1>
</div>
<p><tmpl_var name="do_osupdate_desc"></p>
 
 
        <legend>{tmpl_var name='do_osupdate_caption'}</legend>
            <div class="form-group">
                <label for="server_select" class="col-sm-3 control-label">{tmpl_var name='select_server_txt'}</label>
                <div class="col-sm-9"><select name="server_select" id="server" class="form-control" onchange="$('#OKMsg').hide(); ">
                    {tmpl_var name='server_option'}
                </select>
            </div></div>
        
            
        <tmpl_if name="msg">
            <div id="OKMsg"><p><tmpl_var name="msg"></p></div>
        </tmpl_if>
            
        <div class="clear"><div class="right">
            <button class="btn btn-default formbutton-default" type="button" value="{tmpl_var name='btn_do_txt'}" onclick="submitForm('pageForm','admin/remote_action_osupdate.php');">{tmpl_var name='btn_do_txt'}</button>
        </div></div>