[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 13:11:21 -07:00
committed by GitHub
parent 2a0bb3120b
commit 590a653d5a
38 changed files with 203 additions and 319 deletions

View File

@@ -133,7 +133,10 @@
output += "</table></div><div id='top'><b>Search:</b> <input type='text' id='filter' value='' style='width:70%;' onkeyup='updateSearch();'></div></body>"
if(QDELETED(usr))
return
usr << browse("<!DOCTYPE html><html>[jointext(output, "")]</html>","window=editrights;size=1000x650")
var/datum/browser/popup = new(owner, "editrights", "Edit Rights", 1000, 650)
popup.set_content(jointext(output, ""))
popup.open()
/datum/admins/proc/edit_rights_topic(list/href_list)
if(!check_rights(R_PERMISSIONS))