CRM-15310
authorDan Cruson <cruson.web@gmail.com>
Fri, 26 Sep 2014 19:03:48 +0000 (15:03 -0400)
committerDan Cruson <cruson.web@gmail.com>
Fri, 26 Sep 2014 19:03:48 +0000 (15:03 -0400)
Add ability to translate the Event Description

templates/CRM/Event/Form/ManageEvent/EventInfo.tpl

index 7649579e6a326f9a85b1461cc994563a7c994ae2..4101935f6a8f3aca6b8986af08d6ada38b34f4b3 100644 (file)
@@ -75,7 +75,7 @@
       <td>{$form.summary.html}</td>
     </tr>
     <tr class="crm-event-manage-eventinfo-form-block-description">
-      <td class="label">{$form.description.label}</td>
+      <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>
       <td>{$form.description.html}</td>
     </tr>
     {if !$isTemplate}