forked from hestiacp/hestiacp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
40 lines (34 loc) · 1.72 KB
/
footer.html
File metadata and controls
40 lines (34 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
</div>
<div title="<?=_('Confirmation')?>" class="confirmation-text-redirect hidden">
<p class="confirmation"><?=_('LEAVE_PAGE_CONFIRMATION')?></p>
</div>
<div class="shortcuts animated fadeIn" style="display:none">
<div class="header">
<div class="title"><?=_('Shortcuts')?></div>
<div class="close text-center">
<i class="fas fa-times"></i>
</div>
</div>
<ul>
<li><span class="key">a</span><?=_('Add New object')?></li>
<li><span class="key">Ctrl + Enter</span><?=_('Save Form')?></li>
<li><span class="key">Ctrl + Backspace</span><?=_('Cancel saving form')?></li>
<li class="step-top"><span class="key">1</span><?=_('Go to WEB list')?></li>
<li><span class="key">2</span><?=_('Go to DNS list')?></li>
<li><span class="key">3</span><?=_('Go to MAIL list')?></li>
<li><span class="key">4</span><?=_('Go to DB list')?></li>
<li><span class="key">5</span><?=_('Go to CRON list')?></li>
<li><span class="key">6</span><?=_('Go to BACKUP list')?></li>
</ul>
<ul>
<li><span class="key">f</span><?=_('Focus on search')?></li>
<li class="step-top"><span class="key">h</span><?=_('Display/Close shortcuts')?></li>
<li class="step-top"><span class="key bigger">←</span><?=_('Move backward through top menu')?></li>
<li><span class="key bigger">→</span><?=_('Move forward through top menu')?></li>
<li><span class="key">Enter</span><?=_('Enter focused element')?></li>
<li class="step-top"><span class="key bigger">↑</span><?=_('Move up through elements list')?></li>
<li><span class="key bigger">↓</span><?=_('Move down through elements list')?></li>
</ul>
</div>
</body>
</html>