'; $out .= '
'; $out .= ''; $out .= ''; $out .= ''; $out .= ''; $out .= ''; // Place $out .= '
'.$langs->trans("SelectResource").'
'; $events=array(); $out .= $formresources->select_resource_list('','fk_resource','',1,1,0,$events,'',2); $out .= '
'; $out .= '
'.$form->selectyesno('busy',$linked_resource['busy']?1:0,1).'
'; $out .= '
'.$form->selectyesno('mandatory',$linked_resource['mandatory']?1:0,1).'
'; $out .= '
'; $out .=''; $out .= '
'; $out .='
'; $out .= ''; $out .= '
'; print $out; // END BEGIN TPL RESOURCE_ADD.TPL.PHP