Fixed bug with display on the bank deposit page, caused by reusing a class name in the edit tender page.

git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716/site@530 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-08-11 07:21:34 +00:00
parent f8cb1e2ef7
commit 9fe55bd782
2 changed files with 4 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ if (empty($this->data['Tender']))
INTERNAL_ERROR('Creation of new Tender not allowed.');
echo $form->input('tender_type_id',
array('div' => 'tender',
array('div' => 'tender input',
// REVISIT <AP>: 20090810
// We're not ready to allow changing the type
// of a tender, since it will force us to deal
@@ -59,7 +59,6 @@ foreach ($types AS $type) {
for ($i=1; $i<=4; ++$i) {
if (!empty($type["data{$i}_name"])) {
echo ("<!-- data{$i}_name -->\n");
echo $form->input("type.{$type['id']}.data$i",
array('label' => $type["data{$i}_name"],
'div' => 'input text tender',