* Fix bug #11952.
This commit is contained in:
@@ -2,12 +2,13 @@
|
||||
<?php js::set('module', $module);?>
|
||||
<?php js::set('method', $method);?>
|
||||
<?php js::set('extra', $extra);?>
|
||||
<style> #mainHeader #dropMenu>.list-group {padding: 5px 0 0 10px;} </style>
|
||||
<div class="list-group">
|
||||
<?php
|
||||
foreach($branches as $branchID => $branch)
|
||||
{
|
||||
$linkHtml = $this->branch->setParamsForLink($module, $link, $projectID, $productID, $branchID);
|
||||
echo html::a($linkHtml, "<i class='icon-cube'></i> " . $branch, '', "data-key='{$branchesPinyin[$branch]}'");
|
||||
echo html::a($linkHtml, $branch, '', "data-key='{$branchesPinyin[$branch]}'");
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user