Marius Cramer
2014-12-19 825dd6792d2d46b7d97e1f1626a9071382977cd2
interface/web/admin/templates/remote_action_ispcupdate.htm
@@ -1,32 +1,36 @@
<!--
<h2><tmpl_var name="do_ispcupdate_caption"></h2>
<div class='page-header'>
   <h1><tmpl_var name="do_ispcupdate_caption"></h1>
</div>
<p><tmpl_var name="do_ispcupdate_desc"></p>
-->
<h2><tmpl_var name="ispconfig_update_title"></h2>
<div class='page-header'>
   <h1><tmpl_var name="ispconfig_update_title"></h1>
</div>
<p style="margin-top:50px; font-size:14px;"><tmpl_var name="ispconfig_update_text"></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'; ">
          <legend>{tmpl_var name='do_ispcupdate_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="document.getElementById('OKMsg').style.visibility = 'hidden'; ">
                                              {tmpl_var name='server_option'}
                                      </select>
            </div>
          </fieldset>
            </div></div>
      
              <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 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_ispcupdate.php');">{tmpl_var name='btn_do_txt'}</button>
          </div></div>
        -->
    </div>