From 55fa1a6495fea30221a4773191e58911dbc659cf Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 18 Mar 2010 16:31:42 +0000 Subject: [PATCH] Updated startup tab git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16943 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../systems/goto/class_workstationStartup.inc | 12 ++++--- .../admin/systems/goto/workstationStartup.tpl | 32 +++++++------------ 2 files changed, 19 insertions(+), 25 deletions(-) diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc index 99ccc4ba6..89c577635 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc @@ -457,7 +457,7 @@ class workstartup extends plugin /* Create divSelectBox for ldap server selection */ $SelectBoxLdapServer = new divSelectBox("LdapServer"); - $SelectBoxLdapServer->SetHeight(130); + $SelectBoxLdapServer->SetHeight(100); /* Add new ldap server to the list */ if($this->acl_is_writeable("gotoLdapServer") && @@ -524,12 +524,14 @@ class workstartup extends plugin } $SelectBoxLdapServer->AddEntry( - array(array("string" => $server), + array( + array( + "string" => $server), array("string" => " ". " ". "", - "attach" => "style='text-align:right;width:40px;border-right:0px;'"))); + "attach" => "style='text-align:right;width:60px;border-right:0px;'"))); } } @@ -577,7 +579,7 @@ class workstartup extends plugin $smarty->assign("si_active",$this->si_active); $div = new divSelectBox("WSFAIscriptClasses"); - $div -> SetHeight("110"); + $div -> SetHeight("100"); if(!$this->si_fai_action_failed && $this->si_active && $this->fai_activated){ @@ -678,7 +680,7 @@ class workstartup extends plugin $div->AddEntry(array( array("string"=>$class.$marker), array("string"=>$desc), - array("string"=>preg_replace("/\%s/",base64_encode($class),$str),"attach"=>"style='width:50px;border-right:none;'") + array("string"=>preg_replace("/\%s/",base64_encode($class),$str),"attach"=>"style='width:60px;border-right:none;'") )); } }// END FAI output generation diff --git a/gosa-plugins/goto/admin/systems/goto/workstationStartup.tpl b/gosa-plugins/goto/admin/systems/goto/workstationStartup.tpl index 0536dd470..a00f87dfe 100644 --- a/gosa-plugins/goto/admin/systems/goto/workstationStartup.tpl +++ b/gosa-plugins/goto/admin/systems/goto/workstationStartup.tpl @@ -28,16 +28,15 @@ - + +
+ +

{render acl=$gotoLdapServerACL} {if $member_of_ogroup} (  {t}inherit from group{/t}) -{if !$JS} - {image path="images/lists/reload.png"} - -{/if} {/if} {/render} {render acl=$gotoLdapServerACL_inherit} @@ -112,10 +111,7 @@ -

- {image path="plugins/goto/images/fai_settings.png"} {t}Assigned FAI classes{/t} - -

+

{t}Assigned FAI classes{/t}

{render acl=$FAIclassACL} {$FAIScriptlist} {/render} @@ -163,10 +159,7 @@ -

- {image path="plugins/goto/images/fai_settings.png"} {t}Assigned FAI classes{/t} - -

+

{t}Assigned FAI classes{/t}

{render acl=$FAIclassACL} {$FAIScriptlist} {/render} @@ -194,12 +187,9 @@ -

- {image path="plugins/goto/images/hardware.png"} {t}Kernel modules (format: name parameters){/t} - -

+

{t}Kernel modules (format: name parameters){/t}

{render acl=$gotoModulesACL} - {html_options values=$gotoModules output=$gotoModules} @@ -225,7 +215,7 @@ {render acl=$gotoShareACL} - {html_options values=$gotoShareKeys output=$gotoShares} @@ -251,11 +241,13 @@ {/render} - + + +