X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fquotation.html;h=cabf30a17adb778c6397bb6c31ceee99eb7e3387;hp=58d398ca2954e27bc9508aa45205d6f62ffc3258;hb=20ab81a33d94f3267d553cc875dd3fdb08d14f29;hpb=5f2456557fee6e8d09733aad18200e4b2bbc2d93 diff --git a/httemplate/view/quotation.html b/httemplate/view/quotation.html index 58d398ca2..cabf30a17 100755 --- a/httemplate/view/quotation.html +++ b/httemplate/view/quotation.html @@ -1,5 +1,8 @@ +% if ( $quotation->custnum ) { +<& /elements/header-cust_main.html, view=>'quotations', custnum=>$quotation->custnum &> +

Quotation #<% $quotationnum %>

+% } else { #eventually, header-prospect_main.html <& /elements/header.html, mt('Quotation View'), $menubar &> - <& /elements/init_overlib.html &> +% } + % unless ( $quotation->disabled eq 'Y' ) { % my $inrow = 0; @@ -116,7 +121,11 @@ function areyousure(href, message) { % } % #plaintext quotations?
<% join('', $quotation->print_text() ) %>
-<& /elements/footer.html &> +% if ( $quotation->custnum ) { + <& /elements/footer-cust_main.html &> +% } else { + <& /elements/footer.html &> +% } <%init> my $curuser = $FS::CurrentUser::CurrentUser;