templates/CRM/Friend/Form/Friend.tpl: fix the thank_you_title/message field i18n.
authorMathieu Lutfy <mathieu@bidon.ca>
Tue, 11 Feb 2014 14:27:42 +0000 (09:27 -0500)
committerMathieu Lutfy <mathieu@bidon.ca>
Tue, 11 Feb 2014 14:27:42 +0000 (09:27 -0500)
templates/CRM/Friend/Form/Friend.tpl

index 76104afb9c6f13153c34a3b77294d90eb86fcdd7..f5732dae837643ce35f088fb25ead4a107ebe3b9 100644 (file)
         <tr class="crm-friend-manage-form-block-thankyou_title">
            <td class="label">{$form.tf_thankyou_title.label}
          {if $action == 2}
-              {include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_tell_friend' field='tf_thankyou_title' id=$friendId}{/if}</td>
+              {include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_tell_friend' field='thankyou_title' id=$friendId}{/if}</td>
      <td>{$form.tf_thankyou_title.html}</td>
         </tr>
         <tr class="crm-friend-manage-form-block-thankyou_text">
      <td class="label">{$form.tf_thankyou_text.label}
          {if $action == 2}
-              {include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_tell_friend' field='tf_thankyou_text' id=$friendId}
+              {include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_tell_friend' field='thankyou_text' id=$friendId}
          {/if}
      </td>
      <td>{$form.tf_thankyou_text.html}<br />