import better
This commit is contained in:
@@ -28,6 +28,11 @@
|
||||
</label>
|
||||
<label class="wide">{{ nav.tr("import-csv-data") }}<textarea id="csv-data" name="csv_data" rows="14" required>{{ page.form.csv_data }}</textarea></label>
|
||||
</div>
|
||||
<label class="check">
|
||||
<input type="checkbox" name="import_system_columns" value="true"{% if page.form.import_system_columns() %} checked{% endif %}>
|
||||
{{ nav.tr("import-system-columns") }}
|
||||
</label>
|
||||
<small>{{ nav.tr("import-system-columns-hint") }}</small>
|
||||
{%- if let Some(changed) = changed %}
|
||||
<p class="hint" role="status">{% if changed %}{{ nav.tr("import-normalized-message") }}{% else %}{{ nav.tr("import-normalized-unchanged") }}{% endif %}</p>
|
||||
{%- endif %}
|
||||
|
||||
Reference in New Issue
Block a user