X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FBatch%2FForm%2FEntry.tpl;h=90c43bd65f1db87918d15e5989da8a20b90cd343;hb=e100ac07be991fa09fc460871e4bd39ee45355f0;hp=4e3ea15ccf9a1f400c99e03bb80ba2052e2350e5;hpb=fc87060a4f63df4a1cfd8e7f785eabacc8e1249d;p=civicrm-core.git diff --git a/templates/CRM/Batch/Form/Entry.tpl b/templates/CRM/Batch/Form/Entry.tpl index 4e3ea15ccf..90c43bd65f 100644 --- a/templates/CRM/Batch/Form/Entry.tpl +++ b/templates/CRM/Batch/Form/Entry.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. | | | @@ -57,10 +57,12 @@ {/if} {foreach from=$fields item=field key=fieldName}
+ {if $field.name|substr:0:11 ne 'soft_credit'} {ts 1=$field.title}Click to copy %1 from row one to all rows.{/ts}{$field.title} + title="{ts}Click here to copy the value in row one to ALL rows.{/ts}"/> + {/if}{$field.title}
{/foreach} @@ -71,7 +73,7 @@
{* contact select/create option*}
- {include file="CRM/Contact/Form/NewContact.tpl" blockNo = $rowNumber noLabel=true prefix="primary_" newContactCallback="updateContactInfo($rowNumber, 'primary_')"} + {$form.primary_contact_id.$rowNumber.html|crmAddClass:big}
{if $batchType eq 2 } @@ -88,7 +90,7 @@ {elseif $n eq 'soft_credit'}
- {include file="CRM/Contact/Form/NewContact.tpl" blockNo = $rowNumber noLabel=true prefix="soft_credit_"} + {$form.soft_credit_contact_id.$rowNumber.html|crmAddClass:big} {$form.soft_credit_amount.$rowNumber.label} {$form.soft_credit_amount.$rowNumber.html|crmAddClass:eight}
{elseif in_array( $fields.$n.html_type, array('Radio', 'CheckBox'))} @@ -104,7 +106,7 @@ {literal}