Code

Fixed gotoBootKernels to work with 'newlines' and ':' seperators
[gosa.git] / plugins / admin / systems / workstationStartup.tpl
index 98c709cca9cc3808fa988aa96456465485a4f277..ae77f1aec841ea209d097e37d2d8e8e3c48d6eea 100644 (file)
@@ -12,8 +12,8 @@
     <tr>
      <td><LABEL for="gotoBootKernel">{t}Boot kernel{/t}</LABEL></td>
      <td style="width:70%">
-        <select id="gotoBootKernel" name="gotoBootKernel" {$gotoBootKernelACL} onchange='document.mainform.submit()'>
-         {html_options values=$gotoBootKernels output=$gotoBootKernels selected=$gotoBootKernel}
+        <select id="gotoBootKernel" name="gotoBootKernel" {$gotoBootKernelACL}>
+         {html_options options=$gotoBootKernels selected=$gotoBootKernel}
          <option disabled>&nbsp;</option>
        </select>
       </td>