File tree 1 file changed +5
-4
lines changed
src/main/webapp/WEB-INF/views/series
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -410,7 +410,8 @@ <h5 class="text-center" th:text="#{t_similar_series}">
410
410
</ ul >
411
411
</ div >
412
412
</ div >
413
- < div id ="similar-series-form " sec:authorize ="hasAuthority('MARK_SIMILAR_SERIES') "> </ div >
413
+
414
+ < div id ="mark-similar-series " sec:authorize ="hasAuthority('MARK_SIMILAR_SERIES') "> </ div >
414
415
</ div >
415
416
416
417
< div class ="col-sm-4 ">
@@ -804,7 +805,7 @@ <h5 th:text="#{t_add_info_who_selling_series}">Add info about selling/buying thi
804
805
805
806
<!--/* @todo #995 Series sale import: add support for new sellers */-->
806
807
<!--/* @todo #1057 Series sale import form: show a message when JavaScript is disabled */-->
807
- < div id ="importSeriesSaleForm " sec:authorize ="hasAuthority('IMPORT_SERIES_SALES') "> </ div >
808
+ < div id ="import-series-sale " sec:authorize ="hasAuthority('IMPORT_SERIES_SALES') "> </ div >
808
809
809
810
</ div >
810
811
@@ -947,7 +948,7 @@ <h5 th:text="#{t_add_info_who_selling_series}">Add info about selling/buying thi
947
948
} ;
948
949
/* -]*/
949
950
950
- renderComponent ( SimilarSeriesForm , similarSeriesFormProps , 'similar-series-form ' ) ;
951
+ renderComponent ( SimilarSeriesForm , similarSeriesFormProps , 'mark- similar-series' ) ;
951
952
</ script >
952
953
<!--/*/
953
954
</th:block>
@@ -979,7 +980,7 @@ <h5 th:text="#{t_add_info_who_selling_series}">Add info about selling/buying thi
979
980
} ;
980
981
/* -]*/
981
982
982
- renderComponent ( SeriesSaleImportForm , importFormProps , 'importSeriesSaleForm ' ) ;
983
+ renderComponent ( SeriesSaleImportForm , importFormProps , 'import-series-sale ' ) ;
983
984
</ script >
984
985
<!--/*/
985
986
</th:block>
You can’t perform that action at this time.
0 commit comments