{* +--------------------------------------------------------------------+ | CiviCRM version 5 | +--------------------------------------------------------------------+ | Copyright (C) 2011 Marty Wright | | Licensed to CiviCRM under the Academic Free License version 3.0. | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | | CiviCRM is free software; you can copy, modify, and distribute it | | under the terms of the GNU Affero General Public License | | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. | | | | CiviCRM is distributed in the hope that it will be useful, but | | WITHOUT ANY WARRANTY; without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | | See the GNU Affero General Public License for more details. | | | | You should have received a copy of the GNU Affero General Public | | License and the CiviCRM Licensing Exception along | | with this program; if not, contact CiviCRM LLC | | at info[AT]civicrm[DOT]org. If you have questions about the | | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *} {* This template is used for adding/configuring Label Formats. *}
{if $action eq 8}
{icon icon="fa-info-circle"}{/icon} {ts 1=$formatName}WARNING: You are about to delete the Label Format titled %1.{/ts} {ts}Do you want to continue?{/ts}
{elseif $action eq 16384}
{icon icon="fa-info-circle"}{/icon} {ts 1=$formatName}Are you sure you would like to make a copy of the Label Format titled %1?{/ts}
{else}
{include file="CRM/common/formButtons.tpl" location="top"}
{$form.label.label} {$form.label.html}
{$form.description.label} {$form.description.html}
  {$form.is_default.html} {$form.is_default.label}
{$form.paper_size.label} {$form.paper_size.html} {$form.font_name.label} {$form.font_name.html}
{$form.orientation.label} {$form.orientation.html} {$form.font_size.label} {$form.font_size.html}
{$form.metric.label} {$form.metric.html} {$form.font_style.label} {$form.bold.html} {$form.bold.label}  {$form.italic.html} {$form.italic.label}
{$form.paper_dimensions.html}  
{$form.NX.label} {$form.NX.html} {$form.NY.label} {$form.NY.html}
{$form.lMargin.label} {$form.lMargin.html} {$form.tMargin.label} {$form.tMargin.html}
{$form.width.label} {$form.width.html} {$form.height.label} {$form.height.html}
{$form.SpaceX.label} {$form.SpaceX.html}
{ts}Space between labels.{/ts}
{$form.SpaceY.label} {$form.SpaceY.html}
{ts}Space between labels.{/ts}
{$form.lPadding.label} {$form.lPadding.html}
{ts}Pad inside each label.{/ts}
{$form.tPadding.label} {$form.tPadding.html}
{ts}Pad inside each label.{/ts}
{$form.weight.label} {$form.weight.html}
{ts}Weight controls the order in which Label Formats are displayed in selection lists. Enter a positive or negative integer. Lower numbers are displayed ahead of higher numbers.{/ts}
{literal} {/literal} {/if}
{include file="CRM/common/formButtons.tpl" location="bottom"}