From ae85ed79077021045c1af306f1214474db011e2b Mon Sep 17 00:00:00 2001 From: abijah Date: Tue, 7 Jul 2009 07:21:22 +0000 Subject: [PATCH] Experiment to provide a fieldset around the transaction details. I didn't care too much for the looks of it, so I commented it out for the moment. Ultimately though, there is going to be confusion over having two comment fields, so if we intend to keep them both, we'll need to clearly distinguish the purpose of each. git-svn-id: file:///svn-source/pmgr/branches/invoice_receipt_20090629/site@246 97e9348a-65ac-dc4b-aefc-98561f571b83 --- views/leases/invoice.ctp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/views/leases/invoice.ctp b/views/leases/invoice.ctp index 6f50f2c..8e68232 100644 --- a/views/leases/invoice.ctp +++ b/views/leases/invoice.ctp @@ -205,6 +205,9 @@ echo $form->input("Lease.id", 'type' => 'hidden', 'value' => 0)); +/* echo '
' . "\n"; */ +/* echo ' Invoice' . "\n"; */ + echo $this->element('form_table', array('class' => "item invoice transaction entry", //'with_name_after' => ':', @@ -224,6 +227,8 @@ echo $this->element('form_table', ), ))); +/* echo '
' . "\n"; */ + echo $form->submit('Generate Invoice') . "\n"; ?>