File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
code/Magento/Analytics/Test/Mftf/Section
design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module/main
lib/internal/Magento/Framework/Data/Form/Element Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 14
14
<element name =" advancedReportingIndustry" type =" select" selector =" #analytics_general_vertical" />
15
15
<element name =" advancedReportingIndustryLabel" type =" text" selector =" .config-vertical-label>label>span" />
16
16
<element name =" advancedReportingHour" type =" select" selector =" #row_analytics_general_collection_time>td:nth-child(2)>select:nth-child(2)" />
17
- <element name =" advancedReportingMinute" type =" select" selector =" #row_analytics_general_collection_time>td:nth-child(2)>select:nth-child(3 )" />
18
- <element name =" advancedReportingSeconds" type =" select" selector =" #row_analytics_general_collection_time>td:nth-child(2)>select:nth-child(4 )" />
17
+ <element name =" advancedReportingMinute" type =" select" selector =" #row_analytics_general_collection_time>td:nth-child(2)>select:nth-child(4 )" />
18
+ <element name =" advancedReportingSeconds" type =" select" selector =" #row_analytics_general_collection_time>td:nth-child(2)>select:nth-child(6 )" />
19
19
<element name =" advancedReportingBlankIndustryError" type =" text" selector =" .message-error>div" />
20
20
</section >
21
21
</sections >
Original file line number Diff line number Diff line change 511
511
right : 0 ;
512
512
top : 0 ;
513
513
}
514
+
515
+ .time-separator {
516
+ font-size : 14px ;
517
+ padding-left : 5px ;
518
+ }
514
519
515
520
.tooltip-content {
516
521
background : @color-very-dark-gray-black2 ;
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ public function getElementHtml()
76
76
}
77
77
$ html .= '</select> ' . "\n" ;
78
78
79
- $ html .= ': <select name=" ' . $ this ->getName () . '" style="width:80px" '
79
+ $ html .= '<span class="time-separator"> : </span> <select name=" ' . $ this ->getName () . '" style="width:80px" '
80
80
. $ this ->serialize ($ this ->getHtmlAttributes ())
81
81
. $ this ->_getUiId ('minute ' ) . '> ' . "\n" ;
82
82
for ($ i = 0 ; $ i < 60 ; $ i ++) {
@@ -86,7 +86,7 @@ public function getElementHtml()
86
86
}
87
87
$ html .= '</select> ' . "\n" ;
88
88
89
- $ html .= ': <select name=" ' . $ this ->getName () . '" style="width:80px" '
89
+ $ html .= '<span class="time-separator"> : </span> <select name=" ' . $ this ->getName () . '" style="width:80px" '
90
90
. $ this ->serialize ($ this ->getHtmlAttributes ())
91
91
. $ this ->_getUiId ('second ' ) . '> ' . "\n" ;
92
92
for ($ i = 0 ; $ i < 60 ; $ i ++) {
You can’t perform that action at this time.
0 commit comments