* adjust the UI of release and build.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user