{* +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ | 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 PDF Page Formats. *}
{include file="CRM/common/formButtons.tpl" location="top"}
{if $action eq 8}
{ts 1=$formatName}WARNING: You are about to delete the PDF Page Format titled %1.{/ts}

{ts}This will remove the format from all Message Templates that use it. Do you want to continue?{/ts}

{else}
{$form.name.label}{$form.name.html}
{$form.description.label}{$form.description.html}
{$form.is_default.html} {$form.is_default.label}
{$form.paper_size.label}{$form.paper_size.html} {$form.orientation.label}{$form.orientation.html}
{$form.paper_dimensions.html}  {$form.metric.label}{$form.metric.html}
{$form.margin_top.label}{$form.margin_top.html} {$form.margin_bottom.label}{$form.margin_bottom.html}
{$form.margin_left.label}{$form.margin_left.html} {$form.margin_right.label}{$form.margin_right.html}
{$form.weight.label}{$form.weight.html}
{ts}Weight controls the order in which PDF Page 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"}