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@246 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-07-07 07:21:22 +00:00
parent 5007890d09
commit 40264d3c39

View File

@@ -205,6 +205,9 @@ echo $form->input("Lease.id",
'type' => 'hidden',
'value' => 0));
/* echo '<fieldset CLASS="invoice">' . "\n"; */
/* echo ' <legend>Invoice</legend>' . "\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 '</fieldset>' . "\n"; */
echo $form->submit('Generate Invoice') . "\n";
?>