* adjust the css of the link box.

* adjust the language.
This commit is contained in:
wangchunsheng
2012-01-04 00:16:23 +00:00
parent 961b729d09
commit 39fb6c5643
4 changed files with 12 additions and 11 deletions
+1
View File
@@ -0,0 +1 @@
.linkbox{height:225px; overflow-y:auto}
+2 -2
View File
@@ -30,6 +30,6 @@ $lang->build->filePath = '存储地址';
$lang->build->desc = '描述';
$lang->build->linkStoriesAndBugs = '关联需求和Bug';
$lang->build->linkStories = '相关需求';
$lang->build->linkBugs = '相关Bugs';
$lang->build->linkBugs = '相关Bug';
$lang->build->stories = '已关联需求';
$lang->build->bugs = '已关联Bugs';
$lang->build->bugs = '已关联Bug';
+5 -5
View File
@@ -44,8 +44,8 @@
<th class='rowhead'><?php echo $lang->build->linkStoriesAndBugs;?></th>
<td>
<div class="w-p90">
<div class='half-left' style="height:225px; overflow-y:auto">
<table class='table-1'>
<div class='half-left linkbox'>
<table class='table-1 fixed'>
<caption><?php echo $lang->build->linkStories;?></caption>
<tr>
<th class='w-id'><?php echo $lang->idAB;?></th>
@@ -66,11 +66,11 @@
<?php endforeach;?>
</table>
</div>
<div class='half-right' style="height:225px; overflow-y:auto">
<table class='table-1'>
<div class='half-right linkbox'>
<table class='table-1 fixed'>
<caption><?php echo $lang->build->linkBugs;?></caption>
<tr>
<th class='w-id'> <?php echo $lang->idAB;?></th>
<th class='w-id'><?php echo $lang->idAB;?></th>
<th><?php echo $lang->bug->title;?></th>
<th class='w-100px'><?php echo $lang->bug->status;?></th>
</tr>
+4 -4
View File
@@ -44,8 +44,8 @@
<th class='rowhead'><?php echo $lang->build->linkStoriesAndBugs;?></th>
<td>
<div class="w-p90">
<div class='half-left' style="height:225px; overflow-y:auto">
<table class='table-1'>
<div class='half-left linkbox'>
<table class='table-1 fixed'>
<caption><?php echo $lang->build->linkStories;?></caption>
<tr>
<th class='w-id'><?php echo $lang->idAB;?></th>
@@ -66,8 +66,8 @@
<?php endforeach;?>
</table>
</div>
<div class='half-right' style="height:225px; overflow-y:auto">
<table class='table-1'>
<div class='half-right linkbox'>
<table class='table-1 fixed'>
<caption><?php echo $lang->build->linkBugs;?></caption>
<tr>
<th class='w-id'> <?php echo $lang->idAB;?></th>