ftimme
2012-06-11 6db27748d01ef709bf61a35314a56c565545bb7f
interface/web/vm/templates/openvz_vm_edit.htm
@@ -15,7 +15,7 @@
      <input type="hidden" name="server_id" value="{tmpl_var name='server_id_value'}" />
      <tmpl_else>
      <label for="server_id">{tmpl_var name='server_id_txt'}</label>
        <select name="server_id" id="server_id" class="selectInput" onChange="loadOptionInto('ip_address','sites/ajax_get_ip.php?server_id='+document.getElementById('server_id').value)">
        <select name="server_id" id="server_id" class="selectInput" onChange="loadOptionInto('ip_address','vm/ajax_get_ip.php?server_id='+document.getElementById('server_id').value)">
        {tmpl_var name='server_id'}
      </select>
      </tmpl_if>
@@ -69,7 +69,7 @@
         </div>
      <div class="ctrlHolder">
         <label for="vm_password">{tmpl_var name='vm_password_txt'}</label>
        <input name="vm_password" id="vm_password" value="{tmpl_var name='vm_password'}" size="30" maxlength="255" type="text" class="textInput" />&nbsp;<a href="javascript:void(0);" onClick="generatePassword('vm_password');">{tmpl_var name='generate_password_txt'}</a>
        <input name="vm_password" id="vm_password" value="{tmpl_var name='vm_password'}" size="30" maxlength="255" type="text" class="textInput" />
         </div>
      <div class="ctrlHolder">
            <p class="label">{tmpl_var name='start_boot_txt'}</p>