summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d05ad7e)
raw | patch | inline | side by side (parent: d05ad7e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 25 Jun 2007 06:56:05 +0000 (06:56 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 25 Jun 2007 06:56:05 +0000 (06:56 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6671 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/fai/class_faiPackage.inc | patch | blob | history | |
plugins/admin/fai/faiPackage.tpl | patch | blob | history |
index 5b9da7159a462d8f5a9868cb12b6671129ac309c..e607b601697f0740f8b156f25cd1f3b5e2aee34d 100644 (file)
}
/* Configuration dialog open*/
- if((isset($_POST['Conpkg']))&&(isset($_POST['usedPackages']))&&(!empty($_POST['usedPackages'])) && $this->acl_is_writeable("FAIdebconfInfo")){
+ if((isset($_POST['Conpkg']))&&(isset($_POST['usedPackages']))&&(!empty($_POST['usedPackages'][0])) && $this->acl_is_writeable("FAIdebconfInfo")){
$path = CONFIG_DIR."/fai/".$this->FAIdebianRelease."/debconf.d";
$pkg_config = array();
$pkg = $_POST['usedPackages'][0];
index 4986d856afbf8e221547086e43adb8a1377aa291..56b8a7df6308e67f30db95aa9ee373a76b99af17 100644 (file)
<br>
<select id="usedPackages" name="usedPackages[]" title="{t}Choosen packages{/t}" multiple style="width:100%;height:300px;">
{html_options options=$usedPackages}
+ <option value=""> </option>
</select>
<br>
{render acl=$FAIpackageACL}