Greatly expanded the CSV routine.

This commit is contained in:
James Cole
2015-07-05 06:18:02 +02:00
parent d2c018f7da
commit 65122f0144
22 changed files with 1282 additions and 210 deletions

View File

@@ -20,10 +20,7 @@
</div>
<div class="box-body">
<p>{{ 'csv_map_text'|_ }}</p>
<h4>{{ 'csv_more_information' }}</h4>
<p>{{ 'csv_more_information_text'|_ }}</p>
<a href="{{ route('csv.download-config') }}">Download config for use again</a>
</div>
</div>
@@ -57,7 +54,7 @@
<tr>
<td>{{ value }}</td>
<td>
{{ Form.select('mapping['~index~']['~value~']',options[index]) }}
{{ Form.select('mapping['~index~']['~value~']',options[index], mapped[index][value]) }}
</td>
</tr>
{% endfor %}