$elements = array(
'street_address' => array(ts('Street Address'), $attributes['street_address'], NULL, NULL),
+ 'supplemental_address_1' => array(ts('Supplemental Address 1'), $attributes['supplemental_address_1'], NULL, NULL),
+ 'supplemental_address_2' => array(ts('Supplemental Address 2'), $attributes['supplemental_address_2'], NULL, NULL),
'city' => array(ts('City'), $attributes['city'], NULL, NULL),
'postal_code' => array(ts('Postal Code'), $attributes['postal_code'], NULL, NULL),
'country' => array(ts('Country'), $attributes['country_id'], 'country', FALSE),
</table>
</div>
{/if}
+ <div class="crm-field-wrapper">
+ {$form.supplemental_address_1.label}<br />
+ {$form.supplemental_address_1.html}
+ </div>
+ <div class="crm-field-wrapper">
+ {$form.supplemental_address_2.label}<br />
+ {$form.supplemental_address_2.html}
+ </div>
<div class="crm-field-wrapper">
{$form.city.label}<br />
{$form.city.html}
</script>
{/literal}
{/if}
-
-