From 34f0c19888ffa9636d9c49a470a0baa1337fc257 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 21 Feb 2014 20:11:42 -0500 Subject: [PATCH] Fix doc link --- templates/CRM/Admin/Page/PdfFormats.tpl | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/templates/CRM/Admin/Page/PdfFormats.tpl b/templates/CRM/Admin/Page/PdfFormats.tpl index 1c31528b4d..437e4d17d8 100644 --- a/templates/CRM/Admin/Page/PdfFormats.tpl +++ b/templates/CRM/Admin/Page/PdfFormats.tpl @@ -25,14 +25,13 @@ +--------------------------------------------------------------------+ *} {* this template is for configuring PDF Page Formats *} -
- {capture assign="messageTemplatesURL"}{crmURL p="civicrm/admin/messageTemplates" q="reset=1"}{/capture} - {ts 1=$messageTemplatesURL}You can configure one or more PDF Page Formats for your CiviCRM installation. PDF Page Formats may be assigned to Message Templates to use when creating PDF letters.{/ts} -
{if $action eq 1 or $action eq 2 or $action eq 8} {include file="CRM/Admin/Form/PdfFormats.tpl"} {else} - +
+ {capture assign="messageTemplatesURL"}{crmURL p="civicrm/admin/messageTemplates" q="reset=1"}{/capture} + {ts 1=$messageTemplatesURL}You can configure one or more PDF Page Formats for your CiviCRM installation. PDF Page Formats may be assigned to Message Templates to use when creating PDF letters.{/ts} +
{if $rows}
{strip} @@ -64,8 +63,8 @@ {else}
- {capture assign=crmURL}{crmURL p='civicrm/admin/pdfFormats' q="action=add&reset=1"}{/capture} - {ts 1=$crmURL}There are no PDF Page Formats configured. You can add one.{/ts} + {capture assign=link}href="{crmURL q="action=add&reset=1"}" class="action-item action-item-first"{/capture} + {ts 1=$link}There are no PDF Page Formats configured. You can add one.{/ts}
{/if}
-- 2.25.1