Ejemplo n.º 1
0
    echo $TASKID;
    ?>
'); window.close();">Reschedule this Task</span>
			<?php 
}
?>
		</TD>
	</TR>
	
	
</TABLE>


<TABLE align=center cellpadding=2 cellspacing=2 border=0 style='font-size: 90%;'>
	<?php 
echo $manageWorks->get_attachments($TASKID, false);
?>
	<TR>
		<TD valign=top align=right>
			<span style="cursor: pointer; color: #3D4399; padding:1px; margin-right: 5px;font-weight:bold;" id="attachfile_divheading" onclick="$('#attachfile_divbox').toggle();"> Attach a file:</span>
		</TD>
		<TD>
			<div style="clear:both; display:none; margin-left:auto; margin-right:auto; padding:10px;" id="attachfile_divbox">
			<form enctype="multipart/form-data" action="uploader.php" method="POST">
				<input type="hidden" name="MAX_FILE_SIZE" value="<?php 
echo 5000 * 1024;
?>
" />
				<input type="hidden" name="fileupload_workid" value="<?php 
echo $TASKID;
?>