7 lines
345 B
HTML
7 lines
345 B
HTML
<dl>
|
|
<dt><label for="file">{{ lang('ASS_TYPE_FILE_TITLE') ~ lang('COLON') }}</label></dt>
|
|
<dd class="ass-input-icon" data-shop-file="{{ U_ACTION ~ U_FILE }}">
|
|
<i class="icon fa-file-image-o fa-fw" aria-hidden="true"></i><input class="autowidth" id="file" name="data[file]" type="text" value="{{ TYPE_FILE }}" required readonly>
|
|
</dd>
|
|
</dl>
|