summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 60c705a)
raw | patch | inline | side by side (parent: 60c705a)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 28 Apr 2006 05:59:24 +0000 (05:59 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 28 Apr 2006 05:59:24 +0000 (05:59 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3156 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/fai/class_faiHook.inc | patch | blob | history | |
plugins/admin/fai/class_faiScript.inc | patch | blob | history | |
plugins/admin/fai/class_faiTemplate.inc | patch | blob | history |
index ff867e57f20a56e6f671dd7b5aadfd0aa1c02eb6..7ef96f62d0d0d2fddc3b20da324a1aa876fa4960 100644 (file)
*/
$divlist = new divSelectBox("FAIhooks");
+ $divlist->setHeight(400);
if((chkacl($this->acl,"cn")!="") || ($this->FAIstate == "freeze")){
$img_edit = "<input type='image' src='images/edit.png' name='editscript_%s' title='"._("edit")."' alt='"._("edit")."'>";
$img_remo = "";
index ce3f9e36ddcbf2f3898ba96d08f4f7c2cef18c0f..9184d4a25305777080730d1e1c74d30bd67f2a82 100644 (file)
Containing FAIscripts
*/
$divlist = new divSelectBox("FAIscripts");
+ $divlist->setHeight(400);
if((chkacl($this->acl,"cn")!="") || ($this->FAIstate == "freeze")){
$img_edit = "<input type='image' src='images/edit.png' name='editscript_%s' title='"._("edit")."' alt='"._("edit")."'>";
$img_remo = "";
index 0b57d6c578e99b0cf4a8c6cf283e3fb75d3ab5cb..8d90d8e3bb883898b7728c48600857181d311fac 100644 (file)
Containing FAIscripts
*/
$divlist = new divSelectBox("FAItemplates");
+ $divlist->setHeight(400);
if((chkacl($this->acl,"cn")!="") || ($this->FAIstate == "freeze")){
$img_edit = "<input type='image' src='images/edit.png' name='editscript_%s' title='"._("edit")."' alt='"._("edit")."'>";
$img_remo = "";