diff options
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/elements/tr-amount_fee.html | 2 | ||||
-rw-r--r-- | httemplate/elements/tr-select-payment_options.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/elements/tr-amount_fee.html b/httemplate/elements/tr-amount_fee.html index 426957a80..9c13f5952 100644 --- a/httemplate/elements/tr-amount_fee.html +++ b/httemplate/elements/tr-amount_fee.html @@ -1,4 +1,4 @@ - <TR ID="payment_amount_row" STYLE="display:none;"> + <TR ID="payment_amount_row" <% $opt{'row_style'} %>> <TH ALIGN="right"><% mt('Payment amount') |h %></TH> <TD COLSPAN=7> <TABLE><TR><TD BGCOLOR="#ffffff"> diff --git a/httemplate/elements/tr-select-payment_options.html b/httemplate/elements/tr-select-payment_options.html index 3c50e88d8..2304c22d0 100644 --- a/httemplate/elements/tr-select-payment_options.html +++ b/httemplate/elements/tr-select-payment_options.html @@ -44,6 +44,7 @@ Example: &> <& /elements/tr-amount_fee.html, + 'row_style' => 'STYLE="display:none;"', %opt &> |