From: hickert Date: Wed, 7 May 2008 11:37:10 +0000 (+0000) Subject: Updated log view X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=be2c54f698fe8e345ccb7347d201f5bac85d86ef;p=gosa.git Updated log view git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10819 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/addons/goto/class_goto_log_view.inc b/gosa-plugins/goto/addons/goto/class_goto_log_view.inc index 82775d929..f6c9055aa 100644 --- a/gosa-plugins/goto/addons/goto/class_goto_log_view.inc +++ b/gosa-plugins/goto/addons/goto/class_goto_log_view.inc @@ -88,17 +88,25 @@ class goto_log_view extends plugin /* Create sort direction images */ if($this->sort_dir){ - $img = "\\/"; + $img = "\\/"; }else{ - $img = "/\\sort_by == "file"){ + $img1 = $img; + $img2 = ""; + }else{ + $img1 = ""; + $img2 = $img; + } + /* Create list header */ $divlist->SetHeader(array( - array("string"=>""._("Log file")." ".$img."", + array("string"=>""._("Log file")." ".$img1."", "attach"=>"width='200px;'"), - array("string"=>""._("Log date")." ".$img."", + array("string"=>""._("Log date")." ".$img2."", "attach" => "style='border-right:none;'"), ));