";
echo __('Re-assign task to', 'processmaker')." ";
echo "";
echo "";
echo "";
echo "";
echo "";
echo "";
echo "";
echo "";
PluginProcessmakerUser::dropdown( ['name' => 'users_id_recipient',
'value' => $_REQUEST['users_id'],
'used' => [$_REQUEST['users_id']],
'entity' => 0, //$item->fields["entities_id"], // not used, as any user can be assigned to any tasks
'entity_sons' => false, // not used, as any user can be assigned to any tasks
'right' => 'all',
'rand' => $rand,
'width' => '',
'specific_tags' => ['taskGuid' => $_REQUEST['taskGuid']]]);
echo " ";
echo "";
Html::closeForm(true);