Merge pull request #16258 from samuelsov/i18ncountriesorder
[civicrm-core.git] / templates / CRM / Admin / Form / CMSUser.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 {* this template is for synchronizing CMS user*}
11 <div class="crm-block crm-form-block crm-cms-user-form-block">
12 <div class="help">
13 <p>{ts 1=$config->userFramework}Synchronize %1 Users{/ts}</p>
14 </div>
15 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
16 <div class="messages status no-popup">
17 <img src="{$config->resourceBase}i/Inform.gif" alt="{ts}status{/ts}"/>
18 <span class="label">{ts}Synchronize Users to Contacts:{/ts}</span> {ts}CiviCRM will check each user record for a contact record. A new contact record will be created for each user where one does not already exist.{/ts} {ts}Do you want to continue?{/ts}
19 </div>
20 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
21 </div>
22