renaming indicators

This commit is contained in:
Данил 2022-10-02 12:22:44 +03:00
parent e23824367a
commit 6db4d752ba

View file

@ -38,18 +38,24 @@
<p class="title"><strong>Add a program to the startup</strong></p> <p class="title"><strong>Add a program to the startup</strong></p>
<p class="desc">EverNasa will automatically start when you log in.</p> <p class="desc">EverNasa will automatically start when you log in.</p>
<div class="form-check form-switch"> <div class="form-check form-switch">
<input class="form-check-input" type="checkbox" role="switch" id="startupSwitch"> <input class="form-check-input" type="checkbox" role="switch" id="settings_startupSwitch">
<label class="form-check-label" for="startupText" id="startupText">Off</label> <label class="form-check-label" for="settings_startupTogglerName" id="settings_startupTogglerName">Off</label>
</div> </div>
</div> </div>
<div class="settings"> <div class="settings">
<p class="title"><strong>Auto-change of desktop wallpaper</strong></p> <p class="title"><strong>Auto-change of desktop wallpaper</strong></p>
<p class="desc">EveryNasa will automatically change the desktop wallpaper at startup as well as every day</p> <p class="desc">EveryNasa will automatically change the desktop wallpaper at startup as well as every day.</p>
<div class="form-check form-switch"> <div class="form-check form-switch">
<input class="form-check-input" type="checkbox" role="switch" id="autosetWallpaperSwitch"> <input class="form-check-input" type="checkbox" role="switch" id="settings_autoSetWallpaperSwitch">
<label class="form-check-label" for="autosetWallpaperText" id="autosetWallpaperText">Off</label> <label class="form-check-label" for="settings_autoSetWallpaperTogglerName" id="settings_autoSetWallpaperTogglerName">Off</label>
</div> </div>
</div> </div>
<div class="settings">
<p class="title"><strong>Create an application shortcut</strong></p>
<p class="desc">EveryNasa will create an application shortcut on your desktop.</p>
<button type="button" class="btn btn-outline-primary" id="createLabelButton">Create</button>
</div>
</header>
</header> </header>
</div> </div>
<div class="toast-container position-fixed bottom-0 end-0 p-3"> <div class="toast-container position-fixed bottom-0 end-0 p-3">
@ -65,6 +71,6 @@
<script src="https://code.jquery.com/jquery-3.6.1.min.js"></script> <script src="https://code.jquery.com/jquery-3.6.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/js/bootstrap.min.js" integrity="sha384-7VPbUDkoPSGFnVtYi0QogXtr74QeVeeIs99Qfg5YCF+TidwNdjvaKZX19NZ/e6oz" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/js/bootstrap.min.js" integrity="sha384-7VPbUDkoPSGFnVtYi0QogXtr74QeVeeIs99Qfg5YCF+TidwNdjvaKZX19NZ/e6oz" crossorigin="anonymous"></script>
<script src="/static/scripts/switch.js" type="application/javascript"></script> <script src="/static/scripts/switch.js" type="application/javascript"></script>
<script src="/static/scripts/update.js" type="application/javascript"></script> <script src="/static/scripts/createLabel.js" type="application/javascript"></script>
</body> </body>
</html> </html>