Merge branch 'develop' into customFields
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 11 Jun 2018 15:44:28 +0000 (11:44 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 11 Jun 2018 15:44:28 +0000 (11:44 -0400)
1  2 
index.php
models/admin/contacts/index.php
views/admin/contacts/edit.html

diff --cc index.php
Simple merge
Simple merge
        {/if}
  
        {if $option == 'create'}
 -        <h2 class="glm-left">Add New Contact</h2>
 +        <h2>Add New Contact</h2>
        {else}
          {if $newEmailError != ''}
-         <h2 class="glm-required glm-flash-updated">NOTE: Your new E-Mail address was not valid. Please see below.</h2>                            
+         <h2 class="glm-required glm-flash-updated">NOTE: Your new E-Mail address was not valid. Please see below.</h2>
          {else}
          {if $contactUpdated}<h2 class="glm-notice glm-flash-updated">Contact Updated</h2>{/if}
          {/if}