@@ -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)#