data-dojo-props="selected:true" >
' _ loc.line_two; END; IF loc.line_three; loc.address = loc.address _ '
' _ loc.line_three; END; END; PROCESS dynatable tbody = {rows = locations} attributes = {id = 'location_table' width = '100%'} columns = [ {col_id = 'is_for_credit', type = 'text', name = text('This Account') } #' {col_id = 'type', type = 'text', name=text('Type') } {col_id = 'address', type='text', name=text('Address') } {col_id = 'city', type='text', name=text('City') } {col_id = 'state', type='text', name=text('State/Province') } {col_id = 'mail_code', type='text', name=text('Zip/Post Code') } #' {col_id = 'country', type='text', name=text('Country') } {col_id = 'edit', type='href', name=' ', href_base='' } {col_id = 'delete', type='href', name=' ', href_base='' } ]; PROCESS input element_data = { type="hidden" name="location_id" value= DISPLAY.id }; ?>