First full release

This commit is contained in:
Luka Romih
2023-03-10 12:50:23 +01:00
parent 257f3c354f
commit 9867875ef2
285 changed files with 10980 additions and 4692 deletions
@@ -11,15 +11,15 @@ block body
- const d = { selection: 'change-profile-password' }
+sideNavigation(d)
include /utilities/dictionaries-main-panel-header
- const c = { sideMenu: true, h1: 'Spremeni geslo', description: 'Tukaj lahko spremenite geslo za prijavo.', buttons: [{ type: 'disabled', content: 'Shrani', form: 'profileForm' }] }
- const c = { sideMenu: true, h1: title, description: t('Tukaj lahko spremenite geslo za prijavo.'), buttons: [{ type: 'disabled', content: t('Shrani'), form: 'profileForm' }] }
+mainHeader(c)
.content-hold-prerequisites
#offset-main.main-container.mt-2.pe-5
#offset-main.main-container.mt-2
form.needs-validation(method="post" novalidate)
div
.subject-name
label.input-name-txt(for="password-old") STARO GESLO
label.input-name-txt(for="password-old") #{ t('STARO GESLO') }
.row
.col-sm-6.align-items-center
input#password-old.name-input.form-control.d-inline(
@@ -27,14 +27,14 @@ block body
name="password-old"
value=""
)
.invalid-feedback Napačno geslo.
.invalid-feedback #{ t('Napačno geslo.') }
.col-sm.d-flex.align-items-center
span.d-md-inline.d-block.name-info-txt.ms-xxl-3.ms-md-3.mt-3.mt-sm-0
.mt-4
.subject-name
label.input-name-txt(for="dictionary-title-en") NOVO GESLO
label.input-name-txt(for="dictionary-title-en") #{ t('NOVO GESLO') }
.row
.col-sm-6
input#password-new.name-input.form-control.d-inline(
@@ -43,14 +43,14 @@ block body
minLength="1"
value=""
)
.invalid-feedback Geslo je prekratko.
.invalid-feedback #{ t('Geslo je prekratko.') }
.col-sm.d-flex.align-items-center
span.d-md-inline.d-block.name-info-txt.ms-xxl-3.ms-md-3.mt-3.mt-sm-0
.mt-4
.subject-name
label.input-name-txt(for="dictionary-title-en") PONOVI NOVO GESLO
label.input-name-txt(for="dictionary-title-en") #{ t('PONOVI NOVO GESLO') }
.row
.col-sm-6
input#password-repeat.name-input.form-control.d-inline(
@@ -59,9 +59,9 @@ block body
minLength="1"
value=""
)
.invalid-feedback Geslo se ne ujema.
.invalid-feedback #{ t('Geslo se ne ujema.') }
.col-sm.d-flex.align-items-center
span.d-md-inline.d-block.name-info-txt.ms-xxl-3.ms-md-3.mt-3.mt-sm-0
include /common/footer
include /common/footer