* @package workflowlinkage * @version $Id$ * @link http://www.zdoo.com */ ?> id);?>
workflowlinkage->source;?> | workflowlinkage->target;?> | actions;?> |
---|---|---|
field])) continue; $field = $fields[$source->field]; echo $field->name . zget($config->workflowlinkage->operatorList, $source->operator); if($field->control == 'multi-select' or $field->control == 'checkbox') { $values = explode(',', $source->value); foreach($values as $value) echo zget($field->options, $value) . ' ' ; } else { echo zget($field->options, $source->value); } } ?> | field])) continue; $field = $fields[$target->field]; echo $field->name . "[{$lang->workflowlinkage->statusList[$target->status]}] "; } ?> | id&key=$key", $lang->edit, "class='edit loadInModal iframe'");?> id&key=$key", $lang->delete, "class='deleter reloadModal'");?> |