* code for task#1810.

This commit is contained in:
xia0ta0
2014-03-13 17:01:39 +08:00
parent 9eb208fa42
commit 26ac079e7b
5 changed files with 69 additions and 5 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
<tr>
<th class='rowhead'><?php echo $lang->task->story;?></th>
<td>
<?php echo html::select('story', $stories, $task->story, 'class=select-1 onchange=setPreview();');?>
<?php echo html::select('story', $stories, $task->story, 'class=select-1 onchange=setStoryRelated();');?>
<a href='' id='preview' class='iframe'><?php echo $lang->preview;?></a>
</td>
</tr>