* ajusted views.

* enhance function 'ajustModalPosition' in my.js.
 * ajusted style of table caption.
This commit is contained in:
Catouse
2014-08-04 08:44:01 +08:00
parent 93be4ffaae
commit 8778ea7089
6 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -69,7 +69,7 @@
<div class='tab-pane' id='testScope'>
<?php $countStories = count($stories); $countBugs = count($bugs); ?>
<table class='table table-hover table-condensed tablesorter mgb-20'>
<caption class='text-left'><i class='icon-lightbulb'></i> <strong><?php echo $lang->testtask->stories;?></strong> <span class='text-muted'><?php echo sprintf($lang->build->finishStories, $countStories);?></span></caption>
<caption class='text-left'><i class='icon-lightbulb'></i> <strong><?php echo $lang->testtask->stories;?></strong> <span class='text-muted'>(<?php echo $countStories?>)</span></caption>
<?php if($countStories > 0):?>
<thead>
<tr>
@@ -97,7 +97,7 @@
<?php endif;?>
</table>
<table class='table table-hover table-condensed tablesorter'>
<caption class='text-left'><i class='icon-bug'></i><strong><?php echo $lang->testtask->bugs;?></strong> <span class='text-muted'><?php echo sprintf($lang->build->resolvedBugs, $countBugs)?></span></caption>
<caption class='text-left'><i class='icon-bug'></i><strong><?php echo $lang->testtask->bugs;?></strong> <span class='text-muted'><?php echo $countBugs?></span></caption>
<thead>
<tr>
<th class='w-id'><?php echo $lang->idAB;?></th>