This commit is contained in:
tanghucheng
2023-09-20 22:16:48 -04:00
parent 766dc9a26d
commit 31d09bb13b
+1 -1
View File
@@ -41,7 +41,7 @@
<?php endif;?>
</h2>
</div>
<form method='post' target='hiddenwin' <?php if($app->rawMethod == 'start') echo "onsubmit='return checkLeft();'"?>>
<form method='post' target='hiddenwin' <?php if($app->rawMethod == 'start' or $app->rawMethod == 'starttask') echo "onsubmit='return checkLeft();'"?>>
<table class='table table-form'>
<tr class='<?php if($task->mode == 'multi') echo 'hidden'?>'>
<th class='w-90px'><?php echo $lang->task->assignedTo;?></th>