From d66bff648dd4d7969f50f956b5c1dd06b8159b8c Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 13 Mar 2011 04:04:17 +0000 Subject: ui tweaks for prospect edit, RT#7111 --- httemplate/edit/elements/edit.html | 3 +++ httemplate/edit/prospect_main.html | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'httemplate/edit') diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html index 545221a28..975f8fb65 100644 --- a/httemplate/edit/elements/edit.html +++ b/httemplate/edit/elements/edit.html @@ -279,6 +279,9 @@ Example: % % #umm. for select-agent_types at least % 'disabled' => $f->{'disabled'}, +% +% #any? +% 'colspan' => $f->{'colspan'}, % ); % % $include_common{$_} = $f->{$_} foreach grep exists($f->{$_}), diff --git a/httemplate/edit/prospect_main.html b/httemplate/edit/prospect_main.html index eb3e4d6d3..7473cc209 100644 --- a/httemplate/edit/prospect_main.html +++ b/httemplate/edit/prospect_main.html @@ -11,10 +11,12 @@ { 'field' => 'agentnum', 'type' => 'select-agent', 'empty_label' => 'Select agent', + 'colspan' => 6, }, { 'field' => 'company', - 'type' => 'text', + 'type' => 'text', 'size' => 50, + 'colspan' => 6, }, { 'field' => 'contactnum', 'type' => 'contact', -- cgit v1.2.1