summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-11-08 01:13:40 -0800
committerIvan Kohler <ivan@freeside.biz>2016-11-08 01:13:40 -0800
commitb679a1c4513a48f097629c0c639431d9d0212ef8 (patch)
tree308ae6f6e7ae6bc8193dedeaa665af9668cc83d5 /httemplate/elements
parentc68d2a72e190e704bf1174f54ef2ec10e7517e64 (diff)
quotations look like they belong to customers
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/header-cust_main.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/httemplate/elements/header-cust_main.html b/httemplate/elements/header-cust_main.html
index ca0b52252..91d90c26d 100644
--- a/httemplate/elements/header-cust_main.html
+++ b/httemplate/elements/header-cust_main.html
@@ -3,7 +3,7 @@
Examples:
<& /elements/header-cust_main.html,
- view => 'Basics', #required
+ view => 'basics', #required
cust_main => $cust_main, # cust_main or custnum is required
custnum => $custnum, #
&>
@@ -33,7 +33,6 @@ Examples:
% }
</TABLE>
% }
-
<& /view/cust_main/menu.html, cust_main => $cust_main, show => $opt{'view'} &>
<BR>
@@ -56,7 +55,6 @@ function areyousure_popup(message, action, actionlabel) {
}
</SCRIPT>
-<br>
<%init>
my $curuser = $FS::CurrentUser::CurrentUser;