Code

* Modified filter to match on a single "." in the begining of a string for
[gosa.git] / plugins / admin / systems / terminalStartup.tpl
index 9d3897710cd2bf8d9d2aa9c5460f171a7a738857..6f332c1b66e026a16267d61acd5fac72017d38c5 100644 (file)
@@ -13,7 +13,7 @@
      <td style="width:30%"><LABEL for="gotoBootKernel">{t}Boot kernel{/t}</LABEL></td>
      <td>
        <select id="gotoBootKernel" name="gotoBootKernel" {$gotoBootKernelACL} onchange='document.mainform.submit()'>
-       {html_options options=$gotoBootKernels selected=$gotoBootKernel}
+       {html_options values=$gotoBootKernels output=$gotoBootKernels selected=$gotoBootKernel}
        <option disabled>&nbsp;</option>
        </select>
      </td>