* Merge #ccd8583eb3, Fix bug #35408.
This commit is contained in:
@@ -917,6 +917,7 @@ function changeSearchObject()
|
||||
if(searchObjectList.indexOf(',' + searchType + ',') == -1) var searchType = 'bug';
|
||||
|
||||
if(vision == 'lite') var searchType = 'story';
|
||||
if(vision == 'or') var searchType = 'demand';
|
||||
|
||||
if(searchType == 'program') var searchType = 'program-product';
|
||||
if(searchType == 'deploystep') var searchType = 'deploy-viewstep';
|
||||
|
||||
@@ -42,7 +42,7 @@ js::set('isIntranet', helper::isIntranet());
|
||||
#menuMoreList > li.active:after {content: attr(data-tip); display: block; position: absolute; left: 100%; background-color: #f1a325; color: #fff; top: 3px; white-space: nowrap; line-height: 16px; padding: 8px 10px; margin-left: 5px; border-radius: 4px;}
|
||||
<?php endif;?>
|
||||
|
||||
<?php if($this->config->vision == 'lite'):?>
|
||||
<?php if($config->vision == 'lite' or $config->vision == 'or'):?>
|
||||
#searchbox .dropdown-menu.show-quick-go.with-active {min-height: 180px;}
|
||||
<?php endif;?>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user