X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fquotation_pkg_detail.html;fp=httemplate%2Fedit%2Fquotation_pkg_detail.html;h=80a9044205ea727353d7c398868fccd126629aa7;hb=96b69dd1aa5c8045b5a4297ecea510d60f575251;hp=b8f589a9a764458fe96c31f773acce2f4fbda321;hpb=b3c70d709fd646ef355d49a4e87151c99ee413e9;p=freeside.git diff --git a/httemplate/edit/quotation_pkg_detail.html b/httemplate/edit/quotation_pkg_detail.html index b8f589a9a..80a904420 100644 --- a/httemplate/edit/quotation_pkg_detail.html +++ b/httemplate/edit/quotation_pkg_detail.html @@ -21,15 +21,11 @@ <% $part_pkg->comment |h %> - - Detail: - - % my $row = 0; % for ( @details ) { - + <% $row ? '' : 'Detail' %> @@ -63,6 +59,10 @@ var row = document.createElement('TR'); var empty_cell = document.createElement('TD'); + if (!rownum) { + empty_cell.innerHTML = 'Detail:' + empty_cell.style.textAlign = 'right'; + } row.appendChild(empty_cell); var detail_cell = document.createElement('TD');