Index: javascript/vhliblogging.js =================================================================== diff -u -r180 -r239 --- javascript/vhliblogging.js (.../vhliblogging.js) (revision 180) +++ javascript/vhliblogging.js (.../vhliblogging.js) (revision 239) @@ -7,6 +7,15 @@ width: "95%", height: "800" }); + + $(".checkbox").change(function() { + var id = "#" + this.id; + if (this.checked) { + $(".row" + "#" + this.id).addClass("highlight"); + } else { + $(".row" + "#" + this.id).removeClass("highlight"); + } + }); $(".detail").on("click", function () { var id = $(this).attr("id"); Index: vhLibLogging.csp =================================================================== diff -u -r230 -r239 --- vhLibLogging.csp (.../vhLibLogging.csp) (revision 230) +++ vhLibLogging.csp (.../vhLibLogging.csp) (revision 239) @@ -1,5 +1,4 @@ - @@ -102,14 +101,18 @@ + + + + - + + @@ -122,62 +125,61 @@ - - - + - - - - - - - - - - - + #dim FilterVeldInQuery As %String = queryA.GetColumnName(col) + Set:("Story"=FilterVeldInQuery) FilterVeldInQuery = "GekendeExceptie->StoryID" + Set HyperlinkFilterQuery = "fld" _ $$$UCase(FilterVeldInQuery) _"="_ tmpVal + + + + + Index: css/vhLibLogging.css =================================================================== diff -u -r180 -r239 --- css/vhLibLogging.css (.../vhLibLogging.css) (revision 180) +++ css/vhLibLogging.css (.../vhLibLogging.css) (revision 239) @@ -18,6 +18,7 @@ .odd {background-color:#eeeeee;} .even {background-color:#dddddd;} +.highlight {background-color:rgba(0, 255, 0, 0.25);} .error {color:#cc0000;} .warning {color:#cc9900;} @@ -34,6 +35,8 @@ .data-table-search-input {width:100%; max-width:400px;} .dataTables_filter {display:none;} +.row-count {text-align:right;} + /* ------------------------------------------------------ */ .clsQActions { background-color:#DDDDFF; border:solid 1px darkblue; padding:5px;} .clsQStatusON { color:#008010; font-weight:bold; }
- - + + +
#(ColumnName)#
-
- Detail - -
-
- #($Select($Length(tmpVal):tmpVal, 1:" "))# - -
-

- Summary: - #($Select($Length(tmpDataSummary):tmpDataSummary, 1:" "))# -

-
#($Select($Length(tmpVal):tmpVal,1:" "))#
-
-
-
#($Extract(tmpVal, 1, 32000))#
-
+ + #($Select($Length(tmpVal):tmpVal, 1:" "))# + +
+

+ Summary: + #($Select($Length(tmpDataSummary):tmpDataSummary, 1:" "))# +

+
#($Select($Length(tmpVal):tmpVal,1:" "))#
+
+ +
#($Extract(tmpVal, 1, 32000))#
+
+