Pārlūkot izejas kodu

Translation of table headers in webforms (#2099)

Added translation for headers in web forms
version-14
paurosello pirms 8 gadiem
committed by Rushabh Mehta
vecāks
revīzija
92d49ba07c
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. +2
    -2
      frappe/templates/generators/web_form.html

+ 2
- 2
frappe/templates/generators/web_form.html Parādīt failu

@@ -171,7 +171,7 @@
{% if d!=None %}
{{ render_field(df, d, False) }}
{% else %}
<span class='text-muted small'>{{ df.label }}</span>
<span class='text-muted small'>{{ _(df.label) }}</span>
{% endif %}
</{{ 'th' if d.name==None else 'td' }}>
{% endif %}
@@ -624,4 +624,4 @@ input, select {

{% if style is defined %}{{ style }}{% endif %}
</style>
{% endblock %}
{% endblock %}

Notiek ielāde…
Atcelt
Saglabāt