Index: vhLibLogging.csp =================================================================== diff -u -r51 -r52 --- vhLibLogging.csp (.../vhLibLogging.csp) (revision 51) +++ vhLibLogging.csp (.../vhLibLogging.csp) (revision 52) @@ -29,6 +29,10 @@ .clsQStatusON { color:#008010; font-weight:bold; } .clsQStatusOFF { color:#FF0000; font-weight:bold; } + .clsFilterGroepDiv { float:left; width:250px; border:none; border-right:solid 1px black; overflow:hidden; } + .clsFilterNiveauDiv { float:left; width:125px; border:none; border-right:solid 1px black; overflow:hidden; background-color:#DDDDFF; } + .clsToonAlleNiveausDiv { float:left; width:250px; border:none; border-right:solid 1px black; overflow:hidden; background-color:#DDDDFF; } + .clsDetailDataExp { position:relative; margin-top:2px; width:998; overflow-x:visible; overflow-y:hidden; height:auto; background-color:transparent; border:solid 1px darkblue; } .clsDetailDataCol { position:relative; margin-top:0px; width:1000; overflow-x:hidden; overflow-y:hidden; height:16px; background-color:transparent; border:none; padding:0px; } .clsDetailDataHdr { color:darkblue; text-decoration:underline; cursor:pointer; } @@ -233,7 +237,7 @@

-
+
@@ -242,24 +246,18 @@ Set GroepNaam=GroepenIt.Next() 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 $Length(VisueleGroepNaam) > 24 { + Set VisueleGroepNaam = $E(VisueleGroepNaam,1,24)_".." } - If GroepenIt.HasNext() { - Set HTMLSeparator="" ; "   |   " - Set StyleFloat="left" - } -
#(HTMLSeparator)#
+
-
 
+
-

-
-    OF    +
+
   OF   
@@ -269,19 +267,14 @@ Set NiveauNaam=##class(vhLib.enu.LogNiveau).LogicalToDisplay(NiveauID) Set NiveauControlID="chkFilterNiveau_"_NiveauIndex Set ValueChecked=$S(LogViewerHelper.IsItemInList(NiveauID,##class(TECH.ArrayOneDimIterator).%New(.arFilterNiveaus)):"checked", 1:"") - Set HTMLSeparator="" - If NiveauIt.HasNext() { - Set HTMLSeparator="   |   " - If (NiveauIndex#10)=0 { - Set HTMLSeparator=HTMLSeparator_"
" - } - } + Set VisueleNiveauNaam = NiveauNaam - #(HTMLSeparator)# +
+

-
+

Aantal rijen :
@@ -404,7 +397,7 @@ ;d WLIP^vhDBG(97,"request : ") ;d WLIP^vhDBG(97,$$$ArrayTT("Data",%request,"Data")) - Set blnSQED=$G(%request.Data("SQED",1),1) + Set blnSQED=$G(%request.Data("SQED",1),0) Merge arFilterGroepen=%request.Data("chkFilterGroep") Merge arFilterNiveaus=%request.Data("chkFilterNiveau")