Skip to content

Commit 179986f

Browse files
committed
Series sales form: improve markup for Russian language.
Fix #527
1 parent 832e6aa commit 179986f

File tree

1 file changed

+7
-7
lines changed
  • src/main/webapp/WEB-INF/views/series

1 file changed

+7
-7
lines changed

src/main/webapp/WEB-INF/views/series/info.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ <h5 th:text="|#{t_add_info_who_selling_series}:|">Add info about selling/buying
365365
<form method="post" class="form-horizontal" action="info.html" th:action="@{${ADD_SERIES_ASK_PAGE}(id=${series.id})}" th:object="${addSeriesSalesForm}">
366366

367367
<div class="form-group form-group-sm" th:classappend="${#fields.hasErrors('date') ? 'has-error' : ''}">
368-
<label for="date" class="control-label col-sm-2">
368+
<label for="date" class="control-label col-sm-3">
369369
<span class="field-label" th:text="#{t_date}">
370370
Date
371371
</span>
@@ -379,7 +379,7 @@ <h5 th:text="|#{t_add_info_who_selling_series}:|">Add info about selling/buying
379379
</div>
380380

381381
<div class="form-group form-group-sm" th:classappend="${#fields.hasErrors('sellerId') ? 'has-error' : ''}">
382-
<label for="seller" class="control-label col-sm-2">
382+
<label for="seller" class="control-label col-sm-3">
383383
<span class="field-label" th:text="#{t_seller}">
384384
Seller
385385
</span>
@@ -404,7 +404,7 @@ <h5 th:text="|#{t_add_info_who_selling_series}:|">Add info about selling/buying
404404
</div>
405405

406406
<div class="form-group form-group-sm" th:classappend="${#fields.hasErrors('url') ? 'has-error' : ''}">
407-
<label for="url" class="control-label col-sm-2">
407+
<label for="url" class="control-label col-sm-3">
408408
<span class="field-label" th:text="#{t_url}">
409409
URL
410410
</span>
@@ -418,7 +418,7 @@ <h5 th:text="|#{t_add_info_who_selling_series}:|">Add info about selling/buying
418418
</div>
419419

420420
<div class="form-group form-group-sm" th:classappend="${#fields.hasErrors('price') or #fields.hasErrors('currency') ? 'has-error' : ''}">
421-
<label for="price" class="control-label col-sm-2">
421+
<label for="price" class="control-label col-sm-3">
422422
<span class="field-label" th:text="#{t_price}">
423423
Price
424424
</span>
@@ -446,7 +446,7 @@ <h5 th:text="|#{t_add_info_who_selling_series}:|">Add info about selling/buying
446446
</div>
447447

448448
<div class="form-group form-group-sm" th:classappend="${#fields.hasErrors('altPrice') or #fields.hasErrors('altCurrency') ? 'has-error' : ''}">
449-
<label for="price" class="control-label col-sm-2">
449+
<label for="price" class="control-label col-sm-3">
450450
<span class="field-label" th:text="#{t_alternative_price}">
451451
Alternative price
452452
</span>
@@ -473,7 +473,7 @@ <h5 th:text="|#{t_add_info_who_selling_series}:|">Add info about selling/buying
473473
</div>
474474

475475
<div class="form-group form-group-sm" th:classappend="${#fields.hasErrors('buyerId') ? 'has-error' : ''}">
476-
<label for="buyer" class="control-label col-sm-2">
476+
<label for="buyer" class="control-label col-sm-3">
477477
<span class="field-label" th:text="#{t_buyer}">
478478
Buyer
479479
</span>
@@ -496,7 +496,7 @@ <h5 th:text="|#{t_add_info_who_selling_series}:|">Add info about selling/buying
496496
</div>
497497

498498
<div class="form-group form-group-sm">
499-
<div class="col-sm-offset-2 col-sm-4">
499+
<div class="col-sm-offset-3 col-sm-4">
500500
<input type="submit" class="btn btn-primary" value="Add info" th:value="#{t_add_info}" />
501501
</div>
502502
</div>

0 commit comments

Comments
 (0)