summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-08-02 15:54:31 -0700
committerMark Wells <mark@freeside.biz>2012-08-02 15:54:31 -0700
commit0f2d1070bc6f1521ab50dd07e475587f1117eec6 (patch)
tree61accbd6ccf848b815bbcd17fa138e9f8f1896ac /httemplate/elements
parent7404ff9d5df7679054dd73f17b3737f5474e5512 (diff)
sales by ad source report: filter by ad source, #17971
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/tr-select-part_referral.html8
1 files changed, 1 insertions, 7 deletions
diff --git a/httemplate/elements/tr-select-part_referral.html b/httemplate/elements/tr-select-part_referral.html
index 765aa8400..5041f7f73 100644
--- a/httemplate/elements/tr-select-part_referral.html
+++ b/httemplate/elements/tr-select-part_referral.html
@@ -14,13 +14,7 @@
<INPUT TYPE="hidden" NAME="<% $opt{'element_name'} || $opt{'field'} || 'refnum' %>" VALUE="<% $opt{'part_referrals'}->[0]->refnum %>">
% } else {
-
- <TR>
-% if ( $opt{'label'} ) {
- <TD ALIGN="right"><% $opt{'label'} %></TD>
-% } else {
- <TH ALIGN="right"><%$r%><% mt('Advertising source') |h %></TH>
-% }
+ <& /elements/tr-td-label.html, label => 'Advertising source', %opt &>
<TD COLSPAN="<% $colspan %>">
<& /elements/select-part_referral.html,
'curr_value' => $refnum,