Find & Replace and Autotag watched words were not completely exported and import did not work with these either. This commit changes the input and output format to CSV, which allows for a secondary column. This change is backwards compatible because a CSV file with only one column has one value per line.
6 lines
213 B
Handlebars
6 lines
213 B
Handlebars
<label class="btn btn-default {{if addDisabled "disabled"}}">
|
|
{{d-icon "upload"}}
|
|
{{i18n "admin.watched_words.form.upload"}}
|
|
<input class="hidden-upload-field" disabled={{addDisabled}} type="file">
|
|
</label>
|