Skip to content
Snippets Groups Projects
Commit 95392a15 authored by colemanw's avatar colemanw
Browse files

Don't include lock js on add new contact page CRM-12107

parent 175a5979
Branches
Tags
No related merge requests found
......@@ -27,7 +27,9 @@
{if $addBlock}
{include file="CRM/Contact/Form/Edit/$blockName.tpl"}
{else}
{include file="CRM/Contact/Form/Edit/Lock.tpl"}
{if $contactId}
{include file="CRM/Contact/Form/Edit/Lock.tpl"}
{/if}
<div class="crm-form-block crm-search-form-block">
{if call_user_func(array('CRM_Core_Permission','check'), 'administer CiviCRM') }
<a href='{crmURL p="civicrm/admin/setting/preferences/display" q="reset=1"}' title="{ts}Click here to configure the panes.{/ts}"><span class="icon settings-icon"></span></a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment