[MIRROR] browse to browser continued (#11088)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-06-18 22:11:21 +02:00
committed by GitHub
co-authored by Kashargul
parent 2a0bb3120b
commit 590a653d5a
38 changed files with 203 additions and 319 deletions
+4 -1
View File
@@ -190,7 +190,10 @@ var/savefile/Banlist
dat += "</table>"
dat = "<HR>" + span_bold("Bans:") + " " + span_blue("(U) = Unban , (E) = Edit Ban") + " - " + span_green("([count] Bans)") + "<HR><table border=1 rules=all frame=void cellspacing=0 cellpadding=3 >[dat]"
usr << browse("<html>[dat]</html>", "window=unbanp;size=875x400")
var/datum/browser/popup = new(owner, "unbanp", "Unban", 875, 400)
popup.set_content(dat)
popup.open()
//////////////////////////////////// DEBUG ////////////////////////////////////