From 78f23bb8423d0a8fc8dcbd8a06fea5c34806c146 Mon Sep 17 00:00:00 2001 From: janw Date: Sat, 8 Apr 2006 18:09:23 +0000 Subject: [PATCH] Line highlighting using css. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3015 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/include/focus.js | 19 ------------------- html/themes/default/style.css | 28 ++++++++++++++++++---------- include/class_divlist.inc | 6 +++--- 3 files changed, 21 insertions(+), 32 deletions(-) diff --git a/html/include/focus.js b/html/include/focus.js index 485524eaf..3768f4995 100644 --- a/html/include/focus.js +++ b/html/include/focus.js @@ -250,23 +250,4 @@ function adjust_width(e) { } } -function highlight(e) { - if(e) { - for(i=0;i"; $cnt = 0; @@ -262,7 +262,7 @@ class divlist { $style = " ".$s_value2['attach']." " ; } - $s_return .= "\n"; + $s_return .= "\n"; $s_return .= $s_value2['string']; $s_return .= ""; } -- 2.39.5