File tree 5 files changed +9
-9
lines changed
java/ru/mystamps/web/feature/site
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -113,12 +113,12 @@ class AddCatalogNumbersFormView extends React.PureComponent {
113
113
{ l10n [ 't_server_error' ] || 'Server error' }
114
114
</ div >
115
115
< div className = "form-group form-group-sm" >
116
- < label className = "control-label col-sm-3" >
116
+ < label for = "numbers-catalog-name" className = "control-label col-sm-3" >
117
117
{ l10n [ 't_catalog' ] || 'Catalog' }
118
118
</ label >
119
119
< div className = "col-sm-6" >
120
120
< select
121
- id = "catalog-name"
121
+ id = "numbers- catalog-name"
122
122
name = "catalogName"
123
123
className = "form-control"
124
124
onChange = { handleChangeCatalog } >
@@ -132,7 +132,7 @@ class AddCatalogNumbersFormView extends React.PureComponent {
132
132
</ div >
133
133
</ div >
134
134
< div className = "form-group form-group-sm" >
135
- < label className = "control-label col-sm-3" >
135
+ < label for = "catalog-numbers" className = "control-label col-sm-3" >
136
136
{ l10n [ 't_numbers' ] || 'Numbers' }
137
137
</ label >
138
138
< div className = "row" >
Original file line number Diff line number Diff line change @@ -131,12 +131,12 @@ class AddCatalogPriceFormView extends React.PureComponent {
131
131
{ l10n [ 't_server_error' ] || 'Server error' }
132
132
</ div >
133
133
< div className = "form-group form-group-sm" >
134
- < label className = "control-label col-sm-3" >
134
+ < label for = "price-catalog-name" className = "control-label col-sm-3" >
135
135
{ l10n [ 't_catalog' ] || 'Catalog' }
136
136
</ label >
137
137
< div className = "col-sm-6" >
138
138
< select
139
- id = "catalog-name"
139
+ id = "price- catalog-name"
140
140
name = "catalogName"
141
141
className = "form-control"
142
142
onChange = { handleChangeCatalog } >
@@ -150,7 +150,7 @@ class AddCatalogPriceFormView extends React.PureComponent {
150
150
</ div >
151
151
</ div >
152
152
< div className = "form-group form-group-sm" >
153
- < label className = "control-label col-sm-3" >
153
+ < label for = "catalog-price" className = "control-label col-sm-3" >
154
154
{ l10n [ 't_price' ] || 'Price' }
155
155
</ label >
156
156
< div className = "col-sm-3" >
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ class AddCommentFormView extends React.PureComponent {
100
100
{ l10n [ 't_server_error' ] || 'Server error' }
101
101
</ div >
102
102
< div className = "form-group form-group-sm" >
103
- < label className = "control-label col-sm-3" >
103
+ < label for = "comment" className = "control-label col-sm-3" >
104
104
{ l10n [ 't_comment' ] || 'Comment' }
105
105
</ label >
106
106
< div className = "col-sm-6" >
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ class AddReleaseYearFormView extends React.PureComponent {
113
113
{ l10n [ 't_server_error' ] || 'Server error' }
114
114
</ div >
115
115
< div className = "form-group form-group-sm" >
116
- < label className = "control-label col-sm-3" >
116
+ < label for = "release-year" className = "control-label col-sm-3" >
117
117
{ l10n [ 't_year' ] || 'Year' }
118
118
</ label >
119
119
< div className = "col-sm-6" >
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public final class ResourceUrl {
32
32
public static final String STATIC_RESOURCES_URL = "https://stamps.filezz.ru" ;
33
33
34
34
// MUST be updated when any of our resources were modified
35
- public static final String RESOURCES_VERSION = "v0.4.3.11 " ;
35
+ public static final String RESOURCES_VERSION = "v0.4.3.12 " ;
36
36
37
37
// CheckStyle: ignore LineLength for next 15 lines
38
38
private static final String CATALOG_UTILS_JS = "/public/js/" + RESOURCES_VERSION + "/CatalogUtils.min.js" ;
You can’t perform that action at this time.
0 commit comments