</tr>
<tr>
<th>Report Columns:</th>
- <td nowrap='nowrap'><b id='oils_rpt_report_editor_cols'/></td>
+ <td><b id='oils_rpt_report_editor_cols'/></td>
</tr>
<tr class='hide_me' id='oils_rpt_editor_pivot_label_row'>
<th>Pivot Label Column:</th>
appendClear(DOM.oils_rpt_report_editor_template_creator, tmpl.owner().usrname());
appendClear(DOM.oils_rpt_report_editor_template_description, tmpl.description());
- appendClear(DOM.oils_rpt_report_editor_cols,' | ');
iterate(rptObject.def.select,
function(i) {
if(i)
- DOM.oils_rpt_report_editor_cols.appendChild(text(i.alias +' | '));
+ DOM.oils_rpt_report_editor_cols.appendChild(text(i.alias));
+ DOM.oils_rpt_report_editor_cols.appendChild(document.createElement('br'));
}
);