Merge pull request #16258 from samuelsov/i18ncountriesorder
[civicrm-core.git] / templates / CRM / Admin / Form / CMSUser.tpl
CommitLineData
6a488035
TO
1{*
2 +--------------------------------------------------------------------+
1188c7a8 3 | Copyright CiviCRM LLC. All rights reserved. |
6a488035 4 | |
1188c7a8
TO
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 |
6a488035
TO
8 +--------------------------------------------------------------------+
9*}
10{* this template is for synchronizing CMS user*}
11<div class="crm-block crm-form-block crm-cms-user-form-block">
f6eedce7 12<div class="help">
6a488035
TO
13 <p>{ts 1=$config->userFramework}Synchronize %1 Users{/ts}</p>
14</div>
edc51caa 15<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
6a488035
TO
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>
edc51caa 22