Index: branches/5.1.x/core/units/form_fields/form_fields_tp.php =================================================================== diff -u -N --- branches/5.1.x/core/units/form_fields/form_fields_tp.php (revision 13086) +++ branches/5.1.x/core/units/form_fields/form_fields_tp.php (revision 0) @@ -1,51 +0,0 @@ -getObject($params); - $source_prefix = $this->Application->Parser->GetParam('SourcePrefix'); - - $source_tp =& $this->Application->recallTagProcessor($source_prefix); - $params['name'] = 'fld_'.$object->GetDBField('FormFieldId'); - if (isset($params['verify'])) $params['name'] .= '_verify'; - return $source_tp->InputName($params); - } - - function SubmissionTag($params) - { - $object =& $this->getObject($params); - - $params['field'] = 'fld_'.$object->GetDBField('FormFieldId'); - $source_prefix = $this->Application->Parser->GetParam('SourcePrefix'); - - return $this->Application->ProcessParsedTag($source_prefix, $params['tag'], $params); - } - - /** - * Allows to modify block params & current list record before PrintList parses record - * - * @param kDBList $object - * @param Array $block_params - */ - function PrepareListElementParams(&$object, &$block_params) - { - $object->SetDBField('DirectOptions', false); - } - - } \ No newline at end of file