FSN#38633 Op hele TD kunnen klikken voor multi-select checkbox

svn path=/Website/trunk/; revision=31840
This commit is contained in:
Jos Groot Lipman
2016-12-05 15:47:55 +00:00
parent 699b407e80
commit 23b147f5f7

View File

@@ -1067,7 +1067,7 @@ function __rsMakeTableHeader(oRs, oRsFlexData, anyMultiActions)
// == zijn er multi ACTIONS?
if (anyMultiActions && !inline)
{
html += "<th class='sorttable_nosort'><input type=checkbox class='master' onclick='checkAll(\"" + ID + "\", this)'></th>";
html += "<th class='multiselect sorttable_nosort'><input type=checkbox class='master' onclick='checkAll(\"" + ID + "\", this)'></th>";
}
if (useHamburger && hasInlineActions)
{