mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 10:15:52 +01:00
split dialog templates into separate files
This commit is contained in:
16
src/views/dialogs/protected_session_password.ejs
Normal file
16
src/views/dialogs/protected_session_password.ejs
Normal file
@@ -0,0 +1,16 @@
|
||||
<div id="protected-session-password-dialog" class="tdialog" title="Protected session">
|
||||
<form id="protected-session-password-form">
|
||||
<div class="form-group">
|
||||
<label for="protected-session-password">To proceed with requested action you need to start protected session by entering password:</label>
|
||||
<input id="protected-session-password" class="form-control" type="password">
|
||||
</div>
|
||||
|
||||
<div style="display: flex; justify-content: space-between;">
|
||||
<button class="btn btn-sm">Start protected session <kbd>enter</kbd></button>
|
||||
|
||||
<button class="btn btn-sm" type="button" data-help-page="Protected-notes">
|
||||
<i class="glyphicon glyphicon-info-sign"></i> Help
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
Reference in New Issue
Block a user