Merge pull request #17328 from eileenmcnaughton/mailing_seach
[civicrm-core.git] / templates / CRM / Case / Page / ConfigureError.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | Copyright CiviCRM LLC. All rights reserved. |
4 | |
5 | This work is published under the GNU AGPLv3 license with some |
6 | permitted exceptions and without any warranty. For full license |
7 | and copyright information, see https://civicrm.org/licensing |
8 +--------------------------------------------------------------------+
9 *}
10 {* CiviCase Configuration Help - displayed when component is enabled but not yet configured. *}
11
12 {capture assign=docLink}{docURL page="user/case-management/set-up" text="CiviCase Setup documentation"}{/capture}
13
14 <div class="messages status no-popup">
15 <div class="icon inform-icon"></div>&nbsp;
16 <strong>{ts}You need to setup and load Case and Activity configuration files before you can begin using the CiviCase component.{/ts}</strong>
17 {ts 1=$docLink}Refer to the %1 to learn about this process.{/ts}
18 </div>