* Finish task#40851.

This commit is contained in:
qiyu-xie
2021-08-03 08:54:04 +08:00
parent 559c1679b5
commit 3574dd2f00
-1
View File
@@ -85,7 +85,6 @@
<?php echo html::select('story', array($task->story => empty($stories) ? '': $stories[$task->story]), $task->story, "class='form-control chosen' onchange='setStoryRelated();'");?>
<span class='input-group-btn' id='preview'><a href='#' class='btn iframe'><?php echo $lang->preview;?></a></span>
</div>
</td>
</tr>
<?php endif;?>