diff --git a/workflow/engine/classes/class.actionsByEmailCore.php b/workflow/engine/classes/class.actionsByEmailCore.php index e8f979aa3..1defe9866 100644 --- a/workflow/engine/classes/class.actionsByEmailCore.php +++ b/workflow/engine/classes/class.actionsByEmailCore.php @@ -171,25 +171,25 @@ class actionsByEmailCoreClass extends PMPlugin $variables = $variableService->doGetVariables($caseFields['PRO_UID']); $field = new stdClass(); $field->label = ''; - $actionField = str_replace(array('@@','@#','@=','@%','@?','@$'), '', $configuration['ABE_ACTION_FIELD']); + $actionField = str_replace(array('@@', '@#', '@=', '@%', '@?', '@$'), '', $configuration['ABE_ACTION_FIELD']); G::LoadClass('pmDynaform'); $obj = new pmDynaform($configuration['DYN_UID']); $configuration['CURRENT_DYNAFORM'] = $configuration['DYN_UID']; $file = $obj->printPmDynaformAbe($configuration); $__ABE__ .= $file; - $__ABE__ .= '' . $field->label . '

'; + $__ABE__ .= '' . $field->label . '
'; $index = 1; - $__ABE__.='
'; + $__ABE__ .= '
'; foreach ($customGrid as $key => $value) { - $__ABE__ .= '' . (($index % 5 == 0) ? '' : ' '); $index++; } - $__ABE__.='
' . $value['abe_custom_label']; $__ABE__ .= '

'; + $__ABE__ .= '

'; break; case 'LINK': $__ABE__ .= 'Please complete this form';