mirror of
https://github.com/Xevion/simple-viewer.git
synced 2025-12-15 02:13:14 -06:00
added directory prefill shortcut creation
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<div class="field">
|
||||
<label class="label">Directory</label>
|
||||
<div class="control has-icons-left has-icons-right">
|
||||
<input class="input" type="text" name="path" required placeholder="Full Path">
|
||||
<input class="input" type="text" name="path" required placeholder="Full Path" {% if path_prefill %}value="{{ path_prefill }}"{% endif %}>
|
||||
<span class="icon is-small is-left">
|
||||
<i class="fas fa-folder-open"></i>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user