{if $action eq 8}
<div class="messages status no-popup">
{icon icon="fa-info-circle"}{/icon}
- {ts}WARNING: Delete will remove this permission from the specified ACL Role.{/ts} {ts}Do you want to continue?{/ts}
+ {ts}WARNING: Delete will remove this permission from the specified ACL Role.{/ts} {ts}Do you want to continue?{/ts}
</div>
{else}
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout-compressed">
<tr class="crm-acl-form-block-name">
<td class="label">{$form.name.label}</td>
{* this template is used for adding/editing ACL EntityRole objects *}
<div class="crm-block crm-form-block crm-acl-entityrole-form-block">
<fieldset><legend>{if $action eq 1}{ts}Assign ACL Role{/ts}{elseif $action eq 2}{ts}Assign ACL Role{/ts}{else}{ts}Delete ACL Role Assignment{/ts}{/if}</legend>
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{if $action eq 8}
<div class="messages status no-popup">
- {icon icon="fa-info-circle"}{/icon}
- {ts}WARNING: Deleting this option will remove this ACL Role Assignment.{/ts} {ts}Do you want to continue?{/ts}
+ {icon icon="fa-info-circle"}{/icon}
+ {ts}WARNING: Deleting this option will remove this ACL Role Assignment.{/ts} {ts}Do you want to continue?{/ts}
</div>
{else}
<table class="form-layout-compressed">
<p>{ts}Use this form to Grant access to CiviCRM components and other CiviCRM permissions to WordPress roles.{/ts}</p>
<p>{ts}<strong>NOTE: Super Admin</strong> and <strong>Administrator</strong> roles will have all permissions in CiviCRM.{/ts}</p>
</div>
-
<div class="crm-block crm-form-block crm-export-form-block">
-
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
-
<table>
-
<tr>
<td class="label"> </td>
{assign var="num" value=0}
{/foreach}
</table>
-
- <div class="crm-submit-buttons">
- {include file="CRM/common/formButtons.tpl" location="bottom"}
- </div>
-
+ <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
</div>
| and copyright information, see https://civicrm.org/licensing |
+--------------------------------------------------------------------+
*}
-{include file="CRM/ACL/Header.tpl" step=2}
+{if $action neq 8}
+ {include file="CRM/ACL/Header.tpl" step=2}
+{/if}
{if $action eq 1 or $action eq 2 or $action eq 8}
{include file="CRM/ACL/Form/EntityRole.tpl"}
{/if}
<div class="crm-block crm-form-block crm-activity-form-block">
{/if}
- {if !$action or ( $action eq 1 ) or ( $action eq 2 ) }
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
- {/if}
-
{if $action eq 8} {* Delete action. *}
<table class="form-layout">
<tr>
<h3>
{ts}Tag Activities{/ts}
</h3>
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout-compressed">
<tr class="crm-activity-task-addtotag-form-block-tag">
<td>
*}
{* Confirmation of Activity deletes *}
<div class="crm-block crm-form-block crm-activity_delete-form-block">
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
-<div class="messages status no-popup">
- {icon icon="fa-info-circle"}{/icon}
- <p>{ts}Are you sure you want to delete the selected Activities?{/ts}</p>
- <p>{include file="CRM/Activity/Form/Task.tpl"}</p>
- </div>
-<p>
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
+ <div class="messages status no-popup">
+ {icon icon="fa-info-circle"}{/icon}
+ <p>{ts}Are you sure you want to delete the selected Activities?{/ts}</p>
+ <p>{include file="CRM/Activity/Form/Task.tpl"}</p>
+ </div>
+ <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
</div>
+--------------------------------------------------------------------+
*}
<div class="crm-form crm-form-block crm-file-on-case-form-block">
-<div class="help">
- {ts}File on Case{/ts}
-</div>
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
- <table class="form-layout-compressed">
- <tr class="crm-file-on-case-form-block-unclosed_cases">
- <td class="label">
- {$form.unclosed_case_id.label}
- </td>
- <td>
- {$form.unclosed_case_id.html}<br />
- </td>
- </tr>
- <tr>
- {include file="CRM/Activity/Form/Task.tpl"}
- </tr>
-</table>
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
+ <table class="form-layout-compressed">
+ <tr class="crm-file-on-case-form-block-unclosed_cases">
+ <td class="label">{$form.unclosed_case_id.label}</td>
+ <td>{$form.unclosed_case_id.html}</td>
+ </tr>
+ <tr>
+ {include file="CRM/Activity/Form/Task.tpl"}
+ </tr>
+ </table>
+ <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
</div>
+--------------------------------------------------------------------+
*}
<div class="crm-form crm-form-block crm-pick-option-form-block">
-<div class="help">
- {ts}Select Group of Contacts{/ts}
-</div>
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
- <table class="form-layout-compressed">
- <tr class="crm-pick-option-form-block-with_contact">
- <td class="label">{$form.with_contact.label}</td>
- <td>{$form.with_contact.html}</td>
- </tr>
- <tr class="crm-pick-option-form-block-assigned_to">
- <td class="label">{$form.assigned_to.label}</td>
- <td>{$form.assigned_to.html}</td>
- </tr>
- <tr class="crm-pick-option-form-block-created_by">
- <td class="label">{$form.created_by.label}</td>
- <td>{$form.created_by.html}</td>
- </tr>
- <tr>
- {include file="CRM/Activity/Form/Task.tpl"}
- </tr>
-</table>
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
+ <div class="help">{ts}Select Group of Contacts{/ts}</div>
+ <table class="form-layout-compressed">
+ <tr class="crm-pick-option-form-block-with_contact">
+ <td class="label">{$form.with_contact.label}</td>
+ <td>{$form.with_contact.html}</td>
+ </tr>
+ <tr class="crm-pick-option-form-block-assigned_to">
+ <td class="label">{$form.assigned_to.label}</td>
+ <td>{$form.assigned_to.html}</td>
+ </tr>
+ <tr class="crm-pick-option-form-block-created_by">
+ <td class="label">{$form.created_by.label}</td>
+ <td>{$form.created_by.html}</td>
+ </tr>
+ <tr>
+ {include file="CRM/Activity/Form/Task.tpl"}
+ </tr>
+ </table>
+ <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
</div>
+--------------------------------------------------------------------+
*}
<div class="crm-block crm-form-block crm-activityPickProfile-form-block">
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
-<table class="form-layout-compressed">
- <tr class="crm-activityPickProfile-form-block-uf_group_id">
- <td>{$form.uf_group_id.label}</td>
- <td>{$form.uf_group_id.html}</td>
- </tr>
- <tr>
- <td class="label"></td>
- <td>
- {include file="CRM/Activity/Form/Task.tpl"}
- </td>
- </tr>
+ <table class="form-layout-compressed">
+ <tr class="crm-activityPickProfile-form-block-uf_group_id">
+ <td>{$form.uf_group_id.label}</td>
+ <td>{$form.uf_group_id.html}</td>
+ </tr>
+ <tr>
+ <td class="label"></td>
+ <td>{include file="CRM/Activity/Form/Task.tpl"}</td>
+ </tr>
</table>
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
- </div>
-
+ <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
+</div>
*}
{* template to remove tags from activity *}
<div class="crm-form-block crm-block crm-activity-task-removefromtag-form-block">
-<h3>
-{ts}Tag Activities (Remove){/ts}
-</h3>
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
+<h3>{ts}Tag Activities (Remove){/ts}</h3>
<table class="form-layout-compressed">
<tr class="crm-activity-task-removefromtag-form-block-tag">
<td>
{include file="CRM/common/Tagset.tpl"}
</td>
</tr>
-
<tr><td>{include file="CRM/Activity/Form/Task.tpl"}</td></tr>
</table>
<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
+--------------------------------------------------------------------+
*}
{if $rows}
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
-
-<div class="spacer"></div>
-
<div>
<br />
<table>
<td>{ts}Activity Type{/ts}</td>
<td>{ts}Activity Date{/ts}</td>
</tr>
-
{foreach from=$rows item=row}
<tr class="{cycle values="odd-row,even-row"}">
<td>{$row.display_name}</td>
{else}
<div class="messages status no-popup">
- {icon icon="fa-info-circle"}{/icon}
- {ts}There are no records selected.{/ts}
+ {icon icon="fa-info-circle"}{/icon}
+ {ts}There are no records selected.{/ts}
</div>
{/if}
<p>{ts}Click 'Import Now' if you are ready to proceed.{/ts}</p>
</div>
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{* Summary Preview (record counts) *}
<table id="preview-counts" class="report">
<div class="help">
<p>{ts}Synchronize Users{/ts}</p>
</div>
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<div class="messages status no-popup">
<img src="{$config->resourceBase}i/Inform.gif" alt="{ts}status{/ts}"/>
<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}
+--------------------------------------------------------------------+
*}
{* this template is used for adding/editing Contact Type *}
-
<div class="crm-block crm-form-block crm-contact-type-form-block">
{if $action eq 8}
<div class="messages status no-popup">
{ts}WARNING: {ts}This action cannot be undone.{/ts} {ts}Do you want to continue?{/ts}{/ts}
</div>
{else}
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout-compressed">
<tr class="crm-contact-type-form-block-label">
<td class="label">{$form.label.label}
{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_contact_type' field='label' id= $cid }
{/if}
</td>
-
<td>{$form.label.html}</td>
</tr>
<tr class="crm-contact-type-form-block-parent_id">
{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_contact_type' field='description' id= $cid}
{/if}
</td>
-
<td>{$form.description.html}</td>
</tr>
<tr class="crm-contact-type-form-block-is_active">
{ts 1=$formatName}Are you sure you would like to make a copy of the Label Format titled <strong>%1</strong>?{/ts}
</div>
{else}
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout-compressed">
<tr class="crm-labelFormat-form-block-name">
<td class="right">{$form.label.label}</td>
*}
{* this template is used for adding/editing location type *}
<div class="crm-block crm-form-block crm-location-type-form-block">
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{if $action eq 8}
<div class="messages status no-popup">
{icon icon="fa-info-circle"}{/icon}
*}
{* this template is used for adding/editing email settings. *}
<div class="crm-block crm-form-block crm-mail-settings-form-block">
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{if $action eq 8}
<div class="messages status no-popup">
{icon icon="fa-info-circle"}{/icon}
{ts}WARNING: Deleting this option will result in the loss of mail settings data.{/ts} {ts}Do you want to continue?{/ts}
</div>
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
+ <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
{else}
<table class="form-layout-compressed">
{* this template is used for adding/editing a saved mapping *}
<div class="crm-block crm-form-block crm-mapping-form-block">
{if $action eq 1 or $action eq 2 }
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout-compressed">
<tr class="crm-mapping-form-block-name">
<td class="label">{$form.name.label}</td>
</div>
<br />
{/if}
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" loaction="bottom"}</div>
- <div class="spacer"></div>
+ <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" loaction="bottom"}</div>
</div>
{ts 1=$msg_title|escape}Do you want to delete the message template '%1'?{/ts}
</div>
{else}
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout-compressed">
<tr>
<td class="label-left">{$form.msg_title.label}</td>
*}
{* Template for adding/editing a CiviCRM Navigation Menu Item *}
<div class="crm-block crm-form-block crm-navigation-form-block">
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout-compressed">
<tr class="crm-navigation-form-block-label">
<td class="label">{$form.label.label}</td><td>{$form.label.html}</td>
*}
<h3>{if $action eq 1}{ts}New Option Group{/ts}{elseif $action eq 2}{ts}Edit Option Group{/ts}{else}{ts}Delete Option Group{/ts}{/if}</h3>
<div class="crm-block crm-form-block crm-admin-optiongroup-form-block">
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{if $action eq 8}
<div class="messages status no-popup">
{icon icon="fa-info-circle"}{/icon}
*}
{* this template is used for adding/editing options *}
<div class="crm-block crm-form-block crm-admin-options-form-block">
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{if $action eq 8}
- <div class="messages status no-popup">
- {icon icon="fa-info-circle"}{/icon}
- {ts 1=$gLabel}WARNING: Deleting this option will result in the loss of all %1 related records which use the option.{/ts} {ts}This may mean the loss of a substantial amount of data, and the action cannot be undone.{/ts} {ts}Do you want to continue?{/ts}
- </div>
- {else}
+ <div class="messages status no-popup">
+ {icon icon="fa-info-circle"}{/icon}
+ {ts 1=$gLabel}WARNING: Deleting this option will result in the loss of all %1 related records which use the option.{/ts} {ts}This may mean the loss of a substantial amount of data, and the action cannot be undone.{/ts} {ts}Do you want to continue?{/ts}
+ </div>
+ {else}
<table class="form-layout-compressed">
{if $gName eq 'custom_search'}
<tr class="crm-admin-options-form-block-custom_search_path">
</tr>
{/if}
</table>
- {/if}
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
- </fieldset>
+ {/if}
+ <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
</div>
<legend>
{if $action eq 1}{ts}New Participant Status{/ts}{elseif $action eq 2}{ts}Edit Participant Status{/ts}{else}{ts}Delete Participant Status{/ts}{/if}
</legend>
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{if $action eq 8}
<div class="messages status no-popup">
{icon icon="fa-info-circle"}{/icon}
<td>{$form.name.html}<br />
<span class="description">{ts}Name of this status type, for use in the code.{/ts}</span></td>
</tr>
-
<tr class="crm-participant-status-form-block-label">
<td class="label">{$form.label.label}{if $action == 2} {include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_participant_status_type' field='label' id=$id}{/if}</td>
<td>{$form.label.html}<br />
<span class="description">{ts}Display label for this status.{/ts}</span></td>
</tr>
-
<tr class="crm-participant-status-form-block-class">
<td class="label">{$form.class.label}</td>
<td>{$form.class.html}<br />
<td>{$form.is_counted.html}<br />
<span class="description">{ts}Should a person with this status be counted as a participant for the purpose of controlling the Maximum Number of Participants?{/ts}</td>
</tr>
-
<tr class="crm-participant-status-form-block-weight">
<td class="label">{$form.weight.label}</td>
<td>{$form.weight.html}</td>
</tr>
-
<tr class="crm-participant-status-form-block-visibility_id">
<td class="label">{$form.visibility_id.label}</td>
<td>{$form.visibility_id.html}<br />
{* This template is used for adding/configuring Payment Processors used by a particular site/domain. *}
<h3>{if $action eq 1}{ts}New Payment Processor{/ts}{elseif $action eq 2}{ts}Edit Payment Processor{/ts}{else}{ts}Delete Payment Processor{/ts}{/if}</h3>
<div class="crm-block crm-form-block crm-paymentProcessor-form-block">
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{if $action eq 8}
<div class="messages status no-popup">
{* this template is used for adding/editing available Payment Processors *}
<div class="crm-block crm-form-block crm-paymentProcessor-type-form-block">
<fieldset><legend>{if $action eq 1}{ts}New Payment Procesor Type{/ts}{elseif $action eq 2}{ts}Edit Payment Procesor Type{/ts}{else}{ts}Delete Payment Procesor Type{/ts}{/if}</legend>
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{if $action eq 8}
<div class="messages status no-popup">
{icon icon="fa-info-circle"}{/icon}
*}
{* This template is used for adding/configuring PDF Page Formats. *}
<div class="crm-block crm-form-block crm-pdfFormat-form-block">
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
-
{if $action eq 8}
<div class="messages status no-popup">
{icon icon="fa-info-circle"}{/icon}
+--------------------------------------------------------------------+
*}
<div class="crm-block crm-form-block crm-preferences-address-form-block">
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<h3>{ts}Mailing Labels{/ts}</h3>
<table class="form-layout">
<tr class="crm-preferences-address-form-block-mailing_format">
+--------------------------------------------------------------------+
*}
<div class="crm-block crm-form-block crm--block">
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{include file="CRM/Form/basicFormFields.tpl"}
<table class="form-layout" id="invoicing_blocks">
*}
{* this template is used for editing Site Preferences *}
<div class="crm-block crm-form-block crm-preferences-display-form-block">
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout">
<tr class="crm-preferences-display-form-block-contact_view_options">
<td class="label">{$form.contact_view_options.label}</td>
| and copyright information, see https://civicrm.org/licensing |
+--------------------------------------------------------------------+
*}
-{* this template is used for adding/editing location type *}
+{* this template is used for editing Date Preferences *}
<div class="crm-block crm-form-block crm-preferences-date-form-block">
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class='form-layout-compressed'>
<tr class="crm-preferences-date-form-block-name">
<td class="label">{$form.name.label}</td><td>{$form.name.html}</td>
*}
{* This template is used for adding/scheduling reminders. *}
<div class="crm-block crm-form-block crm-scheduleReminder-form-block">
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{if $action eq 8}
<div class="messages status no-popup">
{ts 1=$crmURL}Use this screen to configure default formats for date display and date input fields throughout your site. Settings use standard POSIX specifiers. New installations are preconfigured with standard United States formats. You can override this default setting and define the range of allowed dates for specific field types at <a href="%1">Administer > Customize Data and Screens > Date Preferences</a>{/ts} {help id='date-format'}
</div>
<div class="crm-block crm-form-block crm-date-form-block">
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<fieldset><legend>{ts}Date Display{/ts}</legend>
<table class="form-layout-compressed">
<tr class="crm-date-form-block-dateformatDatetime">
{ts}In addition to the settings on this screen, there are a number of settings you can add to your sites's settings file (civicrm.settings.php) to provide additional debugging information.{/ts} {docURL page="dev/tools/debugging/#changing-file-based-settings"}
</div>
<div class="crm-block crm-form-block crm-debugging-form-block">
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout">
{if !empty($form.userFrameworkLogging)}
<tr class="crm-debugging-form-block-userFrameworkLogging">
+++ /dev/null
-{*
- +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC. All rights reserved. |
- | |
- | This work is published under the GNU AGPLv3 license with some |
- | permitted exceptions and without any warranty. For full license |
- | and copyright information, see https://civicrm.org/licensing |
- +--------------------------------------------------------------------+
-*}
-{capture assign=docUrlText}{ts}CiviEvent Cart Checkout{/ts}{/capture}
-{capture assign=docLink}{docURL page="CiviEvent Cart Checkout" text=$docUrlText resource="wiki"}{/capture}
-<div class="crm-block crm-form-block">
-<div class="help">
- {ts 1=$docLink}These settings are used to configure properties for the CiviEvent component. Please read the %1 documentation, and make sure you understand it before modifying default values.{/ts}
-</div>
-<div class="crm-block crm-form-block">
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
- <table class="form-layout-compressed">
- <tr class="crm-mail-form-block-enable_cart">
- <td class="label">{$form.enable_cart.label}</td><td>{$form.enable_cart.html}<br />
- <span class="description">{ts}Check to enable the Event Cart checkout workflow.{/ts}</span></td>
- </tr>
- </table>
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
-<div class="spacer"></div>
-</div>
{docURL page="i18n Administrator's Guide: Using CiviCRM in your own language" resource="wiki"}
</div>
<div class="crm-block crm-form-block crm-localization-form-block">
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"} </div>
<h3>{ts}Language and Currency{/ts}</h3>
<table class="form-layout-compressed">
<tr class="crm-localization-form-block-lcMessages">
{ts}CiviCRM includes plugins for several mapping and geocoding web services. When your users save a contact or event location address, a geocoding service will convert the address into geographical coordinates, which are required for mapping. Mapping services allow your users to display addresses on a map.{/ts} {help id='map-intro-id'}
</div>
<div class="crm-block crm-form-block crm-map-form-block">
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout-compressed">
<tr class="crm-map-form-block-mapProvider">
<td>{$form.mapProvider.label}</td>
+--------------------------------------------------------------------+
*}
<div class="crm-block crm-form-block crm-miscellaneous-form-block">
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
-
<table class="form-layout">
<tr class="crm-miscellaneous-form-block-checksum_timeout">
<td class="label">{$form.checksum_timeout.label}</td>
<span class="description">{ts}The number of days before a personalized (hashed) link will expire.{/ts}</span></td>
</tr>
</table>
-
<table class="form-layout">
<tr class="crm-miscellaneous-form-block-contact_undelete">
<td class="label">{$form.contact_undelete.label}</td>
</p>
</div>
<div class="crm-block crm-form-block crm-path-form-block">
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout">
<tr class="crm-path-form-block-uploadDir">
<td class="label">{$form.uploadDir.label}</td>
| and copyright information, see https://civicrm.org/licensing |
+--------------------------------------------------------------------+
*}
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout-compressed">
{foreach from=$settings_fields key="setting_name" item="fieldSpec"}
{include file="CRM/Admin/Form/Setting/SettingField.tpl"}
{ts}These settings define the CMS variables that are used with CiviCRM.{/ts}
</div>
<div class="crm-block crm-form-block crm-uf-form-block">
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout-compressed">
{if $userFrameworkUsersTableNameEnabled}
<tr class="crm-uf-form-block-userFrameworkUsersTableName">
</p>
</div>
<div class="crm-block crm-form-block crm-url-form-block">
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout">
<tr class="crm-url-form-block-userFrameworkResourceURL">
<td class="label">
<div class="crm-content-block crm-block">
{if $rows}
- {if $isLocked ne 1}
- <div class="action-link">
- {crmButton p="civicrm/admin/options/$gName" q='action=add&reset=1' class="new-option" icon="plus-circle"}{if !$gLabel}{ts}Add Option{/ts}{else}{ts 1=$gLabel}Add %1{/ts}{/if}{/crmButton}
- </div>
- {/if}
{foreach from=$rows item=row}
{if !empty($row.icon)}{assign var='hasIcons' value=true}{/if}
{/foreach}
</div>
{else}
<div class="messages status no-popup">
- <img src="{$config->resourceBase}i/Inform.gif" alt="{ts}status{/ts}"/>
+ {icon icon="fa-info-circle"}{/icon}
{ts}None found.{/ts}
</div>
{/if}
{if $action ne 1 and $action ne 2}
<div class="action-link">
- <a href="{crmURL q="action=add&reset=1"}" id="newPaymentProcessor"><i class="crm-i fa-chevron-right" aria-hidden="true"></i> {ts}New Payment Processor{/ts}</a>
+ <a class="button" href="{crmURL q="action=add&reset=1"}" id="newPaymentProcessor"><i class="crm-i fa-plus-circle" aria-hidden="true"></i> {ts}New Payment Processor{/ts}</a>
{crmButton p="civicrm/admin" q="reset=1" class="cancel" icon="times"}{ts}Done{/ts}{/crmButton}
</div>
{/if}
{* this template is used for adding/editing badge layouts *}
<h3>{if $action eq 1}{ts}New Badge Layout{/ts}{elseif $action eq 2}{ts}Edit Badge Layout{/ts}{else}{ts}Delete Badge Layout{/ts}{/if}</h3>
<div class="crm-block crm-form-block crm-badge-layout-form-block">
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{if $action eq 8}
<div class="messages status no-popup">
{icon icon="fa-info-circle"}{/icon}
<h3>{ts}New Data Entry Batch{/ts}</h3>
{/if}
<div class="crm-block crm-form-block crm-batch-form-block">
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{if $action eq 8}
<div class="messages status no-popup">
{icon icon="fa-info-circle"}{/icon}
- {ts}WARNING: Deleting this batch will result in the loss of all data entered for the batch.{/ts} {ts}This may mean the loss of a substantial amount of data, and the action cannot be undone.{/ts} {ts}Do you want to continue?{/ts}
- </div>
+ {ts}WARNING: Deleting this batch will result in the loss of all data entered for the batch.{/ts} {ts}This may mean the loss of a substantial amount of data, and the action cannot be undone.{/ts} {ts}Do you want to continue?{/ts}
+ </div>
{else}
<table class="form-layout-compressed">
<tr class="crm-batch-form-block-title">
</tr>
</table>
{/if}
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
+ <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
</div>
+--------------------------------------------------------------------+
*}
<div class="crm-block crm-form-block crm-campaign-form-block">
-
-
{if $action eq 8}
- <table class="form-layout">
- <tr>
- <td colspan="2">
- <div class="status">{icon icon="fa-info-circle"}{/icon}{ts}Are you sure you want to delete this Campaign?{/ts}</div>
- </td>
- </tr>
- </table>
-{else}
- <div class="crm-submit-buttons">
- {include file="CRM/common/formButtons.tpl" location="top"}
+ <div class="messages status no-popup">
+ {icon icon="fa-info-circle"}{/icon}
+ {ts}Are you sure you want to delete this Campaign?{/ts}
</div>
-
+{else}
<table class="form-layout-compressed">
<tr class="crm-campaign-form-block-title">
<td class="label">{$form.title.label}</td>
{include file="CRM/common/customDataBlock.tpl"}
{/if}
-<div class="crm-submit-buttons">
- {include file="CRM/common/formButtons.tpl" location="bottom"}
-</div>
+ <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
</div>
*}
<div class="crm-block crm-form-block crm-campaign-survey-form-block">
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{if $action eq 8}
- <table class="form-layout">
- <tr>
- <td colspan="2">
- <div class="status">
- {icon icon="fa-info-circle"}{/icon}
- {ts}Are you sure you want to delete this Petition?{/ts}</div>
- </td>
- </tr>
- </table>
+ <div class="messages status no-popup">
+ {icon icon="fa-info-circle"}{/icon}
+ {ts}Are you sure you want to delete this Petition?{/ts}
+ </div>
{else}
{if $action eq 1}
- <div class="help">
- {ts}Use this form to Add new Survey. You can create a new Activity type, specific to this Survey or select an existing activity type for this Survey.{/ts}
- </div>
+ <div class="help">{ts}Use this form to Add new Survey. You can create a new Activity type, specific to this Survey or select an existing activity type for this Survey.{/ts}</div>
{/if}
<table class="form-layout">
<tr class="crm-campaign-survey-form-block-title">
*}
<div class="crm-block crm-form-block crm-campaign-survey-main-form-block">
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
- {if $action eq 1}
- <div class="help">
- {ts}Use this form to Add new Survey. You can create a new Activity type, specific to this Survey or select an existing activity type for this Survey.{/ts}
- </div>
- {/if}
<table class="form-layout-compressed">
<tr class="crm-campaign-survey-main-form-block-title">
<td class="label">{$form.title.label}</td>
</td>
</tr>
</table>
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
+ <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
</div>
{*include profile link function*}
| and copyright information, see https://civicrm.org/licensing |
+--------------------------------------------------------------------+
*}
-
<div class="crm-block crm-form-block crm-campaign-survey-questions-form-block">
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
-
<table class="form-layout-compressed">
<tr class="crm-campaign-survey-questions-form-block-contact_profile_id">
<td class="label">{$form.contact_profile_id.label}</td>
<td class="view-value">{$form.activity_profile_id.html}</td>
</tr>
</table>
-
<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
</div>
| and copyright information, see https://civicrm.org/licensing |
+--------------------------------------------------------------------+
*}
-
<div class="crm-block crm-form-block crm-campaign-survey-results-form-block">
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
- <table class="form-layout-compressed">
- <tr id='showoption'>
- <td colspan="2">
- <table class="form-layout-compressed">
- {* Conditionally show table for setting up selection options - for field types = radio, checkbox or select *}
- {include file="CRM/Campaign/Form/ResultOptions.tpl"}
- </table>
- </td>
- </tr>
-
- {* Create Report *}
- <tr id='showoption'>
- <td colspan="2">
- <div id="new-group" class="crm-accordion-wrapper ">
- <div class="crm-accordion-header">
- {ts}Create Report{/ts}
- </div><!-- /.crm-accordion-header -->
- <div class="crm-accordion-body">
- <table class="form-layout-compressed">
- <tr>
+ <table class="form-layout-compressed">
+ <tr id='showoption'>
+ <td colspan="2">
+ <table class="form-layout-compressed">
+ {* Conditionally show table for setting up selection options - for field types = radio, checkbox or select *}
+ {include file="CRM/Campaign/Form/ResultOptions.tpl"}
+ </table>
+ </td>
+ </tr>
+ {* Create Report *}
+ <tr id='showoption'>
+ <td colspan="2">
+ <div id="new-group" class="crm-accordion-wrapper">
+ <div class="crm-accordion-header">{ts}Create Report{/ts}</div>
+ <div class="crm-accordion-body">
+ <table class="form-layout-compressed">
+ <tr>
<td class="label">{$form.create_report.label}</td>
<td>{$form.create_report.html}</td>
- </tr>
- <tr>
+ </tr>
+ <tr>
<td class="label">{$form.report_title.label}</td>
<td>{$form.report_title.html|crmAddClass:big}</td>
- </tr>
+ </tr>
</table>
- </div><!-- /.crm-accordion-body -->
- </div><!-- /.crm-accordion-wrapper -->
- </td>
- </tr>
- </table>
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
-
+ </div>
+ </div>
+ </td>
+ </tr>
+ </table>
+ <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
+</div>
| and copyright information, see https://civicrm.org/licensing |
+--------------------------------------------------------------------+
*}
-<h3>
-{ts}Release Respondents{/ts}
-</h3>
+<h3>{ts}Release Respondents{/ts}</h3>
<div class="crm-form-block crm-block crm-campaign-task-release-form-block">
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
-<table class="form-layout-compressed">
- <tr class="crm-campaign-task-release-form-block-surveytitle">
- <td colspan=2>
- <div class="status">
- {icon icon="fa-info-circle"}{/icon}{ts 1=$surveyTitle}Do you want to release respondents for '%1' ?{/ts}
- </div>
- </td>
- </tr>
-
- <tr><td colspan=2>{include file="CRM/Contact/Form/Task.tpl"}</td></tr>
-</table>
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
+ <div class="messages status no-popup">
+ {icon icon="fa-info-circle"}{/icon}
+ {ts 1=$surveyTitle}Do you want to release respondents for '%1' ?{/ts}
+ </div>
+ {include file="CRM/Contact/Form/Task.tpl"}
+ <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
</div>
| and copyright information, see https://civicrm.org/licensing |
+--------------------------------------------------------------------+
*}
-<h3>
-{ts}Add Respondent Reservation(s){/ts}
-</h3>
+<h3>{ts}Add Respondent Reservation(s){/ts}</h3>
<div class="crm-form-block crm-block crm-campaign-task-reserve-form-block">
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
-<table class="form-layout-compressed">
- <tr class="crm-campaign-task-reserve-form-block-surveytitle">
- <td colspan=2>
- <div class="status">
- {icon icon="fa-info-circle"}{/icon}{ts 1=$surveyTitle}Do you want to reserve respondents for '%1' ?{/ts}
- </div>
- </td>
- </tr>
- <tr><td colspan=2>{include file="CRM/Contact/Form/Task.tpl"}</td></tr>
-</table>
+ <div class="messages status no-popup">
+ {icon icon="fa-info-circle"}{/icon}
+ {ts 1=$surveyTitle}Do you want to reserve respondents for '%1' ?{/ts}
+ </div>
+ {include file="CRM/Contact/Form/Task.tpl"}
-{* Group options *}
- {* New Group *}
- <div id="new-group" class="crm-accordion-wrapper collapsed">
- <div class="crm-accordion-header">
- {ts}Add respondent(s) to a new group{/ts}
- </div><!-- /.crm-accordion-header -->
- <div class="crm-accordion-body">
+ {* New Group *}
+ <div id="new-group" class="crm-accordion-wrapper collapsed">
+ <div class="crm-accordion-header">{ts}Add respondent(s) to a new group{/ts}</div>
+ <div class="crm-accordion-body">
<table class="form-layout-compressed">
<tr>
- <td class="description label">{$form.newGroupName.label}</td>
+ <td class="label">{$form.newGroupName.label}</td>
<td>{$form.newGroupName.html}</td>
</tr>
<tr>
- <td class="description label">{$form.newGroupDesc.label}</td>
+ <td class="label">{$form.newGroupDesc.label}</td>
<td>{$form.newGroupDesc.html}</td>
</tr>
</table>
- </div><!-- /.crm-accordion-body -->
- </div><!-- /.crm-accordion-wrapper -->
+ </div>
+ </div>
+ {* Existing Group *}
+ <div class="crm-accordion-wrapper crm-existing_group-accordion {if $hasExistingGroups} {else}collapsed{/if}">
+ <div class="crm-accordion-header">{ts}Add respondent(s) to existing group(s){/ts}</div>
+ <div class="crm-accordion-body">
+ <table class="form-layout-compressed">
+ <tr>
+ <td class="label">{$form.groups.label}</td>
+ <td>{$form.groups.html}</td>
+ </tr>
+ </table>
+ </div>
+ </div>
- {* Existing Group *}
- <div class="crm-accordion-wrapper crm-existing_group-accordion {if $hasExistingGroups} {else}collapsed{/if}">
- <div class="crm-accordion-header">
- {ts}Add respondent(s) to existing group(s){/ts}
- </div><!-- /.crm-accordion-header -->
- <div class="crm-accordion-body">
-
- <div class="form-item">
- <table><tr><td style="width: 14em;"></td><td>{$form.groups.html}</td></tr></table>
- </div>
- </div><!-- /.crm-accordion-body -->
- </div><!-- /.crm-accordion-wrapper -->
-{* End of group options *}
-
-
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
+ <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
</div>
{literal}
<script type="text/javascript">
+ CRM.$(function($) {
+ setDefaultGroup();
+ });
- CRM.$(function($) {
- setDefaultGroup( );
- });
-
- function setDefaultGroup( )
- {
+ function setDefaultGroup() {
var invalidGroupName = {/literal}'{$invalidGroupName}'{literal};
- if ( invalidGroupName ) {
+ if (invalidGroupName) {
cj("#new-group.collapsed").crmAccordionToggle();
} else {
- cj("#newGroupName").val( '' );
- cj("#newGroupDesc").val( '' );
+ cj("#newGroupName").val('');
+ cj("#newGroupDesc").val('');
}
- }
+ }
</script>
{/literal}
{* this template is used for adding/editing activities for a case. *}
<div class="crm-block crm-form-block crm-case-activity-form-block">
-
- {if $action neq 8 and $action neq 32768 }
- {* Include form buttons on top for new and edit modes. *}
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
- {/if}
-
{if $action eq 8 or $action eq 32768 }
<div class="messages status no-popup">
<i class="crm-i fa-info-circle" aria-hidden="true"></i>
*}
{* View Case Activities *}
<div class="crm-block crm-content-block crm-case-activity-view-block">
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top" linkButtons=$actionLinks}</div>
{if $revs}
{strip}
<table class="crm-info-panel">
*}
<div class="crm-block crm-form-block crm-case-form-block">
-{if $action neq 8 && $action neq 32768}
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
-{/if}
-
<h3>{if $action eq 8}{ts}Delete Case{/ts}{elseif $action eq 32768}{ts}Restore Case{/ts}{/if}</h3>
{if $action eq 8 or $action eq 32768 }
<div class="messages status no-popup">
{/ts}
</div>
<div class="crm-block crm-form-block crm-dedupe-find-form-block">
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout-compressed">
<tr class="crm-dedupe-find-form-block-group_id">
<td class="label">{$form.group_id.label}</td>
| and copyright information, see https://civicrm.org/licensing |
+--------------------------------------------------------------------+
*}
-
<h3>{ts 1=$contactTypes.$contact_type}Matching Rule for %1 Contacts{/ts}</h3>
<div class="crm-block crm-form-block crm-dedupe-rules-form-block">
<div class="help">
{ts}Configure up to five fields to evaluate when searching for 'suspected' duplicate contact records.{/ts} {help id="id-rules"}
</div>
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout">
<tr class="crm-dedupe-rules-form-block-title">
<td class="label">{$form.title.label}</td>
*}
{* this template is used for viewing and editing Domain information (for system-generated emails CiviMail-related values) *}
<div class="crm-block crm-form-block crm-domain-form-block">
-{if !($action eq 4)}
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
-{/if}
- <table class="form-layout-compressed">
- <tr>
- <td>
+ <table class="form-layout-compressed">
+ <tr>
+ <td>
{$form.name.label}{help id="domain-name"}<br />
{$form.name.html}
<br /><span class="description">{ts}The name of the organization or entity which owns this CiviCRM site or domain. This is the default organization contact record.{/ts}</span>
+--------------------------------------------------------------------+
*}
<div class="crm-form-block crm-block crm-contact-task-addtotag-form-block">
-<h3>
-{ts}Tag Contact(s){/ts}
-</h3>
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
-<table class="form-layout-compressed">
+ <h3>{ts}Tag Contacts{/ts}</h3>
+ <table class="form-layout-compressed">
<tr class="crm-contact-task-addtotag-form-block-tag">
<td>
<div class="listing-box">
{include file="CRM/common/Tagset.tpl"}
</td>
</tr>
-
<tr><td>{include file="CRM/Contact/Form/Task.tpl"}</td></tr>
-</table>
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
+ </table>
+ <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
</div>
+--------------------------------------------------------------------+
*}
<div class="crm-form-block crm-block crm-contact-task-addtodonot-form-block">
-<h3>
-{ts}Add 'Do Not...' Contact(s) Preferences{/ts}
-</h3>
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
-<table class="form-layout-compressed">
+ <h3>{ts}Communication Preferences{/ts}</h3>
+ <table class="form-layout-compressed">
<tr><td>{$form.actionTypeOption.html}</td></tr>
<tr class="crm-contact-task-addtodonot-form-block-pref">
<td>
</div>
</td>
</tr>
-
<tr><td>{include file="CRM/Contact/Form/Task.tpl"}</td></tr>
-</table>
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
+ </table>
+ <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
</div>
+--------------------------------------------------------------------+
*}
<div class="crm-block crm-form-block crm-contactEmail-form-block">
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{if $suppressedEmails > 0}
<div class="status">
<p>{ts count=$suppressedEmails plural='Email will NOT be sent to %count contacts - (no email address on file, or communication preferences specify DO NOT EMAIL, or contact is deceased).'}Email will NOT be sent to %count contact - (no email address on file, or communication preferences specify DO NOT EMAIL, or contact is deceased).{/ts}</p>
+--------------------------------------------------------------------+
*}
<div class="crm-block crm-form-block crm-contact-task-mailing-label-form-block">
-<div class="messages status no-popup">{include file="CRM/Contact/Form/Task.tpl"}</div>
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
-<table class="form-layout-compressed">
+ <div class="messages status no-popup">{include file="CRM/Contact/Form/Task.tpl"}</div>
+ <table class="form-layout-compressed">
<tr class="crm-contact-task-mailing-label-form-block-label_name">
<td class="label">{$form.label_name.label}</td>
<td>{$form.label_name.html} {help id="id-select-label" file="CRM/Contact/Form/Task/Label.hlp"}</td>
<tr class="crm-contact-task-mailing-label-form-block-merge_same_household">
<td></td><td>{$form.merge_same_household.html} {$form.merge_same_household.label}</td>
</tr>
-</table>
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
+ </table>
+ <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
</div>
+--------------------------------------------------------------------+
*}
<div class="crm-form-block crm-block crm-contact-task-removefromgroup-form-block">
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
- <table class="form-layout-compressed">
- <tr class="crm-contact-task-removefromgroupform-block-group_id">
- <td class="label">{if $group.id}{ts}Group{/ts}{else}{$form.group_id.label}{/if}</td>
- <td>{$form.group_id.html}</td>
- </tr>
- <tr>
- <td></td><td>{include file="CRM/Contact/Form/Task.tpl"}</td>
- </tr>
- </table>
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
+ <table class="form-layout-compressed">
+ <tr class="crm-contact-task-removefromgroupform-block-group_id">
+ <td class="label">{if $group.id}{ts}Group{/ts}{else}{$form.group_id.label}{/if}</td>
+ <td>{$form.group_id.html}</td>
+ </tr>
+ <tr>
+ <td></td><td>{include file="CRM/Contact/Form/Task.tpl"}</td>
+ </tr>
+ </table>
+ <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
</div>
{* template to remove tags from contact *}
<div class="crm-form-block crm-block crm-contact-task-removefromtag-form-block">
<h3>
- {ts}Tag Contact(s) (Remove){/ts}
+ {ts}Remove Tags from Contacts{/ts}
</h3>
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout-compressed">
<tr class="crm-contact-task-removefromtag-form-block-tag">
<td>
+--------------------------------------------------------------------+
*}
<div class="crm-block crm-form-block crm-contactSMS-form-block">
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{if $suppressedSms > 0}
<div class="status">
<p>{ts count=$suppressedSms plural='SMS will NOT be sent to %count contacts - (no phone number on file, or communication preferences specify DO NOT SMS, or contact is deceased).'}SMS will NOT be sent to %count contact - (no phone number on file, or communication preferences specify DO NOT SMS, or contact is deceased).{/ts}</p>
<p>{ts}Review the values shown below from the first 2 rows of your import file and select the matching CiviCRM database fields from the drop-down lists in the right-hand column. Select '- do not import -' for any columns in the import file that you want ignored.{/ts}</p>
<p>{ts}If you think you may be importing additional data from the same data source, check 'Save this field mapping' at the bottom of the page before continuing. The saved mapping can then be easily reused the next time data is imported.{/ts}</p>
</div>
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{* Table for mapping data to CRM fields *}
- {include file="CRM/Contact/Import/Form/MapTable.tpl" mapper=$form.mapper}
+ {include file="CRM/Contact/Import/Form/MapTable.tpl" mapper=$form.mapper}
{* // Set default location type *}
{literal}
<p>{ts}Click 'Import Now' if you are ready to proceed.{/ts}</p>
</div>
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<div id="preview-info">
{* Summary Preview (record counts) *}
{/if}
{elseif $action eq 1 or $action eq 2} {* action is add or update *}
<div class="crm-block crm-form-block crm-note-form-block">
- <div class="content crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout">
<tr>
<td class="label">{$form.subject.label}</td>
+--------------------------------------------------------------------+
*}
<div class="crm-block crm-form-block crm-useradd-form-block">
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
- <table class="form-layout-compressed">
- <tr>
- <td class="label">{$form.name.label}</td><td>{$form.name.html}</td>
- </tr>
- <tr>
- <td class="label">{$form.cms_name.label}</td><td>{$form.cms_name.html} <a id="checkavailability" href="#" onClick="return false;">{ts}<strong>Check Availability</strong>{/ts}</a> <span id="msgbox" style="display:none"></span><br />
- <span class="description">{ts}Select a username; punctuation is not allowed except for periods, hyphens, and underscores.{/ts}</span>
- </td>
- </tr>
- <tr>
- <td class="label">{$form.cms_pass.label}</td><td>{$form.cms_pass.html}</td>
- </tr>
- <tr>
- <td class="label">{$form.cms_confirm_pass.label}</td><td>{$form.cms_confirm_pass.html}</td>
- </tr>
- <tr>
- <td class="label">{$form.email.label}</td><td>{$form.email.html}</td>
- </tr>
- </table>
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
+ <table class="form-layout-compressed">
+ <tr>
+ <td class="label">{$form.name.label}</td><td>{$form.name.html}</td>
+ </tr>
+ <tr>
+ <td class="label">{$form.cms_name.label}</td>
+ <td>{$form.cms_name.html} <a id="checkavailability" href="#" onClick="return false;">{ts}<strong>Check Availability</strong>{/ts}</a> <span id="msgbox" style="display:none"></span><br />
+ <span class="description">{ts}Select a username; punctuation is not allowed except for periods, hyphens, and underscores.{/ts}</span>
+ </td>
+ </tr>
+ <tr>
+ <td class="label">{$form.cms_pass.label}</td><td>{$form.cms_pass.html}</td>
+ </tr>
+ <tr>
+ <td class="label">{$form.cms_confirm_pass.label}</td><td>{$form.cms_confirm_pass.html}</td>
+ </tr>
+ <tr>
+ <td class="label">{$form.email.label}</td><td>{$form.email.html}</td>
+ </tr>
+ </table>
+ <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
</div>
<script type="text/javascript">
{include file="CRM/common/checkUsernameAvailable.tpl"}
<a class="open-inline-noreturn action-item crm-hover-button" href="{$ccModeLink}"><i class="crm-i fa-credit-card" aria-hidden="true"></i> {ts}submit credit card contribution{/ts}</a>
</div>
{/if}
- <div class="crm-submit-buttons">
- {include file="CRM/common/formButtons.tpl" location=''}
- </div>
{if !empty($isOnline)}{assign var=valueStyle value=" class='view-value'"}{else}{assign var=valueStyle value=""}{/if}
<table class="form-layout-compressed">
<tr class="crm-contribution-form-block-contact_id">
<div class="help">
{ts}Use this form to configure Contribution Amount options. You can give contributors the ability to enter their own contribution amounts and/or provide a fixed list of amounts. For fixed amounts, you can enter a label for each 'level' of contribution (e.g. Friend, Sustainer, etc.). If you allow people to enter their own dollar amounts, you can also set minimum and maximum values. Depending on your choice of Payment Processor, you may be able to offer a recurring contribution option.{/ts} {docURL page="user/contributions/payment-processors"}
</div>
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{if !$paymentProcessor}
{capture assign=ppUrl}{crmURL p='civicrm/admin/paymentProcessor' q="reset=1"}{/capture}
<div class="status message">
<div class="help">
<p>{ts}You may want to collect information from contributors beyond what is required to make a contribution. For example, you may want to inquire about volunteer availability and skills. Add any number of fields to your contribution form by selecting CiviCRM Profiles (collections of fields) to include at the beginning of the page, and/or at the bottom.{/ts} {help id="contrib-profile"}</p>
</div>
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout-compressed">
<tr class="crm-contribution-contributionpage-custom-form-block-custom_pre_id">
<td class="label">{$form.custom_pre_id.label}</td>
{ts}Then select and review the premiums that you want to offer on this contribution page.{/ts}
</div>
<div id="id_Premiums" class="crm-block crm-form-block crm-contribution-contributionpage-premium-form-block">
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout-compressed">
<tr class="crm-contribution-contributionpage-premium-form-block-premiums_active">
<td class="label">{$form.premiums_active.label}</td>
{/if}
</div>
<div class="crm-block crm-form-block crm-contribution-contributionpage-settings-form-block">
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout-compressed">
<tr class="crm-contribution-contributionpage-settings-form-block-frontend-title">
<td class="label">{$form.frontend_title.label} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_contribution_page' field='frontend_title' id=$contributionPageID}{/if}</td>
<div class="help">
<p>{ts}Use this form to configure the thank-you message and receipting options.{/ts} {help id="id_thank"}</p>
</div>
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout">
<tr class="crm-contribution-contributionpage-thankyou-form-block-thankyou_title">
<td class="label">{$form.thankyou_title.label}{if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_contribution_page' field='thankyou_title' id=$contributionPageID}{/if} {help id="id_thankyou-title"}</td>
<div class="help">
{ts}CiviContribute widgets allow you and your supporters to easily promote this fund-raising campaign. Widget code can be added to any web page. It will provide a real-time display of current contribution results and a direct link to this contribution page.{/ts} {help id="id-intro"}
</div>
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout-compressed">
<tr class="crm-contribution-contributionpage-widget-form-block-is_active"><td style="width: 12em;"> </td><td style="font-size: 10pt;">{$form.is_active.html} {$form.is_active.label}</td></tr>
</table>
{elseif $action eq 1024}
{include file="CRM/Contribute/Form/Contribution/PremiumBlock.tpl" context="previewPremium"}
{else}
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{crmRegion name="contribute-form-managepremiums-standard-fields"}
<table class="form-layout-compressed">
<tr class="crm-contribution-form-block-name">
+++ /dev/null
-{*
- +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC. All rights reserved. |
- | |
- | This work is published under the GNU AGPLv3 license with some |
- | permitted exceptions and without any warranty. For full license |
- | and copyright information, see https://civicrm.org/licensing |
- +--------------------------------------------------------------------+
-*}
-{* this template is used for adding/editing/deleting Payment-Method *}
-<div class="crm-block crm-form-block crm-contribution-payment_instrument-form-block">
-<fieldset><legend>{if $action eq 1}{ts}New Payment Method{/ts}{elseif $action eq 2}{ts}Edit Payment Method{/ts}{else}{ts}Delete Payment Method{/ts}{/if}</legend>
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
- {if $action eq 8}
- <div class="messages status no-popup">
- {icon icon="fa-info-circle"}{/icon}
- {ts}WARNING: Deleting this option will result in the loss of all contribution records which use this option.{/ts} {ts}This may mean the loss of a substantial amount of data, and the action cannot be undone.{/ts} {ts}Do you want to continue?{/ts}
- </div>
- {else}
- <table>
- <tr class="crm-contribution-form-block-name"><td class="label">{$form.name.label}</td><td class="html-adjust">{$form.name.html}</td></tr>
- <tr class="crm-contribution-form-block-description"><td class="label">{$form.description.label}</td><td class="html-adjust">{$form.description.html}</td></tr>
- <tr class="crm-contribution-form-block-is_active"><td class="label">{$form.is_active.label}</td><td class="html-adjust">{$form.is_active.html}</td></tr>
- </table>
- {/if}
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
-</fieldset>
-</div>
+++ /dev/null
-{*
- +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC. All rights reserved. |
- | |
- | This work is published under the GNU AGPLv3 license with some |
- | permitted exceptions and without any warranty. For full license |
- | and copyright information, see https://civicrm.org/licensing |
- +--------------------------------------------------------------------+
-*}
-<div class="crm-block crm-form-block crm-contribution-preview-form-block">
- <fieldset><legend>{ts}Contribution Page{/ts}</legend>
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
- <table class="form-layout-compressed">
- <tr class="crm-contribution-form-block-intro_text">
- <td class="label">{$form.intro_text.label}</td>
- <td class="html-adjust">{$form.intro_text.html}</td>
- </tr>
- <tr class="crm-contribution-form-block-amount">
- <td class="label">{$form.amount.label}</td>
- <td class="html-adjust">{$form.amount.html}</td>
- </tr>
-{if $is_allow_other_amount}
- <tr class="crm-contribution-form-block-amount_other">
- <td class="label">{$form.amount_other.label}</td>
- <td class="html-adjust">{$form.amount_other.html}</td>
- </tr>
-{/if}
- <tr class="crm-contribution-form-block-email">
- <td class="label">{$form.email.label}</td>
- <td class="html-adjust">{$form.email.html}</td>
- </tr>
-{include file="CRM/UF/Form/Block.tpl" fields=$customPre}
- <tr class="crm-contribution-form-block-_qf_Preview_next_express"><td></td><td>{$form._qf_Preview_next_express.html}</td>
- </tr>
- <tr class="crm-contribution-form-block-first_name">
- <td class="label">{$form.first_name.label}</td>
- <td class="html-adjust">{$form.first_name.html}</td>
- </tr>
- <tr class="crm-contribution-form-block-middle_name">
- <td class="label">{$form.middle_name.label}</td>
- <td class="html-adjust">{$form.middle_name.html}</td>
- </tr>
- <tr class="crm-contribution-form-block-last_name">
- <td class="label">{$form.last_name.label}</td>
- <td class="html-adjust">{$form.last_name.html}</td>
- </tr>
- <tr class="crm-contribution-form-block-street1">
- <td class="label">{$form.street1.label}</td>
- <td class="html-adjust">{$form.street1.html}</td>
- </tr>
- <tr class="crm-contribution-form-block-city">
- <td class="label">{$form.city.label}</td>
- <td class="html-adjust">{$form.city.html}</td>
- </tr>
- <tr class="crm-contribution-form-block-state_province">
- <td class="label">{$form.state_province.label}</td>
- <td class="html-adjust">{$form.state_province.html}</td>
- </tr>
- <tr class="crm-contribution-form-block-postal_code">
- <td class="label">{$form.postal_code.label}</td>
- <td class="html-adjust">{$form.postal_code.html}</td>
- </tr>
- <tr class="crm-contribution-form-block-country_id">
- <td class="label">{$form.country_id.label}</td>
- <td class="html-adjust">{$form.country_id.html}</td>
- </tr>
- <tr class="crm-contribution-form-block-credit_card_number">
- <td class="label">{$form.credit_card_number.label}</td>
- <td class="html-adjust">{$form.credit_card_number.html}</td>
- </tr>
- <tr class="crm-contribution-form-block-cvv2">
- <td class="label">{$form.cvv2.label}</td>
- <td class="html-adjust">{$form.cvv2.html}</td>
- </tr>
- <tr class="crm-contribution-form-block-credit_card_type">
- <td class="label">{$form.credit_card_type.label}</td>
- <td class="html-adjust">{$form.credit_card_type.html}</td>
- </tr>
- <tr class="crm-contribution-form-block-credit_card_exp_date">
- <td class="label">{$form.credit_card_exp_date.label}</td>
- <td class="html-adjust">{$form.credit_card_exp_date.html}</td>
- </tr>
-{include file="CRM/UF/Form/Block.tpl" fields=$customPost}
- </table>
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
- </fieldset>
-</div>
{/if}
</div>
{/if}
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{if $form.amount.frozen}
<div class="help">
{icon icon="fa-info-circle"}{/icon}
<div class="help">
<p>{ts}Review the values shown below from the first 2 rows of your import file and select the matching CiviCRM database fields from the drop-down lists in the right-hand column. Select '- do not import -' for any columns in the import file that you want ignored.{/ts}</p>
<p>{ts}If you think you may be importing additional data from the same data source, check 'Save this field mapping' at the bottom of the page before continuing. The saved mapping can then be easily reused the next time data is imported.{/ts}</p>
-</div>
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
-{* Table for mapping data to CRM fields *}
-{include file="CRM/Import/Form/MapTableCommon.tpl" mapper=$form.mapper}
-
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
- {$initHideBoxes|smarty:nodefaults}
+ </div>
+ {* Table for mapping data to CRM fields *}
+ {include file="CRM/Import/Form/MapTableCommon.tpl" mapper=$form.mapper}
+ <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
+ {$initHideBoxes|smarty:nodefaults}
</div>
{literal}
<script type="text/javascript" >
<p>{ts}Click 'Import Now' if you are ready to proceed.{/ts}</p>
</div>
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{* Summary Preview (record counts) *}
<table id="preview-counts" class="report">
*}
{* this template is used for adding/editing entities *}
<div class="crm-block crm-form-block crm-{$entityInClassFormat}-form-block">
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{if $action eq 8}
<div class="messages status no-popup">
{icon icon="fa-info-circle"}{/icon}
+--------------------------------------------------------------------+
*}
<div class="crm-form crm-form-block crm-{$taskComponent.lc}-task-pickprofile-form-block">
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
- <table class="form-layout-compressed">
+ <table class="form-layout-compressed">
<tr class="crm-{$taskComponent.lc}-task-pickprofile-form-block-uf_group_id">
<td class="label">{$form.uf_group_id.label}</td><td>{$form.uf_group_id.html}</td>
</tr>
{assign var="ucfirst" value=$taskComponent.ucfirst}
{include file="CRM/$ucfirst/Form/Task.tpl"}</td>
</tr>
- </table>
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
+ </table>
+ <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
</div>
+--------------------------------------------------------------------+
*}
<div class="crm-block crm-form-block crm-custom-field-form-block">
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout">
<tr class="crm-custom-field-form-block-label">
<td class="label">{$form.label.label}
{* add/update/view custom data group *}
<div class="help">{ts}Use Custom Field Sets to add logically related fields for a specific type of CiviCRM record (e.g. contact records, contribution records, etc.).{/ts} {help id="id-group_intro"}</div>
<div class="crm-block crm-form-block">
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout">
<tr>
<td class="label">{$form.title.label} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_custom_group' field='title' id=$gid}{/if}</td>
| and copyright information, see https://civicrm.org/licensing |
+--------------------------------------------------------------------+
*}
-
<div class="crm-block crm-form-block crm-move-field-block">
<table class="form-layout-compressed">
<tr><td class="label">{$form.dst_group_id.label}</td>
</tr>
<tr><td class="label">{$form.is_copy.label}</td><td>{$form.is_copy.html}</td></tr>
</table>
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
+ <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
</div>
*}
<div class="crm-block {if $action eq 4}crm-content-block {else}crm-form-block {/if}crm-custom_option-form-block">
<h3>{if $action eq 4 }{ts}View Option{/ts}{elseif $action eq 2}{ts}Edit Option{/ts}{elseif $action eq 8}{ts 1=$label}Delete Option "%1"{/ts}{else}{ts}Add Option{/ts}{/if}</h3>
- {if $action ne 4 AND $action ne 8}
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
- {/if} {* $action ne view *}
{if $action eq 8}
<div class="messages status no-popup">
{icon icon="fa-info-circle"}{/icon}
<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
{else}
<div class="crm-submit-buttons">{$form.done.html}</div>
- {/if} {* $action ne view *}
+ {/if}
</div>
*}
{* this template is used for confirmation of delete for event *}
<div class="crm-block crm-form-block crm-event-manage-delete-form-block">
-<div class="crm-submit-buttons">
- {include file="CRM/common/formButtons.tpl" location="top"}
-</div>
-<div class="messages status no-popup">
- {icon icon="fa-info-circle"}{/icon}
- <div>
+ <div class="messages status no-popup">
+ {icon icon="fa-info-circle"}{/icon}
+ <div>
{if $isTemplate}
{ts}Warning: Deleting this event template will also delete associated Event Registration Page and Event Fee configurations.{/ts} {ts}This action cannot be undone.{/ts} {ts}Do you want to continue?{/ts}
{else}
{ts}Warning: Deleting this event will also delete associated Event Registration Page and Event Fee configurations.{/ts} {ts}This action cannot be undone.{/ts} {ts}Do you want to continue?{/ts}
{/if}
- </div>
-</div>
-
-<div class="crm-submit-buttons">
- {include file="CRM/common/formButtons.tpl" location="bottom"}
-</div>
+ </div>
+ </div>
+ <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
</div>
{$form.delete_participant.html}
{/if}
{else} {* If action is other than Delete *}
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout-compressed">
{if $context EQ 'standalone' OR $context EQ 'participant' OR $action EQ 2}
<tr class="crm-participant-form-contact-id">
+--------------------------------------------------------------------+
*}
<div class="help">
-<p>{ts}Select the fields to be exported using the table below. You'll see a live preview of the first few records for each field.{/ts}</p>
-
-<p>{ts}Your export can include multiple types of contacts, and non-applicable fields will be empty (e.g. <strong>Last Name</strong> will not be populated for an Organization record).{/ts}</p>
-
-<p>{ts}If you want to use the same export setup in the future, check 'Save Fields' at the bottom of the page before continuing. You will then be able to reload this setup with a single click.{/ts}</p>
+ <p>{ts}Select the fields to be exported using the table below. You'll see a live preview of the first few records for each field.{/ts}</p>
+ <p>{ts}Your export can include multiple types of contacts, and non-applicable fields will be empty (e.g. <strong>Last Name</strong> will not be populated for an Organization record).{/ts}</p>
+ <p>{ts}If you want to use the same export setup in the future, check 'Save Fields' at the bottom of the page before continuing. You will then be able to reload this setup with a single click.{/ts}</p>
</div>
-
<div class="crm-block crm-form-block crm-export-map-form-block">
-{* Export Wizard - Step 3 (map export data fields) *}
-
- {* WizardHeader.tpl provides visual display of steps thru the wizard as well as title for current step *}
- {include file="CRM/common/WizardHeader.tpl"}
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
+ {* Export Wizard - Step 3 (map export data fields) *}
+ {* WizardHeader.tpl provides visual display of steps thru the wizard as well as title for current step *}
+ {include file="CRM/common/WizardHeader.tpl"}
<crm-angular-js modules="exportui">
<crm-export-ui class="crm-export-field-selector-outer"></crm-export-ui>
{* WizardHeader.tpl provides visual display of steps thru the wizard as well as title for current step *}
{include file="CRM/common/WizardHeader.tpl"}
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<div id="export-type">
<div class="crm-section crm-exportOption-section">
<h3>{ts count=$totalSelectedRecords plural='%count records selected for export.'}One record selected for export.{/ts}</h3>
{ts}WARNING: You cannot delete a {$delName} Financial Account if it is currently used by any Financial Types. Consider disabling this option instead.{/ts} {ts}Deleting a financial type cannot be undone.{/ts} {ts}Do you want to continue?{/ts}
</div>
{else}
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout-compressed">
<tr class="crm-contribution-form-block-name">
<td class="label">{$form.name.label}</td>
{ts}WARNING: You cannot delete a financial type if it is currently used by any Contributions, Contribution Pages or Membership Types. Consider disabling this option instead.{/ts} {ts}Deleting a financial type cannot be undone.{/ts} {ts}Do you want to continue?{/ts}
</div>
{else}
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
-
<table class="form-layout">
<tr class="crm-contribution-form-block-name">
<td class="label">{$form.title.label}</td>
{ts}WARNING: You cannot delete a financial type if it is currently used by any Contributions, Contribution Pages or Membership Types. Consider disabling this option instead.{/ts} {ts}Deleting a financial type cannot be undone. Unbalanced transactions may be created if you delete this account.{/ts} {ts}Do you want to continue?{/ts}
</div>
{else}
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
-
<table class="form-layout">
-
<tr class="crm-contribution-form-block-account_relationship">
<td class="label">{$form.account_relationship.label}</td>
<td class="html-adjust">{$form.account_relationship.html}</td>
<td class="label">{$form.financial_account_id.label}</td>
<td class="html-adjust">{$form.financial_account_id.html}</td>
</tr>
-
</table>
{/if}
<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="botttom"}</div>
+--------------------------------------------------------------------+
*}
<div class="crm-block crm-form-block crm-{$formName}-block">
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{include file="CRM/Form/basicFormFields.tpl"}
<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
</div>
{/if}
{ts}If sharing through social media is enabled, links allowing people to share with their social network will also be included on the Tell a Friend form (e.g. Facebook "Like" and Twitter). You can turn social media sharing on and off from the Settings tab.{/ts}
</div>
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout">
<tr class="crm-friend-manage-form-block-tf_is_active">
<td class="label"">{$form.tf_is_active.html}</td>
{ts}Enter a unique name and a description for your new group here. Then click 'Continue' to find contacts to add to your new group.{/ts}
{/if}
</div>
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout">
<tr class="crm-group-form-block-frontend-title">
<div class="help">
{ts 1=$importEntity 2= $importEntities}The %1 Import Wizard allows you to easily upload %2 from other applications into CiviCRM.{/ts}
</div>
-
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<div id="choose-data-source" class="form-item">
<h3>{ts}Choose Data Source{/ts}</h3>
<table class="form-layout">
{literal}<script type="text/javascript">CRM.$('#use_existing_upload').prop('checked',true).change();</script>{/literal}
{/if}
</div>
-
<p>{ts}Review the values shown below from the first 2 rows of your import file and select the matching CiviCRM database fields from the drop-down lists in the right-hand column. Select '- do not import -' for any columns in the import file that you want ignored.{/ts}</p>
<p>{ts}If you think you may be importing additional data from the same data source, check 'Save this field mapping' at the bottom of the page before continuing. The saved mapping can then be easily reused the next time data is imported.{/ts}</p>
</div>
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
- {* Table for mapping data to CRM fields *}
- {include file="CRM/Import/Form/MapTableCommon.tpl" mapper=$form.mapper}
- <br />
-
+ {* Table for mapping data to CRM fields *}
+ {include file="CRM/Import/Form/MapTableCommon.tpl" mapper=$form.mapper}
<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
{$initHideBoxes|smarty:nodefaults}
{literal}
*}
{* this template is used for web-based subscriptions to mailing list type groups *}
<div class="crm-block crm-mailing-subscribe-form-block">
-{if $single}
- <div class="help">
- {ts}Enter your email address and click <strong>Subscribe</strong>. You will receive a confirmation request via email shortly. Your subscription will be activated after you respond to that email.{/ts}
- </div>
-{else}
- <div class="help">
- {ts}Enter your email address and check the box next to each mailing list you want to join. Then click the <strong>Subscribe</strong> button. You will receive a confirmation request via email for each selected list. Activate your subscription to each list by responding to the corresponding confirmation email.{/ts}
- </div>
-{/if}
-
-<table class="form-layout-compressed">
+ {if $single}
+ <div class="help">{ts}Enter your email address and click <strong>Subscribe</strong>. You will receive a confirmation request via email shortly. Your subscription will be activated after you respond to that email.{/ts}</div>
+ {else}
+ <div class="help">{ts}Enter your email address and check the box next to each mailing list you want to join. Then click the <strong>Subscribe</strong> button. You will receive a confirmation request via email for each selected list. Activate your subscription to each list by responding to the corresponding confirmation email.{/ts}</div>
+ {/if}
+ <table class="form-layout-compressed">
<tr class="crm-mailing-subscribe-form-block-email"><td style="width: 10%;">{$form.email.label}</td><td>{$form.email.html}</td></tr>
<tr><td colspan="2">
<div class="spacer"></div>
{/if}
</td>
</tr>
-</table>
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
-</div><!-- end crm-block -->
+ </table>
+ <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
+</div>
<a class="open-inline-noreturn action-item crm-hover-button" href="{$ccModeLink}"><i class="crm-i fa-credit-card" aria-hidden="true"></i> {ts}submit credit card membership{/ts}</a>
</div>
{/if}
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{if $action eq 8}
<div class="messages status no-popup">
{icon icon="fa-info-circle"}{/icon}
*}
{* Configure Membership signup/renewal block for an Online Contribution page *}
<div id="form" class="crm-block crm-form-block crm-member-membershipblock-form-block">
-<div class="help">
+ <div class="help">
{ts}Use this form to enable and configure a Membership Signup and Renewal section for this Online Contribution Page. If you're not using this page for membership signup, leave the <strong>Enabled</strong> box un-checked..{/ts} {docURL page="user/membership/online-membership-sign-up/"}
-</div>
+ </div>
{if !empty($form.membership_type.html)}
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout-compressed">
<tr class="crm-member-membershipblock-form-block-member_is_active">
<td class="label"></td><td class="html-adjust">{$form.member_is_active.html} {$form.member_is_active.label}</td>
{ts 1=$linkURL}You need to have at least one <a href="%1">Membership Type</a> with 'Public' visibility in order to enable self-service Membership Signup and Renewal.{/ts}
</div>
{/if}
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
+ <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
</div>
{literal}
{* this template is used for adding/editing/deleting membership status *}
<div class="crm-block crm-form-block crm-membership-status-form-block" id=membership_status>
<fieldset><legend>{if $action eq 1}{ts}New Membership Status{/ts}{elseif $action eq 2}{ts}Edit Membership Status{/ts}{else}{ts}Delete Membership Status{/ts}{/if}</legend>
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{if $action eq 8}
<div class="messages status no-popup">
{icon icon="fa-info-circle"}{/icon}
{include file="CRM/Core/Form/EntityForm.tpl"}
{else}
<div class="crm-block crm-form-block crm-membership-type-form-block">
-
<div class="form-item" id="membership_type_form">
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout-compressed">
{foreach from=$tpl_standardised_fields item=fieldName}
{assign var=fieldSpec value=$entityFields.$fieldName}
+--------------------------------------------------------------------+
*}
<div class="crm-block crm-form-block crm-contact-task-mailing-label-form-block">
-<div class="messages status no-popup">{include file="CRM/Member/Form/Task.tpl"}</div>
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
-<table class="form-layout-compressed">
+ <div class="messages status no-popup">{include file="CRM/Member/Form/Task.tpl"}</div>
+ <table class="form-layout-compressed">
<tr class="crm-contact-task-mailing-label-form-block-label_name">
<td class="label">{$form.label_name.label}</td>
<td>{$form.label_name.html} {help id="id-select-label" file="CRM/Contact/Form/Task/Label.hlp"}</td>
<tr class="crm-contact-task-mailing-label-form-block-merge_same_household">
<td></td><td>{$form.merge_same_household.html} {$form.merge_same_household.label}</td>
</tr>
-</table>
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
+ </table>
+ <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
</div>
<p>{ts}Click 'Import Now' if you are ready to proceed.{/ts}</p>
</div>
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{* Summary Preview (record counts) *}
<table id="preview-counts" class="report">
| and copyright information, see https://civicrm.org/licensing |
+--------------------------------------------------------------------+
*}
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout">
- <tr class="crm-contribution-contributionpage-pcp-form-block-pcp_active">
- <td class="label"> </td>
- <td>{$form.pcp_active.html} {$form.pcp_active.label}</td>
+ <tr class="crm-contribution-contributionpage-pcp-form-block-pcp_active">
+ <td class="label"> </td>
+ <td>{$form.pcp_active.html} {$form.pcp_active.label}</td>
</tr>
</table>
{/if}
{/if}
<div class="crm-block crm-form-block crm-pledge-form-block">
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{if $action eq 8}
<div class="messages status no-popup">
{icon icon="fa-info-circle"}{/icon}
{/if}
<div class="crm-block crm-content-block crm-pledge-view-block">
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
-<table class="crm-info-panel">
- <tr class="crm-pledge-form-block-displayName"><td class="label">{ts}Pledge By{/ts}</td><td class="bold"><a href="{crmURL p='civicrm/contact/view' q="reset=1&cid=$contactId"}">{$displayName}</a></td></tr>
- <tr class="crm-pledge-form-block-amount">
- <td class="label">{ts}Total Pledge Amount{/ts}</td>
- <td><span class="bold">{$amount|crmMoney:$currency}</span>
- {if $originalPledgeAmount}<div class="messages status no-popup">{icon icon="fa-info-circle"}{/icon}{ts 1=$originalPledgeAmount|crmMoney:$currency} Pledge total has changed due to payment adjustments. Original pledge amount was %1.{/ts}</div>{/if}
- </td>
- </tr>
- <tr class="crm-pledge-form-block-installments"><td class="label">{ts}To be paid in{/ts}</td><td>{$installments} {ts}installments of{/ts} {$original_installment_amount|crmMoney:$currency} {ts}every{/ts} {$frequency_interval} {$frequencyUnit}</td></tr>
+ <table class="crm-info-panel">
+ <tr class="crm-pledge-form-block-displayName"><td class="label">{ts}Pledge By{/ts}</td><td class="bold"><a href="{crmURL p='civicrm/contact/view' q="reset=1&cid=$contactId"}">{$displayName}</a></td></tr>
+ <tr class="crm-pledge-form-block-amount">
+ <td class="label">{ts}Total Pledge Amount{/ts}</td>
+ <td><span class="bold">{$amount|crmMoney:$currency}</span>
+ {if $originalPledgeAmount}<div class="messages status no-popup">{icon icon="fa-info-circle"}{/icon}{ts 1=$originalPledgeAmount|crmMoney:$currency} Pledge total has changed due to payment adjustments. Original pledge amount was %1.{/ts}</div>{/if}
+ </td>
+ </tr>
+ <tr class="crm-pledge-form-block-installments"><td class="label">{ts}To be paid in{/ts}</td><td>{$installments} {ts}installments of{/ts} {$original_installment_amount|crmMoney:$currency} {ts}every{/ts} {$frequency_interval} {$frequencyUnit}</td></tr>
<tr><td class="label">{ts}Payments are due on the{/ts}</td><td>{$frequency_day} day of the period</td></tr>
-
{if $start_date}
- <tr class="crm-pledge-form-block-create_date"><td class="label">{ts}Pledge Made{/ts}</td><td>{$create_date|truncate:10:''|crmDate}</td></tr>
- <tr class="crm-pledge-form-block-start_date"><td class="label">{ts}Payment Start{/ts}</td><td>{$start_date|truncate:10:''|crmDate}</td></tr>
- {/if}
+ <tr class="crm-pledge-form-block-create_date"><td class="label">{ts}Pledge Made{/ts}</td><td>{$create_date|truncate:10:''|crmDate}</td></tr>
+ <tr class="crm-pledge-form-block-start_date"><td class="label">{ts}Payment Start{/ts}</td><td>{$start_date|truncate:10:''|crmDate}</td></tr>
+ {/if}
{if $end_date}
- <tr class="crm-pledge-form-block-end_date"><td class="label">{ts}End Date{/ts}</td><td>{$end_date|truncate:10:''|crmDate}</td></tr>
- {/if}
- {if $cancel_date}
- <tr class="crm-pledge-form-block-cancel_date"><td class="label">{ts}Cancelled Date{/ts}</td><td>{$cancel_date|truncate:10:''|crmDate}</td></tr>
+ <tr class="crm-pledge-form-block-end_date"><td class="label">{ts}End Date{/ts}</td><td>{$end_date|truncate:10:''|crmDate}</td></tr>
{/if}
- <tr class="crm-pledge-form-block-contribution_type crm-pledge-form-block-financial_type"><td class="label">{ts}Financial Type{/ts}</td><td>{$financial_type}
- {if $is_test}
- {ts}(test){/ts}
+ {if $cancel_date}
+ <tr class="crm-pledge-form-block-cancel_date"><td class="label">{ts}Cancelled Date{/ts}</td><td>{$cancel_date|truncate:10:''|crmDate}</td></tr>
{/if}
- </td></tr>
-
+ <tr class="crm-pledge-form-block-contribution_type crm-pledge-form-block-financial_type">
+ <td class="label">{ts}Financial Type{/ts}</td>
+ <td>{$financial_type} {if $is_test}{ts}(test){/ts}{/if}</td>
+ </tr>
{if $campaign}
- <tr class="crm-pledge-form-block-campaign">
- <td class="label">{ts}Campaign{/ts}</td>
- <td>{$campaign}</td>
- </tr>
+ <tr class="crm-pledge-form-block-campaign">
+ <td class="label">{ts}Campaign{/ts}</td>
+ <td>{$campaign}</td>
+ </tr>
{/if}
-
{if $acknowledge_date}
- <tr class="crm-pledge-form-block-acknowledge_date"><td class="label">{ts}Received{/ts}</td><td>{$acknowledge_date|truncate:10:''|crmDate} </td></tr>
- {/if}
+ <tr class="crm-pledge-form-block-acknowledge_date"><td class="label">{ts}Received{/ts}</td><td>{$acknowledge_date|truncate:10:''|crmDate} </td></tr>
+ {/if}
{if $contribution_page}
- <tr class="crm-pledge-form-block-contribution_page"><td class="label">{ts}Self-service Payments Page{/ts}</td><td>{$contribution_page}</td></tr>
+ <tr class="crm-pledge-form-block-contribution_page"><td class="label">{ts}Self-service Payments Page{/ts}</td><td>{$contribution_page}</td></tr>
{/if}
- <tr class="crm-pledge-form-block-pledge_status"><td class="label">{ts}Pledge Status{/ts}</td><td{if $status_id eq 3} class="font-red bold"{/if}>{$pledge_status} </td></tr>
+ <tr class="crm-pledge-form-block-pledge_status"><td class="label">{ts}Pledge Status{/ts}</td><td{if $status_id eq 3} class="font-red bold"{/if}>{$pledge_status} </td></tr>
{if $honor_contact_id}
- <tr class="crm-pledge-form-block-honor_type"><td class="label">{$honor_type}</td><td>{$honor_display}</td></tr>
+ <tr class="crm-pledge-form-block-honor_type"><td class="label">{$honor_type}</td><td>{$honor_display}</td></tr>
{/if}
- <tr class="crm-pledge-form-block-initial_reminder_day"><td class="label">{ts}Initial Reminder Day{/ts}</td><td>{$initial_reminder_day} days prior to schedule date </td></tr>
- <tr class="crm-pledge-form-block-max_reminders"><td class="label">{ts}Maximum Reminders Send{/ts}</td><td>{$max_reminders} </td></tr>
- <tr class="crm-pledge-form-block-additional_reminder_day"><td class="label">{ts}Send additional reminders{/ts}</td><td>{$additional_reminder_day} days after the last one sent</td></tr>
-
+ <tr class="crm-pledge-form-block-initial_reminder_day"><td class="label">{ts}Initial Reminder Day{/ts}</td><td>{$initial_reminder_day} days prior to schedule date </td></tr>
+ <tr class="crm-pledge-form-block-max_reminders"><td class="label">{ts}Maximum Reminders Send{/ts}</td><td>{$max_reminders} </td></tr>
+ <tr class="crm-pledge-form-block-additional_reminder_day"><td class="label">{ts}Send additional reminders{/ts}</td><td>{$additional_reminder_day} days after the last one sent</td></tr>
{include file="CRM/Custom/Page/CustomDataView.tpl"}
-</table>
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
+ </table>
+ <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
</div>
-
</script>
{/literal}
<div class="crm-block crm-form-block crm-price-field-form-block">
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout">
<tr class="crm-price-field-form-block-label">
<td class="label">{$form.label.label}</td>
</div>
{capture assign="enableComponents"}{crmURL p='civicrm/admin/setting/component' q="reset=1"}{/capture}
<div class="crm-form-block">
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
-
<table class="form-layout">
<tr class="crm-price-set-form-block-title">
<td class="label">{$form.title.label}</td>
</tr>
</table>
<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
-
</div>
{if $action eq 2 or $action eq 4} {* Update or View*}
<p></p>
<a href="{crmURL p='civicrm/admin/price/field' q="action=browse&reset=1&sid=$sid"}" class="button"><span>{ts}Fields for this Set{/ts}</span></a>
</div>
{/if}
-
{* priceField is set when e.g. in browse mode *}
{if $action NEQ 8 and !empty($priceField)}
<div class="crm-content-block crm-block">
- <div class="action-link">
- {if !$isReserved}
- {crmButton q="reset=1&action=add&sid=$sid" id="newPriceField" icon="plus-circle"}{ts}Add Price Field{/ts}{/crmButton}
- {/if}
- {crmButton p="civicrm/admin/price" q="action=preview&sid=`$sid`&reset=1&context=field" icon="television"}{ts}Preview (all fields){/ts}{/crmButton}
- </div>
<div id="field_page">
{strip}
{* handle enable/disable actions*}
| and copyright information, see https://civicrm.org/licensing |
+--------------------------------------------------------------------+
*}
-{if $action eq 8}
- <h3>{ts}Delete Report Template{/ts}</h3>
-{elseif $action eq 2}
- <h3>{ts}Edit Report Template{/ts}</h3>
-{else}
- <h3>{ts}New Report Template{/ts}</h3>
-{/if}
<div class="crm-block crm-form-block crm-report-register-form-block">
{if $action eq 8}
- <table class="form-layout">
- <tr class="buttons">
- <td><div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
- </td>
- <td></td>
- </tr>
- <tr>
- <td colspan=2>
- <div class="messages status no-popup">
- {icon icon="fa-info-circle"}{/icon}
- {ts}WARNING: Deleting this option will result in the loss of all Report related records which use the option. This may mean the loss of a substantial amount of data, and the action cannot be undone. Do you want to continue?{/ts}
- </div>
- </td>
- </tr>
- {else}
-
+ <div class="messages status no-popup">
+ {icon icon="fa-info-circle"}{/icon}
+ {ts}WARNING: Deleting this option will result in the loss of all Report related records which use the option. This may mean the loss of a substantial amount of data, and the action cannot be undone. Do you want to continue?{/ts}
+ </div>
+ {else}
<table class="form-layout">
- <tr class="buttons crm-report-register-form-block-buttons">
- <td><div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
- </td>
- <td></td>
- </tr>
<tr class="crm-report-register-form-block-label">
<td class="label">{$form.label.label}</td>
<td class="view-value">{$form.label.html} <br /><span class="description">{ts}Report title appear in the display screen.{/ts}</span>
<td class="label">{$form.is_active.label}</td>
<td class="view-value">{$form.is_active.html}</td>
</tr>
- {/if}
- <tr class="buttons crm-report-register-form-block-buttons">
- <td><div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
- </td>
- <td></td>
- </tr>
</table>
+ {/if}
+ <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="botttom"}</div>
</div>
*}
{* This template is used for adding/configuring SMS Providers *}
<div class="crm-block crm-form-block crm-job-form-block">
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
-
{if $action eq 8}
<div class="messages status no-popup">
- {icon icon="fa-info-circle"}{/icon}
- {ts}Do you want to continue?{/ts}
+ {icon icon="fa-info-circle"}{/icon}
+ {ts}Do you want to continue?{/ts}
</div>
{elseif $action eq 128}
<div class="messages status no-popup">
- {icon icon="fa-info-circle"}{/icon}
- {ts}Are you sure you would like to execute this job?{/ts}
+ {icon icon="fa-info-circle"}{/icon}
+ {ts}Are you sure you would like to execute this job?{/ts}
</div>
{else}
<table class="form-layout-compressed">
</table>
{/if}
</table>
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
+ <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
</fieldset>
</div>
{* this template is used for adding/editing a tag (admin) *}
<div class="crm-block crm-form-block crm-tag-form-block">
{if $action eq 1 or $action eq 2 }
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout-compressed">
<tr class="crm-tag-form-block-label">
<td class="label">{$form.name.label}</td>
{ts}WARNING: Deleting this profile field will remove it from Profile forms and listings. If this field is used in any 'stand-alone' Profile forms, you will need to update those forms to remove this field.{/ts} {ts}Do you want to continue?{/ts}
</div>
{else}
- <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout-compressed">
<tr class="crm-uf-field-form-block-field_name">
<td class="label">{$form.field_name.label} {help id='field_name_0'}</td>
*}
{* add/update/view CiviCRM Profile *}
{if $action eq 8}
- <h3> {ts}Delete CiviCRM Profile{/ts} - {$profileTitle}</h3>
-{/if}
-<div class=" crm-block crm-form-block crm-uf_group-form-block">
-{* CRM-13693 Duplicate Delete button *}
-{if $action neq 8}
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
+ <h3>{ts}Delete CiviCRM Profile{/ts} - {$profileTitle}</h3>
{/if}
+<div class="crm-block crm-form-block crm-uf_group-form-block">
{if ($action eq 2 or $action eq 4) and $snippet neq 'json' } {* Update or View*}
- <div class="action-link">
- <a href="{crmURL p='civicrm/admin/uf/group/field' q="action=browse&reset=1&gid=$gid"}" class="button"><span>{ts}View or Edit Fields for this Profile{/ts}</a></span>
- <div class="clear"></div>
- </div>
+ <div class="action-link">
+ <a href="{crmURL p='civicrm/admin/uf/group/field' q="action=browse&reset=1&gid=$gid"}" class="button"><span>{ts}View or Edit Fields for this Profile{/ts}</a></span>
+ <div class="clear"></div>
+ </div>
{/if}
-
{if $action eq 8 or $action eq 64}
<div class="messages status no-popup">
{icon icon="fa-info-circle"}{/icon}
<div class="crm-content-block">
{if $ufField}
<div id="field_page">
- {if not ($action eq 2 or $action eq 1)}
- <div class="action-link">
- {crmButton p="civicrm/admin/uf/group/field/add" q="reset=1&action=add&gid=$gid" icon="plus-circle"}{ts}Add Field{/ts}{/crmButton}{if !$isGroupReserved}{crmButton p="civicrm/admin/uf/group/update" q="action=update&id=`$gid`&reset=1&context=field" icon="wrench"}{ts}Edit Settings{/ts}{/crmButton}{/if}{crmButton p="civicrm/admin/uf/group" q="action=preview&id=`$gid`&reset=1&field=0&context=field" icon="television"}{ts}Preview (all fields){/ts}{/crmButton}{if !$skipCreate }{crmButton p="civicrm/profile/create" q="gid=$gid&reset=1" icon="play-circle"}{ts}Use (create mode){/ts}{/crmButton}{/if}
- <div class="clear"></div>
- </div>
- {/if}
{strip}
{* handle enable/disable actions*}
{include file="CRM/common/enableDisableApi.tpl"}