keyed the rest.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-02-03 21:58:17 -07:00
parent 7d9b67a04d
commit 7d11c4003f
7 changed files with 138 additions and 102 deletions

View File

@@ -19,7 +19,7 @@
<input type="text" id="workAroundInput" style="height:0px; width:0px; display:none;">
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" role="switch" id="noteIsPinned" checked="@Model.Pinned">
<label class="form-check-label" for="noteIsPinned">Pinned</label>
<label class="form-check-label" for="noteIsPinned">@translator.Translate(userLanguage,"Pinned")</label>
</div>
<label for="noteDescription">@translator.Translate(userLanguage,"Description")</label>
<input type="text" id="noteDescription" class="form-control" placeholder="@translator.Translate(userLanguage,"Description of the note")" value="@(isNew ? "" : Model.Description)">