Ver a proveniência

Translation of table headers in webforms (#2099)

Added translation for headers in web forms
version-14
paurosello há 8 anos
committed by Rushabh Mehta
ascendente
cometimento
92d49ba07c
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      frappe/templates/generators/web_form.html

+ 2
- 2
frappe/templates/generators/web_form.html Ver ficheiro

@@ -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 %}

Carregando…
Cancelar
Guardar