From: Christopher Burger Date: Wed, 17 Apr 2019 17:08:34 +0000 (-0400) Subject: RT# 75357 - added rows now have same style as original row X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=ee6e93f7d4fc9368eda5443796f2c99cf5d0ead9;p=freeside.git RT# 75357 - added rows now have same style as original row --- diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html index a960172d7..27ed0f5d7 100644 --- a/httemplate/edit/elements/edit.html +++ b/httemplate/edit/elements/edit.html @@ -701,7 +701,7 @@ Example: var row = table.insertRow(<%$field%>_rownum++); - var label_cell = document.createElement('TD'); + var label_cell = document.createElement('TH'); label_cell.id = '<% $field %>_label' + <%$field%>_fieldnum;