Index: vhLibLogging.csp =================================================================== diff -u -r50 -r51 --- vhLibLogging.csp (.../vhLibLogging.csp) (revision 50) +++ vhLibLogging.csp (.../vhLibLogging.csp) (revision 51) @@ -233,7 +233,7 @@

-
+
@@ -243,22 +243,23 @@ Set GroepControlID="chkFilterGroep"_GroepIndex Set ValueChecked=$S(LogViewerHelper.IsItemInList(GroepNaam,##class(TECH.ArrayOneDimIterator).%New(.arFilterGroepen)):"checked", 1:"") Set HTMLSeparator="" + Set VisueleGroepNaam = GroepNaam + If $Length(VisueleGroepNaam) > 30{ + Set VisueleGroepNaam = $E(VisueleGroepNaam,1,30)_".." + } If GroepenIt.HasNext() { Set HTMLSeparator="" ; "   |   " Set StyleFloat="left" - If (GroepIndex#6)=0 { - Set StyleFloat="right" - ;Set HTMLSeparator=HTMLSeparator_"
" - } } -
#(HTMLSeparator)#
+
#(HTMLSeparator)#
 
+

-
-    OF    +
+    OF