File size: 599 Bytes
b82d373
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<div class="flex-container flexFlowColumn marginBot10">
    <h3 data-i18n="Are you sure you want to reset your settings to factory defaults?">
        Are you sure you want to reset your settings to factory defaults?
    </h3>
    <div data-i18n="Don't forget to save a snapshot of your settings before proceeding.">
        Don't forget to save a snapshot of your settings before proceeding.
    </div>
    <hr>
    <div>
        Enter your password below to confirm:
    </div>
    <input id="resetSettingsPassword" name="password" type="password" class="text_pole" placeholder="Password">
</div>