mirror of
https://github.com/zadam/trilium.git
synced 2024-11-17 13:14:44 +08:00
26 lines
1.4 KiB
Text
26 lines
1.4 KiB
Text
<div id="protected-session-password-dialog" class="modal mx-auto" data-backdrop="false" tabindex="-1" role="dialog">
|
|
<div class="modal-dialog modal-md" role="document">
|
|
<div class="modal-content">
|
|
<div class="modal-header">
|
|
<h5 class="modal-title mr-auto">Protected session</h5>
|
|
|
|
<button class="help-button" type="button" data-help-page="Protected-notes" title="Help on Protected notes">?</button>
|
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close" style="margin-left: 0;">
|
|
<span aria-hidden="true">×</span>
|
|
</button>
|
|
</div>
|
|
<form class="protected-session-password-form">
|
|
<div class="modal-body">
|
|
<div class="form-group">
|
|
<label for="protected-session-password-in-modal">To proceed with requested action you need to start protected session by entering password:</label>
|
|
<input id="protected-session-password-in-modal" class="form-control protected-session-password" type="password">
|
|
</div>
|
|
</div>
|
|
<div class="modal-footer">
|
|
<button class="btn btn-primary">Start protected session <kbd>enter</kbd></button>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|