* ajusted style of 'titlebar' & 'featurebar'.

* updated kindeditor & chosen.
This commit is contained in:
Catouse
2014-04-25 10:36:40 +08:00
parent 40cbbac903
commit 3485b105f0
68 changed files with 82 additions and 88 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
<?php include '../../common/view/header.lite.html.php';?>
<div id='titlebar'>
<div class='heading'>
<span class='prefix'><?php echo html::icon($lang->icons['usecase']) . ' #' . $run->case->id;?></span>
<span class='prefix'><?php echo html::icon($lang->icons['usecase']);?> <strong><?php echo $run->case->id;?></strong></span>
<strong><?php echo $run->case->title;?></strong>
<small class='text-warning'> <?php echo $lang->testtask->runCase;?> <?php echo html::icon($lang->icons['run']);?></small>
</div>