* 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
+1 -1
View File
@@ -1,5 +1,5 @@
$(function() {
for(i=0; i<batchCreateNum; i++) $("#story" + i).chosen(defaultChosenOptions);
for(i = 0; i < batchCreateNum; i++) $("#story" + i).chosen(defaultChosenOptions);
})
/* Get select of stories.*/
+1 -1
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>