File tree 3 files changed +13
-1
lines changed
java/ru/mystamps/web/feature/site
webapp/WEB-INF/views/series
3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -132,9 +132,15 @@ class AddCatalogNumbersForm extends React.Component {
132
132
< div className = "col-sm-6" >
133
133
< input
134
134
id = "catalog-numbers"
135
+ << << << < HEAD
135
136
type = "text"
136
137
className = "form-control js-with-tooltip"
137
138
size = "5"
139
+ = === ===
140
+ type = "text"
141
+ className = "form-control"
142
+ size = "5"
143
+ > >>> >>> Update src / main / java / ru / mystamps / web / feature / site / ResourceUrl . java
138
144
required = "required "
139
145
onChange = { this . handleChangeNumbers } />
140
146
</ div >
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public final class ResourceUrl {
51
51
private static final String SIMILAR_SERIES_FORM_JS = "/public/js/" + RESOURCES_VERSION + "/components/SimilarSeriesForm.js" ;
52
52
private static final String ADD_COMMENT_FORM_JS = "/public/js/" + RESOURCES_VERSION + "/components/AddCommentForm.js" ;
53
53
private static final String CATALOG_PRICE_FORM_JS = "/public/js/" + RESOURCES_VERSION + "/components/AddCatalogPriceForm.js" ;
54
- private static final String CATALOG_NUMBERS_FORM_JS = "/public/js/" + RESOURCES_VERSION + "/components/AddCatalogNumbersForm.js" ;
54
+ private static final String CATALOG_NUMBERS_FORM_JS = "/public/js/" + RESOURCES_VERSION + "/components/AddCatalogNumbersForm.js" ;
55
55
private static final String RELEASE_YEAR_FORM_JS = "/public/js/" + RESOURCES_VERSION + "/components/AddReleaseYearForm.js" ;
56
56
private static final String BOOTSTRAP_LANGUAGE = "https://cdn.jsdelivr.net/gh/usrz/bootstrap-languages@3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css" ;
57
57
private static final String FAVICON_ICO = "/favicon.ico" ;
Original file line number Diff line number Diff line change @@ -997,6 +997,12 @@ <h5 th:text="#{t_add_info_who_selling_series}">Add info about selling/buying thi
997
997
'l10n': {
998
998
}
999
999
};
1000
+ var addCatalogNumbersProps = {
1001
+ 'csrfHeaderName': [[ ${_csrf.headerName} ]],
1002
+ 'csrfTokenValue': [[ ${_csrf.token} ]],
1003
+ 'l10n': {
1004
+ }
1005
+ };
1000
1006
+]*/
1001
1007
1002
1008
/*[- */
You can’t perform that action at this time.
0 commit comments