diff --git a/Admin/Templates/editHero.tpl b/Admin/Templates/editHero.tpl index 1be81dd6..d93f1611 100644 --- a/Admin/Templates/editHero.tpl +++ b/Admin/Templates/editHero.tpl @@ -56,6 +56,13 @@ if(isset($_GET['uid'])){ .hero-head a:hover{text-decoration:underline;} .card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.04);margin-bottom:12px;} +/* FIX: pe tema inchisa a panoului (admin_dark.css, incarcat ultimul) cardurile + albe mosteneau text deschis si deveneau ilizibile. Fortam culori inchise pe + tot ce e in interiorul lor. */ +.card, .card .body, .card .body div, .card .body b, .card .body span, +.card .form-row, .card .form-row .field, .card table, .card td, .card th{color:#1f2937;} +.card .body{color:#1f2937;} +.card .body b{color:#0f172a;} .card h3{margin:0;padding:9px 14px;background:#f8fafc;border-bottom:1px solid #e5e7eb;font-size:12px;text-transform:uppercase;color:#475569;letter-spacing:.4px;font-weight:600;display:flex;align-items:center;gap:6px;} .card.body{padding:14px;} @@ -146,12 +153,36 @@ function go_url(url){ location=url; return false; }
%
@@ -162,11 +193,33 @@ function go_url(url){ location=url; return false; }

📈 Current Stats

-
Level: | Points:
+ +
Level: / + | Points used: of + (free: )
Offence: (Lv )
Defence: (Lv )
Off-Bonus: % | Def-Bonus: %
Regen: /day
+ 'all resources',1=>'lumber',2=>'clay',3=>'iron',4=>'crop']; + $eAmount = ($eResType>=1 && $eResType<=4) + ? (int) round($eResPts * $ePerOne * SPEED) + : (int) round($eResPts * $ePerAll * SPEED); + ?> +
Resources: /h (, Lv )
+
@@ -175,14 +228,25 @@ function go_url(url){ location=url; return false; }
- ⚠ Hero este Level 99 — nu mai poți adăuga puncte. + ⚠ Hero is at the maximum level () — no more points can be added.
+" : ""; echo ''; @@ -190,6 +254,22 @@ function go_url(url){ location=url; return false; } ?>
AttributeCurrentAddNew
'.$a[1].''.$a[2].'
0
'.$plusBtn.'
0
+ +
+ +
+ +
+
+
Level nou: 0
diff --git a/Admin/Templates/editHeroT4.tpl b/Admin/Templates/editHeroT4.tpl index 9547f6c1..a4978cdf 100644 --- a/Admin/Templates/editHeroT4.tpl +++ b/Admin/Templates/editHeroT4.tpl @@ -35,6 +35,12 @@ $t4SlotNames = [1=>'Helmet',2=>'Body',3=>'Right hand',4=>'Left hand',5=>'Shoes', ?>