X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FBadge%2FForm%2FLayout.tpl;h=3570b6661123214db1e32613de5328cc5fe5197c;hb=609df1edc4c196675e846ae3210911b54a42c3fd;hp=1fcebd8bf64966a7617d7db71a4b98ff15c00eb1;hpb=9c2e4fb9824d9913d19a7f7e24ada6093a409461;p=civicrm-core.git diff --git a/templates/CRM/Badge/Form/Layout.tpl b/templates/CRM/Badge/Form/Layout.tpl index 1fcebd8bf6..3570b66611 100644 --- a/templates/CRM/Badge/Form/Layout.tpl +++ b/templates/CRM/Badge/Form/Layout.tpl @@ -1,8 +1,8 @@ {* +--------------------------------------------------------------------+ - | CiviCRM version 4.4 | + | CiviCRM version 4.5 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2013 | + | Copyright CiviCRM LLC (c) 2004-2014 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -49,21 +49,63 @@ {$form.image_1.label} - {$form.image_1.html} - - ({ts}clear{/ts}) - -
{ts}Click above and select a file by double clicking on it.{/ts} + + + + + + +
{$form.image_1.html} + +
+ {ts}Click above and select a file by double clicking on it.{/ts} +
+ {$form.width_image_1.html}
{$form.width_image_1.label} +
+ {$form.height_image_1.html}
{$form.height_image_1.label} +
{$form.image_2.label} - {$form.image_2.html} - - ({ts}clear{/ts}) - -
{ts}Click above and select a file by double clicking on it.{/ts} + + + + + + +
{$form.image_2.html} + +
+ {ts}Click above and select a file by double clicking on it.{/ts} +
+ {$form.width_image_2.html}
{$form.width_image_2.label} +
+ {$form.height_image_2.html}
{$form.height_image_2.label} +
+ + + + {$form.show_participant_image.label} + + + + + + + + +
{$form.show_participant_image.html} +
+ {ts}Select this option if you want to use a contact's image on their name badge.{/ts} +
+ {$form.width_participant_image.html}
{$form.width_participant_image.label} +
+ {$form.height_participant_image.html}
{$form.height_participant_image.label} +
+ {$form.alignment_participant_image.html}
{$form.alignment_participant_image.label} +
@@ -75,6 +117,7 @@ {ts}Label{/ts} {ts}Font{/ts} {ts}Size{/ts} + {ts}Style{/ts} {ts}Alignment{/ts} {section name='i' start=1 loop=$rowCount} @@ -84,6 +127,7 @@ {$form.token.$rowNumber.html|crmAddClass:twenty} {$form.font_name.$rowNumber.html} {$form.font_size.$rowNumber.html} + {$form.font_style.$rowNumber.html} {$form.text_alignment.$rowNumber.html} {/section}