CRM-15287 - Fix hiding address when shared on contact edit form
authorColeman Watts <coleman@civicrm.org>
Fri, 12 Sep 2014 21:21:39 +0000 (17:21 -0400)
committerColeman Watts <coleman@civicrm.org>
Fri, 12 Sep 2014 21:21:39 +0000 (17:21 -0400)
templates/CRM/Contact/Form/Edit/Address.tpl

index 419763da377a0e692ce82d0fc953f1fc9cc4bc10..eca633214b8d66e82c2607e1ec79b666fbe24b51 100644 (file)
@@ -63,7 +63,7 @@
     {/if}
      <tr>
         <td>
-     <table id="address_{$blockId}" style="display:block" class="form-layout-compressed">
+     <table id="address_table_{$blockId}" class="form-layout-compressed">
          {* build address block w/ address sequence. *}
          {foreach item=addressElement from=$addressSequence}
               {include file=CRM/Contact/Form/Edit/Address/$addressElement.tpl}