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 »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Change 'On Behalf Of' label text
Pages: [1]

Author Topic: Change 'On Behalf Of' label text  (Read 1115 times)

emilyf

  • Ask me questions
  • ****
  • Posts: 696
  • Karma: 54
  • CiviCRM version: 2.x - 4.x
  • CMS version: Drupal 5, 6, 7
Change 'On Behalf Of' label text
December 08, 2008, 12:21:19 pm
Hi,

I want to change the text where it says "I am contributing on behalf of an organization" (this is a checkbox available on contribution/membership forms). Looking at CR/Contribute/Form/Contribution/Main.tpl on lines 72-74 it has the following code:

Code: [Select]
{assign var=n value=email-$bltID}
        <td class="label">{$form.$n.label}</td>
        <td>&nbsp;{$form.$n.html}{if $form.is_for_organization}&nbsp;&nbsp;&nbsp;{$form.is_for_organization.html}&nbsp;{$form.is_for_organization.label}{/if}</td>


How or where do I go to change the text on that checkbox?

Thx.

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Change 'On Behalf Of' label text
December 08, 2008, 05:36:38 pm

This is a DB value in 2.1. Check: http://drupal.demo.civicrm.org/civicrm/contribute/manage?reset=1&action=update&id=1&subPage=Settings

it is exposed when u click on On behalf of ...

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

emilyf

  • Ask me questions
  • ****
  • Posts: 696
  • Karma: 54
  • CiviCRM version: 2.x - 4.x
  • CMS version: Drupal 5, 6, 7
Re: Change 'On Behalf Of' label text
December 09, 2008, 05:50:06 am
Yup; smart!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Change 'On Behalf Of' label text

This forum was archived on 2017-11-26.