redray
2009-03-11 044b0a00c44f61562dc0d251f2bd8ef8370673fe
quick workaround for bug: server_id gets "0" when saving again because the input field gets disabled and no value is returned.
1 files modified
2 ■■■ changed files
interface/web/sites/templates/web_domain_edit.htm 2 ●●● patch | view | raw | blame | history
interface/web/sites/templates/web_domain_edit.htm
@@ -8,7 +8,7 @@
      <tmpl_if name="is_admin">
      <div class="ctrlHolder">
          <label for="server_id">{tmpl_var name='server_id_txt'}</label>
        <select name="server_id" id="server_id" class="selectInput" {tmpl_var name='edit_disabled'}>
        <select name="server_id" id="server_id" class="selectInput" onChange="loadContentInto('ip_address','sites/ajax_get_ip.php?server_id='+document.getElementById('server_id').value)">
                    {tmpl_var name='server_id'}
                </select>
      </div>