From b061afa04f88b3bceca4a1058a5fee2812bdd593 Mon Sep 17 00:00:00 2001 From: tetragon Date: Fri, 2 Nov 2007 21:50:27 +0000 Subject: Handle
and $form->address in templates git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1842 4979c152-3d1c-0410-bac9-87ea11338e46 --- bin/rp.pl | 6 ++---- templates/demo/balance_sheet.html | 5 +++-- templates/demo/income_statement.html | 5 +++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bin/rp.pl b/bin/rp.pl index 900b47be..e81f199c 100644 --- a/bin/rp.pl +++ b/bin/rp.pl @@ -1057,9 +1057,8 @@ sub generate_income_statement { # setup variables for the form my @vars = qw(company address businessnumber); for (@vars) { $form->{$_} = $myconfig{$_} } - ##SC: START HTML + ##SC: The escaped form will be converted in-template $form->{address} =~ s/\\n/
/g; - ##SC: END HTML my $template = LedgerSMB::Template->new( @@ -1107,9 +1106,8 @@ sub generate_balance_sheet { for (qw(company address businessnumber nativecurr login)) { $form->{$_} = $myconfig{$_}; } - ##SC: START HTML + ##SC: The escaped form will be converted in-template $form->{address} =~ s/\\n/
/g; - ##SC: END HTML $form->{templates} = $myconfig{templates}; diff --git a/templates/demo/balance_sheet.html b/templates/demo/balance_sheet.html index e21fe7b3..23430e9b 100644 --- a/templates/demo/balance_sheet.html +++ b/templates/demo/balance_sheet.html @@ -56,8 +56,9 @@ END ?>

- -
+ + +
') ?>

diff --git a/templates/demo/income_statement.html b/templates/demo/income_statement.html index 03043ae6..0198f4c5 100644 --- a/templates/demo/income_statement.html +++ b/templates/demo/income_statement.html @@ -56,8 +56,9 @@ END ?>

- -
+ + +
') ?>

-- cgit v1.2.3