{* +--------------------------------------------------------------------+ | 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 | +--------------------------------------------------------------------+ *} {if $action eq 1 or $action eq 2 or $action eq 8} {include file="CRM/Admin/Form/PreferencesDate.tpl"} {else}
{capture assign=crmURL}{crmURL p='civicrm/admin/setting/date' q='action=reset=1'}{/capture} {ts 1=$crmURL}Changing the parameters here affects the input and display for specific fields types. Setting the default date format for the entire site is a Localisation setting. See Administer > Localization > Date Formats{/ts}
{foreach from=$rows item=row} {/foreach}
{ts}Date Class{/ts} {ts}Description{/ts} {ts}Date Format{/ts} {ts}Start Offset{/ts} {ts}End Offset{/ts}
{$row.name} {$row.description} {if !$row.date_format}{ts}Default{/ts}{else}{$row.date_format}{/if} {$row.start} {$row.end} {$row.action|replace:'xx':$row.id}
{/if}