File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 3
3
<input type =" text" class =" form-control search-bar"
4
4
placeholder =" {{ trans(' visiosoft.theme.defaultadmin::control_panel.search_placeholder' ) }}..." >
5
5
<button type =" submit" class =" btn btn-search" ><i class =" fa fa-search" ></i ></button >
6
- <div class =" dropdown-menu results" >
6
+ <div class =" dropdown-menu results" style = " max-height: 800px;overflow-x: auto; " >
7
7
{% set moduleName = " " %}
8
8
{% for key , navigation in template .cp .navigation %}
9
9
10
- {% if moduleName != trans(navigation .breadcrumb ) %}
11
- <a style =" color: {{ setting_value(' visiosoft.theme.defaultadmin::primary_color' ) }}!important;" class =" dropdown-item" {{ html_attributes(navigation .attributes ) }} {{ navigation .class }}>
10
+ {% if moduleName != trans(navigation .breadcrumb ) %}
11
+ <a style =" color: {{ setting_value(' visiosoft.theme.defaultadmin::primary_color' ) }}!important;"
12
+ class =" dropdown-item" {{ html_attributes(navigation .attributes ) }} {{ navigation .class }}>
12
13
<span class =" title" >
13
- {{ trans(navigation .breadcrumb )}}
14
+ {{ trans(navigation .breadcrumb ) }}
14
15
</span >
15
16
</a >
16
- {% endif %}
17
+ {% endif %}
17
18
18
19
<a class =" dropdown-item" {{ html_attributes(navigation .attributes ) }} {{ navigation .class }}>
19
20
20
21
<span class =" title" >
21
22
- {{ trans(navigation .title ) }}
22
- <span style =" color:transparent; font-size: 14px;" > ( {{ trans(navigation .breadcrumb )}} ) </span >
23
+ <span style =" color:transparent; font-size: 14px;" > ( {{ trans(navigation .breadcrumb ) }} ) </span >
23
24
24
25
</span >
25
26
</a >
You can’t perform that action at this time.
0 commit comments