GVBA#39385: Sortering wordt niet meer meegenomen naar printoverzicht.
svn path=/Website/branches/v2016.3/; revision=32740
This commit is contained in:
@@ -210,6 +210,7 @@ FCLTHeader =
|
||||
// FcltMgr.js altijd
|
||||
%> <script type="text/javascript" src="<%=this.AddTimeStamp(rooturl + '/appl/LocalScripts/FcltMgr.js')%>"></script><%
|
||||
|
||||
FCLTHeader.AddStylesheet(rooturl + "/appl/img/css/font-awesome.min.css");
|
||||
if (params.outputmode == 1 || params.outputmode == 5) { // Printen is vrij kaal
|
||||
FCLTHeader.AddStylesheet(rooturl+"/appl/shared/default-print.css");
|
||||
if (getQParam('autosortby', "") || getFParam('autosortby', "")) // Deze twee wel nodig bij printen
|
||||
@@ -222,7 +223,6 @@ FCLTHeader =
|
||||
var theme = // S("cssfordesktop") ||
|
||||
"/appl/Localscripts/theme/" + _jqueryuiver_css + ".min.css";
|
||||
FCLTHeader.AddStylesheet(rooturl + theme);
|
||||
FCLTHeader.AddStylesheet(rooturl + "/appl/img/css/font-awesome.min.css");
|
||||
|
||||
for (var i = 0; i < FCLTHeader._params.css.length; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user