04/20 Update extension UI and functions: add item, form filler
This commit is contained in:
@@ -313,6 +313,12 @@
|
||||
placeholder="username or email"
|
||||
/>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="save-folder">Folder</label>
|
||||
<select id="save-folder" class="save-folder-select">
|
||||
<option value="">— No folder —</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="save-modal-actions">
|
||||
<button id="btn-save-yes" class="btn-primary btn-sm">Save</button>
|
||||
<button id="btn-save-no" class="btn-ghost btn-sm">Not now</button>
|
||||
|
||||
Reference in New Issue
Block a user