Blame Raw
· · · 31 lines (1.6 KB)
0 contributors
1<div class="padding5">
2 <h3 class="title_restorable">
3 <span data-i18n="Settings Snapshots">Settings Snapshots</span>
4 <div class="makeSnapshotButton menu_button menu_button_icon" data-i18n="[title]Record a snapshot of your current settings." title="Record a snapshot of your current settings.">
5 <i class="fa-fw fa-solid fa-camera"></i>
6 <span data-i18n="Make a Snapshot">Make a Snapshot</span>
7 </div>
8 </h3>
9 <hr>
10 <div class="snapshotList flex-container flexFlowColumn">
11 </div>
12 <div class="template_element snapshotTemplate">
13 <div class="snapshot inline-drawer wide100p">
14 <div class="inline-drawer-toggle inline-drawer-header flexGap10">
15 <div class="flex-container flexFlowColumn flexNoGap justifyLeft">
16 <span class="snapshotName"></span>
17 <div class="flex-container flexGap10">
18 <small class="snapshotDate"></small>
19 <small>(<span class="snapshotSize"></span>)</small>
20 </div>
21 </div>
22 <div class="expander"></div>
23 <div class="menu_button fa-solid fa-recycle snapshotRestoreButton" data-i18n="[title]Restore this snapshot" title="Restore this snapshot"></div>
24 <div class="fa-solid fa-circle-chevron-down inline-drawer-icon down"></div>
25 </div>
26 <div class="inline-drawer-content">
27 <textarea class="text_pole textarea_compact fontsize80p snapshotContent" readonly placeholder="Loading..." rows="25"></textarea>
28 </div>
29 </div>
30 </div>
31</div>