aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/item_import.tpl
blob: 65de7fcaf96fd4760928d0e3c7bcf1217fda3f51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<h2>{{$title}}</h2>

<form action="import_items" method="post" enctype="multipart/form-data" id="import-channel-form">

	<div id="import-desc" class="descriptive-paragraph">{{$desc}}</div>

	<label for="import-filename" id="label-import-filename" class="import-label" >{{$label_filename}}</label>
	<input type="file" name="filename" id="import-filename" class="import-input" value="" />
	<div id="import-filename-end" class="import-field-end"></div>

	<input type="submit" name="submit" id="import-submit-button" value="{{$submit}}" />
	<div id="import-submit-end" class="import-field-end"></div>

</form>