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) »
  • Discussion »
  • Internationalization and Localization (Moderators: Michał Mach, mathieu) »
  • Multilingual 3.4.8 - Event Complete Description - RESOLVED
Pages: [1]

Author Topic: Multilingual 3.4.8 - Event Complete Description - RESOLVED  (Read 1023 times)

smallbiz

  • I post occasionally
  • **
  • Posts: 43
  • Karma: 0
  • CiviCRM version: 4.4.5
  • CMS version: Joomla 2.5, 3.3
  • MySQL version: 5
  • PHP version: 5.2
Multilingual 3.4.8 - Event Complete Description - RESOLVED
April 05, 2012, 06:39:32 am
I have 3.4.8 running on Joomla 1.5, and we're setting up an event with multilingual. We have the multilingual working just fine, except that....

For the event field "Complete Description" there is no icon beside the label to enter the translation text for this field.

Is there an easy patch for this?
« Last Edit: April 11, 2012, 10:25:01 am by smallbiz »

smallbiz

  • I post occasionally
  • **
  • Posts: 43
  • Karma: 0
  • CiviCRM version: 4.4.5
  • CMS version: Joomla 2.5, 3.3
  • MySQL version: 5
  • PHP version: 5.2
Re: Multilingual 3.4.8 - Event Complete Description
April 11, 2012, 10:24:39 am
Identified solution for 3.4.8 (also, this problem exists in 4.x).

File : /civicrm/templates/CRM/Event/Form/ManageEvent/EventInfo.tpl
update line  91:
Code: [Select]
<td class="label">{$form.description.label}</td>
Change to:
Code: [Select]
<td class="label">{$form.description.label} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_event' field='description' id=$eventID}{/if}</td>

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Discussion »
  • Internationalization and Localization (Moderators: Michał Mach, mathieu) »
  • Multilingual 3.4.8 - Event Complete Description - RESOLVED

This forum was archived on 2017-11-26.