From 25aed85ee6e117532cf390edd5dc2db28b49c1d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dalibor=20Markovi=C4=87?= Date: Sat, 13 Jun 2026 00:50:10 +0200 Subject: [PATCH] =?UTF-8?q?refactor(css):=20sporedni=20tekst=20na=20.pomoc?= =?UTF-8?q?ni-tekst=20klasu=2039=20inline=20elemenata=20(span/div)=20sa=20?= =?UTF-8?q?font-size:13px;color:var(--tekst-sporedni)=20(identi=C4=8Dno=20?= =?UTF-8?q?postoje=C4=87oj=20.pomocni-tekst)=20zamenjeno=20klasom;=20ukupn?= =?UTF-8?q?o=2040.=20Razdelnici=20(border-bottom:0.5px=20na=20)=20NISU?= =?UTF-8?q?=20dirani:=20me=C5=A1avina=20su=20thead=20redova=20(redundantni?= =?UTF-8?q?=20=E2=80=94=20.tabela=20ih=20daje)=20i=20tbody=20data=20redova?= =?UTF-8?q?=20(gde=20je=20ivica=20separator=20i=20POTREBNA),=20pa=20blanke?= =?UTF-8?q?t-promena=20nije=20bezbedna.=20Nagla=C5=A1eni=20naslovi=20(font?= =?UTF-8?q?-weight:500;=20color:glavni)=20imaju=20raznolik=20font-size=20(?= =?UTF-8?q?14/15/16/22px)=20=E2=80=94=20ne=20mapiraju=20se=20na=20jednu=20?= =?UTF-8?q?klasu,=20ostavljeni.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/templates/stranice/admin_korisnici.html | 4 ++-- web/templates/stranice/dobavljaci.html | 8 ++++---- web/templates/stranice/izvestaji.html | 2 +- web/templates/stranice/klijenti.html | 4 ++-- web/templates/stranice/magacin.html | 6 +++--- web/templates/stranice/nabavka_detalji.html | 4 ++-- web/templates/stranice/podesavanja.html | 14 +++++++------- web/templates/stranice/podesavanja_izgled.html | 10 +++++----- web/templates/stranice/podesavanja_opste.html | 2 +- web/templates/stranice/podesavanja_sistem.html | 2 +- web/templates/stranice/prodaja_detalji.html | 4 ++-- web/templates/stranice/profil_tema.html | 10 +++++----- web/templates/stranice/servis.html | 2 +- web/templates/stranice/servis_detalji.html | 2 +- 14 files changed, 37 insertions(+), 37 deletions(-) diff --git a/web/templates/stranice/admin_korisnici.html b/web/templates/stranice/admin_korisnici.html index 9eb0600..48a9002 100644 --- a/web/templates/stranice/admin_korisnici.html +++ b/web/templates/stranice/admin_korisnici.html @@ -47,7 +47,7 @@ {{.KorisnickoIme}} {{if eq .Uloga "superadmin"}} - Superadmin + Superadmin {{else if eq $.KorisnikUloga "superadmin"}}
diff --git a/web/templates/stranice/klijenti.html b/web/templates/stranice/klijenti.html index c240455..379b1bf 100644 --- a/web/templates/stranice/klijenti.html +++ b/web/templates/stranice/klijenti.html @@ -140,12 +140,12 @@
{{if .Telefon}} -
+
Telefon: {{.Telefon}}
{{end}} {{if .Email}} -
+
E-pošta: {{.Email}}
{{end}} diff --git a/web/templates/stranice/magacin.html b/web/templates/stranice/magacin.html index d0a08b3..f3732bd 100644 --- a/web/templates/stranice/magacin.html +++ b/web/templates/stranice/magacin.html @@ -157,15 +157,15 @@
-
+
Količina: {{.Kolicina}}
-
+
Cena: {{printf "%.0f" .ProdajnaCena}} din
{{if .Lokacija}} -
+
Lokacija: {{.Lokacija}}
{{end}} diff --git a/web/templates/stranice/nabavka_detalji.html b/web/templates/stranice/nabavka_detalji.html index 7b233ec..84e1fa7 100644 --- a/web/templates/stranice/nabavka_detalji.html +++ b/web/templates/stranice/nabavka_detalji.html @@ -28,7 +28,7 @@
Detalji nabavke - {{.Nabavka.Datum.Format "02.01.2006. u 15:04"}} + {{.Nabavka.Datum.Format "02.01.2006. u 15:04"}}
@@ -131,7 +131,7 @@
Brisanje nabavke
-
+
Brisanje je trajno i ne vraća količine artikala u magacin.
diff --git a/web/templates/stranice/podesavanja.html b/web/templates/stranice/podesavanja.html index ef6f066..a9c9178 100644 --- a/web/templates/stranice/podesavanja.html +++ b/web/templates/stranice/podesavanja.html @@ -54,7 +54,7 @@ style="padding:8px 16px;background:var(--sb-akcent);color:#fff;border:none;border-radius:8px;font-size:13px;cursor:pointer;white-space:nowrap;font-weight:500;"> Izaberi fajl - Nijedan fajl nije izabran + Nijedan fajl nije izabran
-
Verzija programa: {{.Verzija}}
+
Verzija programa: {{.Verzija}}
Storniranje naloga
-
+
Storno vraća sve artikle na stanje u magacinu. Nalog ostaje u evidenciji sa oznakom storniran.
@@ -251,7 +251,7 @@
Brisanje naloga
-
+
Brisanje je trajno.{{if not .Nalog.Stornirano}} Količine artikala biće vraćene na stanje u magacinu.{{end}}
diff --git a/web/templates/stranice/profil_tema.html b/web/templates/stranice/profil_tema.html index 72381ca..dc1c687 100644 --- a/web/templates/stranice/profil_tema.html +++ b/web/templates/stranice/profil_tema.html @@ -114,7 +114,7 @@ style="display:inline-flex;align-items:center;padding:8px 14px;background:var(--sb-akcent);color:#fff;border:none;border-radius:8px;font-size:13px;cursor:pointer;user-select:none;font-weight:500;"> Izaberi fajl - Nijedan fajl nije izabran + Nijedan fajl nije izabran