CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • <div> error on ThankYou.tpl
Pages: [1]

Author Topic: <div> error on ThankYou.tpl  (Read 856 times)

joemaine

  • I post occasionally
  • **
  • Posts: 114
  • Karma: 3
  • CiviCRM version: 4.1
  • CMS version: Drupal 7.14
  • MySQL version: 5.1
  • PHP version: 5.2
<div> error on ThankYou.tpl
April 28, 2010, 07:50:33 am
...Noticed a <div> that needs to change on CRM/Contribute/Form/Contribution/ThankYou.tpl

In this segment, the last div <div> right before the end-if  should be an end-div </div>

    {if $onBehalfName}
    <div class="crm-group onBehalf_display-group">
        <div class="header-dark">
            {ts}On Behalf Of{/ts}
        </div>
        <div class="display-block">
            <strong>{$onBehalfName}</strong><br />
            {$onBehalfAddress|nl2br}
        </div>
        <div class="display-block">
            {$onBehalfEmail}
        </div>
    <div>
    {/if}
--
Joe

Kiran Jagtap

  • Ask me questions
  • ****
  • Posts: 533
  • Karma: 51
Re: <div> error on ThankYou.tpl
April 29, 2010, 12:55:32 am
- fixed for CiviCRM v3.1.5

thanks,
kiran
You Are Designed To Choose... Defined By Choice.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • <div> error on ThankYou.tpl

This forum was archived on 2017-11-26.