Files
EasySoft-ZenTaoPMS/module/task/view/m.close.html.php
2013-06-21 09:01:58 +00:00

14 lines
536 B
PHP

<?php include '../../common/view/m.header.html.php';?>
</div>
<form method='post' target='hiddenwin' onsubmit='return checkLeft();'>
<h3><?php echo $lang->task->close . $this->lang->colon . $task->name;?></h3>
<div data-role="fieldcontain">
<?php echo html::textarea('comment', '', "placeholder='$lang->comment'");?>
</div>
<div data-role="fieldcontain">
<?php echo html::submitButton(); ?>
</div>
<?php include '../../common/view/m.action.html.php';?>
</form>
<?php include '../../common/view/m.footer.html.php';?>