Skip to content

Commit

Permalink
Adjust output of HtmlOutput in printable view
Browse files Browse the repository at this point in the history
To keep the same positioning of the payment part without the need for external adjustments in the integration.
  • Loading branch information
sprain committed Apr 25, 2020
1 parent 302af43 commit 2c8fba1
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ class PrintableStylesTemplate
{
public const TEMPLATE = <<<EOT
#qr-bill-separate-info {
border-bottom: 0;
}
#qr-bill-separate-info-text {
display: none;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@
}

#qr-bill-separate-info {
border-bottom: 0;
}

#qr-bill-separate-info-text {
display: none;
}

Expand Down
4 changes: 4 additions & 0 deletions tests/TestData/HtmlOutput/qr-alternative-schemes.print.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@
}

#qr-bill-separate-info {
border-bottom: 0;
}

#qr-bill-separate-info-text {
display: none;
}

Expand Down
4 changes: 4 additions & 0 deletions tests/TestData/HtmlOutput/qr-full-set.print.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@
}

#qr-bill-separate-info {
border-bottom: 0;
}

#qr-bill-separate-info-text {
display: none;
}

Expand Down
4 changes: 4 additions & 0 deletions tests/TestData/HtmlOutput/qr-minimal-setup.print.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@
}

#qr-bill-separate-info {
border-bottom: 0;
}

#qr-bill-separate-info-text {
display: none;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@
}

#qr-bill-separate-info {
border-bottom: 0;
}

#qr-bill-separate-info-text {
display: none;
}

Expand Down
4 changes: 4 additions & 0 deletions tests/TestData/HtmlOutput/qr-payment-reference-non.print.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@
}

#qr-bill-separate-info {
border-bottom: 0;
}

#qr-bill-separate-info-text {
display: none;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@
}

#qr-bill-separate-info {
border-bottom: 0;
}

#qr-bill-separate-info-text {
display: none;
}

Expand Down
4 changes: 4 additions & 0 deletions tests/TestData/HtmlOutput/qr-ultimate-debtor.print.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@
}

#qr-bill-separate-info {
border-bottom: 0;
}

#qr-bill-separate-info-text {
display: none;
}

Expand Down

0 comments on commit 2c8fba1

Please sign in to comment.