* finish task #1918.

This commit is contained in:
wangyidong
2014-06-17 06:03:27 +00:00
parent 17838c114a
commit c2f16c22cb
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@
<td><?php echo html::select("module[$i]", $modules, $module, 'class=form-control')?></td>
<td style='overflow: visible'>
<div class='input-group'>
<?php echo html::select("story[$i]", $stories, $story, "class='form-control'");?>
<?php echo html::select("story[$i]", $stories, $currentStory, "class='form-control'");?>
<span class='input-group-btn'>
<a href='javascript:copyStoryTitle(<?php echo $i;?>)' class='btn' title='<?php echo $lang->task->copyStoryTitle; ?>'><i class='icon-angle-right'></i></a>
</span>