| | |
| | | |
| | | <div class="form-group"> |
| | | <label for="server_id" class="col-sm-3 control-label">{tmpl_var name='server_select_txt'}</label> |
| | | <div class="col-sm-9"><select name="server_id" id="server_id" class="form-control" onChange="submitForm('pageForm','admin/software_update_list.php');"> |
| | | <div class="col-sm-9"><select name="server_id" id="server_id" class="form-control" onChange="ISPConfig.submitForm('pageForm','admin/software_update_list.php');"> |
| | | <tmpl_loop name="servers"> |
| | | <option value="{tmpl_var name='server_id'}" {tmpl_var name='selected'}>{tmpl_var name='server_name'}</option> |
| | | </tmpl_loop> |
| | | </select> |
| | | </select></div> |
| | | |
| | | </div> |
| | | |
| | | </div> |
| | | |
| | | |
| | | <p><tmpl_var name="list_head_txt"></p> |
| | | <p class="fieldset-legend"><tmpl_var name="list_head_txt"></p> |
| | | <div class="table-wrapper marginTop15"> |
| | | <table class="table"> |
| | | <thead class="dark"> |
| | | <thead class="dark form-group-sm"> |
| | | <tr> |
| | | <th><tmpl_var name="installed_txt"></th> |
| | | <th><tmpl_var name="update_title_txt"></th> |
| | | <th><tmpl_var name="version_txt"></th> |
| | | <th data-column="installed"><tmpl_var name="installed_txt"></th> |
| | | <th data-column="update_title"><tmpl_var name="update_title_txt"></th> |
| | | <th data-column="version"><tmpl_var name="version_txt"></th> |
| | | </tr> |
| | | </thead> |
| | | <tbody> |