stam#56182 auto:size erin gezet bij qrc

svn path=/Website/branches/v2019.1/; revision=41836
This commit is contained in:
Dennis Hartmann
2019-03-28 07:43:15 +00:00
parent 4dbee0fc15
commit ccebd9ad05

View File

@@ -206,6 +206,11 @@
<xsl:if test="@view ='STAM_V_INS_QRC_OBJECT_MELDING'">
<html>
<style>@page {
size: auto; /* auto is the initial value */
/* this affects the margin in the printer settings */
margin: 0mm 0mm 0mm 5mm;
}</style>
<xsl:variable name="p_rows" select="9"/>
<xsl:variable name="p_cols" select="1"/>
@@ -240,6 +245,11 @@
<xsl:if test="@view ='STAM_V_INS_QRC_OBJECTBEHEER'">
<html>
<style>@page {
size: auto; /* auto is the initial value */
/* this affects the margin in the printer settings */
margin: 0mm 0mm 0mm 5mm;
}</style>
<xsl:variable name="p_rows" select="9"/>
<xsl:variable name="p_cols" select="1"/>
@@ -276,6 +286,12 @@
<html>
<style>@page {
size: auto; /* auto is the initial value */
/* this affects the margin in the printer settings */
margin: 0mm 0mm 0mm 5mm;
}</style>
<xsl:variable name="p_rows" select="9"/>
<xsl:variable name="p_cols" select="1"/>