* add link story method when edit a story.

This commit is contained in:
chenfeiCF
2016-03-09 13:03:06 +08:00
parent a04db8bc49
commit 80b9d18d73
7 changed files with 235 additions and 8 deletions
+3 -1
View File
@@ -234,10 +234,12 @@ js::set('oldResolvedBuild' , $bug->resolvedBuild);
<th class='w-80px'><?php echo $lang->bug->linkBug;?></th>
<td><?php echo html::input('linkBug', $bug->linkBug, 'class="form-control"');?></td>
</tr>
<?php if($bug->case):?>
<tr>
<th><?php echo $lang->bug->case;?></th>
<th><?php echo $lang->bug->fromCase;?></th>
<td><?php echo html::input('case', $bug->case, 'class="form-control"');?></td>
</tr>
<?php endif;?>
</table>
</fieldset>
</div>