[fix] list
This commit is contained in:
parent
d98420c8d9
commit
9934a08485
2 changed files with 50 additions and 19 deletions
|
|
@ -166,6 +166,21 @@
|
|||
</form>
|
||||
</dialog>
|
||||
|
||||
<dialog id="popHelp" popover>
|
||||
<form>
|
||||
<header>Help
|
||||
<button type="button" class="btn-close" aria-label="Close"
|
||||
onclick="$('popHelp').hidePopover(); "></button>
|
||||
</header>
|
||||
<div id=popHelpInfo" class="modal-body">
|
||||
TODO
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
|
||||
</div>
|
||||
</form>
|
||||
</dialog>
|
||||
|
||||
<!-- <popup-info id="popHelp">hhhh</popup-info> -->
|
||||
|
||||
<dialog id="popSettings" popover>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue