FSN#39816 Footer zonder reclameregel laat meer ruimte over
svn path=/Website/trunk/; revision=33507
This commit is contained in:
@@ -382,7 +382,7 @@ function fncolHeader(oRs)
|
||||
var cnt = rst.processResultset();
|
||||
CONTENT_END();
|
||||
|
||||
FOOTER({datatheme: jQFrontEndTheme});
|
||||
FOOTER();
|
||||
PAGE_END();
|
||||
%>
|
||||
</body>
|
||||
|
||||
@@ -125,14 +125,13 @@ function FOOTER(params)
|
||||
}
|
||||
if (params.back) {%><a data-role="button" data-icon="back" data-iconpos="<%=jQButtonIconpos%>" onclick="window.history.back(1)"><%=L("lcl_back")%></a><%}%>
|
||||
<div class="f1">
|
||||
<%= (params.title ? params.title : L("lcl_mobile_footer"))%>
|
||||
<%
|
||||
if (params.mswitch)
|
||||
var txt = "<span class='mobile2touch'>"
|
||||
+ "<a href='../../default.asp?touch=1' target=_top>"+L("lcl_mobile_classicmode")+"</a>"
|
||||
+ "</span>";
|
||||
else
|
||||
var txt = "<span style='float:right'><small>"+toDateTimeString(new Date)+"</small></span>";
|
||||
// else
|
||||
// var txt = "<span style='float:right'><small>"+toDateTimeString(new Date)+"</small></span>";
|
||||
Response.Write(txt)
|
||||
%>
|
||||
</div>
|
||||
@@ -241,10 +240,10 @@ function ROFIELD(pclass, plabel, pvalue, params)
|
||||
params = params||{};
|
||||
if (!pvalue && (params && params.suppressEmpty))
|
||||
return; // snel klaar
|
||||
params.disabled = true;
|
||||
//params.disabled = true;
|
||||
if (!plabel)
|
||||
{ // Heel simpel
|
||||
Response.Write("<div class='" + pclass + "' style='margin-bottom:5px;'>" + safe.fclthtml(pvalue )+ "</div>");
|
||||
Response.Write("<div class='" + pclass + "'>" + safe.fclthtml(pvalue )+ "</div>");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user