diff --git a/homepage/navbar.template.html b/homepage/navbar.template.html index 6d4ad40a8f84d9a15c3e87cf70d9f4f32e349062..a756fe139202b86024eb20e9902ecf190a6efda9 100644 --- a/homepage/navbar.template.html +++ b/homepage/navbar.template.html @@ -18,6 +18,9 @@ <li> <a class="nav-link" href="/pult">Pult</a> </li> + <li> + <a class="nav-link" href="/pult/spends">Költések</a> + </li> <li class="nav-item"> <a class="nav-link" href="/topup">Feltöltés</a> </li> @@ -26,6 +29,9 @@ <li class="nav-item"> <a class="nav-link" href="/pult">Pult</a> </li> + <li> + <a class="nav-link" href="/pult/spends">Költések</a> + </li> {{- end }} <li class="nav-item"> <a class="nav-link" href="#" onclick="alert('Keresd a reszort gazdaságist!')">Feltöltés</a> diff --git a/pultosch/pultosch.template.html b/pultosch/pultosch.template.html index d6c662b1f9ac282b7fa41bc4eb1df8b9bb1d2262..2c13d2619a451279815676dd328f7981c8b5eb42 100644 --- a/pultosch/pultosch.template.html +++ b/pultosch/pultosch.template.html @@ -15,7 +15,7 @@ <label for="userSelect">Válassz ki egy felhasználót:</label><br> <select id="userSelect" name="userId"> {{ range .Users }} - <option value="{{ .SchAcc }}">{{ .SchAcc }} - {{ .Name }}</option> + <option value="{{ .SchAcc }}">{{ .Name }} - {{ .SchAcc }}</option> {{ end }} </select><br><br> diff --git a/topup/topup.template.html b/topup/topup.template.html index b5adb6bb4cfa34894293e936c81d6062187471e2..b33763ce6772bfcd643e91e09d4258ac58ca3a28 100644 --- a/topup/topup.template.html +++ b/topup/topup.template.html @@ -10,7 +10,7 @@ <label for="schacc"></label> <select class="form-select" id="schacc" name="schacc" form="topup"> {{- range .Users }} - <option value="{{ .SchAcc }}">{{ .SchAcc }} - {{ .Name }}</option> + <option value="{{ .SchAcc }}">{{ .Name }} - {{ .SchAcc }}</option> {{- end }} </select> <form action="/topup/" method="POST" id="topup" class="justify-content-center topup-form">