X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fcustomer-table.html;h=aa085c41aa3994482c4bda2cb03b77ce3337c003;hb=6dda95db961112c4a422ebe282b6dfc7935be40e;hp=9968ee9aa81ee3e142e1a000b265114a62378cbb;hpb=b3d54360bd93798a6454e69cca8e6e4a834c7140;p=freeside.git diff --git a/httemplate/elements/customer-table.html b/httemplate/elements/customer-table.html index 9968ee9aa..aa085c41a 100644 --- a/httemplate/elements/customer-table.html +++ b/httemplate/elements/customer-table.html @@ -128,7 +128,7 @@ Example: custnum_obj.value = customerArray[0]; custnum_obj.style.color = '#000000'; customer.value = customerArray[1]; - balance.innerHTML = customerArray[2] + '   '; + balance.innerHTML = '<% $money_char %>' + customerArray[2] + '   '; status.innerHTML = customerArray[3]; status.style.color = '#'+customerArray[4]; @@ -205,7 +205,7 @@ Example: custnum_obj.value = customerArray[0]; custnum_obj.style.color = '#000000'; customer.value = customerArray[1]; - balance.innerHTML = customerArray[2] + '   '; + balance.innerHTML = '<% $money_char %>' + customerArray[2] + '   '; status.innerHTML = customerArray[3]; status.style.color = '#'+customerArray[4]; @@ -277,7 +277,7 @@ Example: custnum_obj.value = customerArray[0][0]; customer_obj.value = customerArray[0][1]; - balance.innerHTML = customerArray[0][2] + '   '; + balance.innerHTML = '<% $money_char %>' + customerArray[0][2] + '   '; status.innerHTML = customerArray[0][3]; status.style.color = '#'+customerArray[0][4]; @@ -355,7 +355,7 @@ Example: customer_obj.value = customer; customer_obj.style.color = '#000000'; - balance_obj.innerHTML = balance; + balance_obj.innerHTML = '<% $money_char %>' + balance; status_obj.innerHTML = status; status_obj.style.color = '#'+color; @@ -495,7 +495,6 @@ Example: % $col++; % } - <% $money_char %> rownum);