-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathremote_action_ispcupdate.htm
More file actions
25 lines (20 loc) · 973 Bytes
/
remote_action_ispcupdate.htm
File metadata and controls
25 lines (20 loc) · 973 Bytes
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
<h2><tmpl_var name="do_ispcupdate_caption"></h2>
<p><tmpl_var name="do_ispcupdate_desc"></p>
<div class="panel panel_language_add">
<div class="pnl_formsarea">
<fieldset class="inlineLabels"><legend>{tmpl_var name='do_ispcupdate_caption'}</legend>
<div class="ctrlHolder">
<label for="server_select">{tmpl_var name='select_server_txt'}</label>
<select name="server_select" id="server" class="selectInput" onchange="document.getElementById('OKMsg').style.visibility = 'hidden'; ">
{tmpl_var name='server_option'}
</select>
</div>
</fieldset>
<tmpl_if name="msg">
<div id="OKMsg"><p><tmpl_var name="msg"></p></div>
</tmpl_if>
<div class="buttonHolder buttons">
<button class="positive iconstxt icoPositive" type="button" value="{tmpl_var name='btn_do_txt'}" onClick="submitForm('pageForm','admin/remote_action_ispcupdate.php');"><span>{tmpl_var name='btn_do_txt'}</span></button>
</div>
</div>
</div>