summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f77521f)
raw | patch | inline | side by side (parent: f77521f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 19 Mar 2010 10:43:38 +0000 (10:43 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 19 Mar 2010 10:43:38 +0000 (10:43 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16949 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc
index 3010cd172419afa101b81f5347c2d2049ecefea6..480cf906ebee47d6e7e1c665da5fd2369981cebf 100644 (file)
}
if(preg_match("/fai_remove/i",$name)){
- $value = base64_decode(preg_replace("/_.*$/i","",preg_replace("/fai_remove_/i","",$name)));
+ $value = base64_decode(preg_replace("/fai_remove_/i","",$name));
unset($this->FAIclass[$value]);
}
}
$smarty->assign("gotoBootKernels",$this->cache['KERNELS'][$release]);
$smarty->assign("InheritedFAIrelease",$this->InheritedFAIrelease);
- $str_empty = " <img src='images/empty.png' alt=\"\" width='7'>";
+ $str_empty = image('images/empty.png');
if($this->acl_is_writeable("FAIclass")){
- $str_up = " <input type='image' src='images/lists/sort-up.png' name='sort_up_%s' value='%s'>";
- $str_down = " <input type='image' src='images/lists/sort-down.png' name='sort_down_%s' value='%s'>";
- $str_remove = " <input type='image' src='images/lists/trash.png' name='fai_remove_%s' value='%s'>";
+ $str_up = image('images/lists/sort-up.png','sort_up_%s');
+ $str_down = image('images/lists/sort-down.png','sort_down_%s');
+ $str_remove = image('images/lists/trash.png','fai_remove_%s');
}else{
$str_up=$str_down=$str_remove=$str_empty;
}