CRM-16016 - Remove Add Note link for users without permission.
authorDave Greenberg <dave@civicrm.org>
Fri, 27 Feb 2015 00:58:01 +0000 (16:58 -0800)
committerDave Greenberg <dave@civicrm.org>
Fri, 27 Feb 2015 00:58:01 +0000 (16:58 -0800)
----------------------------------------
* CRM-16016: Permission on Contact Notes- Users with only View Permission can add notes
  https://issues.civicrm.org/jira/browse/CRM-16016

templates/CRM/Contact/Page/View/Note.tpl

index 226a132ff319e670816bebc14623f09976e4261a..a0216137be62d72b41af0d578e3b9bf25309d1fa 100644 (file)
 </div>
 {elseif ($action eq 16)}
    <div class="messages status no-popup">
-        <div class="icon inform-icon"></div>
-        {capture assign=link}class="action-item medium-popup" accesskey="N" href="{crmURL p='civicrm/contact/view/note' q="cid=`$contactId`&action=add"}"{/capture}
-        {ts 1=$link}There are no Notes for this contact. You can <a %1>add one</a>.{/ts}
+      <div class="icon inform-icon"></div>
+      {ts}There are no Notes for this contact.{/ts}
    </div>
 {/if}
 </div>