X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fcustomer-table.html;h=12b192e8cb4bf95154fcbe1576890496b9f33980;hp=457157e6da0d402402f1d168264f840279fe1eda;hb=aa616de5731fa26c036cf56ee6b4f10e27afdb5d;hpb=89f1173614319de0a6ad1625a066574be67c06a9 diff --git a/httemplate/elements/customer-table.html b/httemplate/elements/customer-table.html index 457157e6d..12b192e8c 100644 --- a/httemplate/elements/customer-table.html +++ b/httemplate/elements/customer-table.html @@ -640,6 +640,7 @@ and probably should be cleaned up more before being used by anything else. var my_cell = document.createElement('TD'); my_cell.setAttribute('align', '<% $align{ $opt{align}->[$col] || 'l' } %>'); + my_cell.style.whiteSpace = 'nowrap'; % if ($opt{'color'}->[$col]) { my_cell.style.color = '<% $opt{color}->[$col] %>'; % } @@ -667,6 +668,7 @@ and probably should be cleaned up more before being used by anything else. my_input_button.setAttribute('title', <% mt('Select date') |js_string %>); my_input_button.setAttribute('name', '<% $name %>'+thisrownum+'button'); my_input_button.setAttribute('id', '<% $name %>'+thisrownum+'button'); + my_input_button.style.verticalAlign = 'top'; % } my_input.value = (values && values.<% $field %>) || ''; % if ( $opt{onchange}->[$col] ) { @@ -732,7 +734,7 @@ and probably should be cleaned up more before being used by anything else. Customer Balance % foreach my $header ( @{$opt{header}} ) { - <% $header %> + <% $header %> % }