X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fquotations.html;h=0c4dcdc38891628286595bf074a92154476d7bc0;hb=081638aa4a483577a9c5bc7ac9ea518370cf2381;hp=1d80a48ea8416431792e7128754b484be1e27417;hpb=705de04c6659330be111fbbd5149ae5587402196;p=freeside.git diff --git a/httemplate/elements/quotations.html b/httemplate/elements/quotations.html index 1d80a48ea..0c4dcdc38 100644 --- a/httemplate/elements/quotations.html +++ b/httemplate/elements/quotations.html @@ -1,13 +1,14 @@ % if ( $curuser->access_right('Generate quotation') ) { <% mt( 'Quotations' ) |h %> - New quotation + Create new quotation % if ( @quotations ) { <& /elements/table-grid.html &> % my $bgcolor1 = '#eeeeee'; % my $bgcolor2 = '#ffffff'; % my $bgcolor = ''; + # <% mt('Date') |h %> @@ -15,6 +16,7 @@ <% mt('Recurring') |h %> + % foreach my $quotation (@quotations) { % if ( $bgcolor eq $bgcolor1 ) { % $bgcolor = $bgcolor2;