migrate
This commit is contained in:
17
public/scripts/templates/masterImport.html
Normal file
17
public/scripts/templates/masterImport.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<h3 data-i18n="Choose what to import">
|
||||
Choose what to import
|
||||
</h3>
|
||||
<div class="flex-container flexFlowColumn justifyLeft">
|
||||
{{#each sections}}
|
||||
{{#with this}}
|
||||
<label class="checkbox_label">
|
||||
<input type="checkbox" value="{{key}}" checked>
|
||||
<span data-i18n="{{name}}">{{name}}</span>
|
||||
{{#if preset}}
|
||||
<span>–</span>
|
||||
<small>{{preset}}</small>
|
||||
{{/if}}
|
||||
</label>
|
||||
{{/with}}
|
||||
{{/each}}
|
||||
</div>
|
Reference in New Issue
Block a user