* adjust the UI of release and build.

This commit is contained in:
wangchunsheng
2010-01-15 06:09:42 +00:00
parent bffb489a2c
commit 2c45121474
2 changed files with 3 additions and 3 deletions

View File

@@ -45,11 +45,11 @@
</tr>
<tr>
<th class='rowhead'><?php echo $lang->build->scmPath;?></th>
<td><?php echo $build->scmPath;?></td>
<td><?php strpos($build->scmPath, 'http') === 0 ? printf(html::a($build->scmPath)) : printf($build->scmPath);?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->build->filePath;?></th>
<td><?php echo $build->filePath;?></td>
<td><?php strpos($build->filePath, 'http') === 0 ? printf(html::a($build->filePath)) : printf($build->filePath);?></td>
</tr>
<tr>

View File

@@ -27,7 +27,7 @@
<div class='yui-d0'>
<div id='feature-bar'>
</div>
<table align='center' class='table-6 fixed tablesorter'>
<table class='table-1 fixed tablesorter'>
<caption>
<div class='f-left'><?php echo $lang->release->browse;?></div>
<div class='f-right'><?php common::printLink('release', 'create', "product=$product->id", $lang->release->create);?></div>