* adjust the popup way of colorbox.

This commit is contained in:
chencongzhi520@gmail.com
2013-01-20 09:59:31 +00:00
parent f933c7b13a
commit fce2b8b9ff
7 changed files with 13 additions and 12 deletions
+2 -1
View File
@@ -37,12 +37,13 @@
<tr>
<th class='rowhead'><?php echo $lang->testcase->lblStory;?></th>
<td>
<div id='storyIdBox'><?php echo html::select('story', $stories, $storyID, 'class="text-1" onchange=setPreview();');?></div>
<div id='storyIdBox'><?php echo html::select('story', $stories, $storyID, 'class="text-1" onchange=setPreview();');?>
<?php if($storyID == 0): ?>
<a href='' id='preview' class='iframe hidden'><?php echo $lang->preview;?></a>
<?php else:?>
<?php echo html::a($this->createLink('story', 'view', "storyID=$storyID"), $lang->preview, '', "class='iframe' id='preview'");?>
<?php endif;?>
</div>
</td>
</tr>
<tr>