File tree 3 files changed +18
-8
lines changed
resources/ru/mystamps/i18n
webapp/WEB-INF/views/series
3 files changed +18
-8
lines changed Original file line number Diff line number Diff line change @@ -152,11 +152,11 @@ t_add_info_who_selling_series = Add info about selling/buying this series
152
152
t_dd_mm_yyyy = dd.mm.yyyy
153
153
t_today = Today
154
154
t_seller = Seller
155
- t_add_seller_hint = <a tabindex="-1" href="{0}"> Add a new seller</a>
155
+ t_add_new_seller = Add a new seller
156
156
t_price = Price
157
157
t_alternative_price = Alternative price
158
158
t_buyer = Buyer
159
- t_add_buyer_hint = <a tabindex="-1" href="{0}"> Add a new buyer</a>
159
+ t_add_new_buyer = Add a new buyer
160
160
t_add_info = Add info
161
161
t_import_info_who_selling_series = Import info about selling this series
162
162
t_import_info = Import info
Original file line number Diff line number Diff line change @@ -151,11 +151,11 @@ t_add_info_who_selling_series = Добавить покупки и продаж
151
151
t_dd_mm_yyyy = дд.мм.гггг
152
152
t_today = Сегодня
153
153
t_seller = Продавец
154
- t_add_seller_hint = <a tabindex="-1" href="{0}"> Добавить нового продавца</a>
154
+ t_add_new_seller = Добавить нового продавца
155
155
t_price = Цена
156
156
t_alternative_price = Альтернативная цена
157
157
t_buyer = Покупатель
158
- t_add_buyer_hint = <a tabindex="-1" href="{0}"> Добавить нового покупателя</a>
158
+ t_add_new_buyer = Добавить нового покупателя
159
159
t_add_info = Добавить
160
160
t_import_info_who_selling_series = Импортировать информацию о продаже этой серии
161
161
t_import_info = Импортировать
Original file line number Diff line number Diff line change @@ -577,8 +577,13 @@ <h5 th:text="#{t_add_info_who_selling_series}">Add info about selling/buying thi
577
577
<!--*/-->
578
578
</ select >
579
579
< small sec:authorize ="hasAuthority('ADD_PARTICIPANT') ">
580
- < span class ="hint-block " th:utext ="#{t_add_seller_hint(@{${ADD_PARTICIPANT_PAGE}(seller=true)})} ">
581
- You can also < a tabindex ="-1 " href ="../participant/add.html?seller=true "> add a new seller</ a >
580
+ < span class ="hint-block ">
581
+ < a tabindex ="-1 "
582
+ href ="../participant/add.html?seller=true "
583
+ th:href ="@{${ADD_PARTICIPANT_PAGE}(seller=true)} "
584
+ th:text ="#{t_add_new_seller} ">
585
+ Add a new seller
586
+ </ a >
582
587
</ span >
583
588
</ small >
584
589
<!--/*/
@@ -687,8 +692,13 @@ <h5 th:text="#{t_add_info_who_selling_series}">Add info about selling/buying thi
687
692
<!--*/-->
688
693
</ select >
689
694
< small sec:authorize ="hasAuthority('ADD_PARTICIPANT') ">
690
- < span class ="hint-block " th:utext ="#{t_add_buyer_hint(@{${ADD_PARTICIPANT_PAGE}(buyer=true)})} ">
691
- You can also < a tabindex ="-1 " href ="../participant/add.html?buyer=true "> add a new buyer</ a >
695
+ < span class ="hint-block ">
696
+ < a tabindex ="-1 "
697
+ href ="../participant/add.html?buyer=true "
698
+ th:href ="@{${ADD_PARTICIPANT_PAGE}(buyer=true)} "
699
+ th:text ="#{t_add_new_buyer} ">
700
+ Add a new buyer
701
+ </ a >
692
702
</ span >
693
703
</ small >
694
704
<!--/*/
You can’t perform that action at this time.
0 commit comments