FSN#38754 footer aangepast voor hamburgers
svn path=/Website/trunk/; revision=31996
This commit is contained in:
@@ -918,7 +918,7 @@ function __rsProcessResultset(processParams) // processParams wordt blind aan al
|
||||
}
|
||||
}
|
||||
appender += "</div>";
|
||||
htmlFoot += "<tr><td class='rsfooter' colspan=" + (columns.length + (hasInlineDetails? 1 : 0) + (!isPrinting && !isExcel && anyMultiActions && !inline? 1 : 0)) + ">" + appender + "</td></tr>";
|
||||
htmlFoot += "<tr><td class='rsfooter' colspan=" + (columns.length + ((useHamburger && hasInlineActions) ? 1 : 0) + (!isPrinting && !isExcel && anyMultiActions && !inline? 1 : 0)) + ">" + appender + "</td></tr>";
|
||||
}
|
||||
|
||||
if (htmlFoot != "")
|
||||
|
||||
Reference in New Issue
Block a user