diff options
author | ivan <ivan> | 2011-03-13 04:04:17 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-03-13 04:04:17 +0000 |
commit | d66bff648dd4d7969f50f956b5c1dd06b8159b8c (patch) | |
tree | 9d23d090affa5b05f251a61a58fbec1d60bcd78e /httemplate/elements/tr-select-agent.html | |
parent | 4fee4d1074c4a0844292c2204bc0a849f9bf119c (diff) |
ui tweaks for prospect edit, RT#7111
Diffstat (limited to 'httemplate/elements/tr-select-agent.html')
-rw-r--r-- | httemplate/elements/tr-select-agent.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/elements/tr-select-agent.html b/httemplate/elements/tr-select-agent.html index 9f2f76a6c..515a11d48 100644 --- a/httemplate/elements/tr-select-agent.html +++ b/httemplate/elements/tr-select-agent.html @@ -33,7 +33,7 @@ Example: <TR> <TD ALIGN="right"><% $opt{'label'} || 'Agent' %></TD> - <TD> + <TD <% $colspan %>> <% include( '/elements/select-agent.html', 'curr_value' => $agentnum, 'agents' => \@agents, @@ -57,4 +57,6 @@ my @agents = 'viewall_right' => $opt{'viewall_right'}, ); +my $colspan = $opt{'colspan'} ? 'COLSPAN="'.$opt{'colspan'}.'"' : ''; + </%init> |