mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
- Got rid of the browser tab
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3834 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -191,7 +191,7 @@ var/list/obj/machinery/requests_console/allConsoles = list()
|
||||
else
|
||||
dat += text("Speaker <A href='?src=\ref[src];setSilent=1'>ON</A>")
|
||||
|
||||
user << browse("[dat]", "")
|
||||
user << browse("[dat]", "window=request_console")
|
||||
onclose(user, "req_console")
|
||||
return
|
||||
|
||||
|
||||
@@ -188,7 +188,7 @@
|
||||
if (product_slogans != "")
|
||||
dat += "The speaker switch is [src.shut_up ? "off" : "on"]. <a href='?src=\ref[src];togglevoice=[1]'>Toggle</a>"
|
||||
|
||||
user << browse(dat, "")
|
||||
user << browse(dat, "window=vending")
|
||||
onclose(user, "")
|
||||
return
|
||||
|
||||
|
||||
@@ -252,7 +252,7 @@ menu "menu"
|
||||
window "Telecomms IDE"
|
||||
elem "Telecomms IDE"
|
||||
type = MAIN
|
||||
pos = 303,13
|
||||
pos = 281,0
|
||||
size = 652x582
|
||||
anchor1 = none
|
||||
anchor2 = none
|
||||
@@ -1181,7 +1181,7 @@ window "rpane"
|
||||
lock = none
|
||||
elem "rulesb"
|
||||
type = BUTTON
|
||||
pos = 369,0
|
||||
pos = 289,0
|
||||
size = 60x16
|
||||
anchor1 = none
|
||||
anchor2 = none
|
||||
@@ -1209,7 +1209,7 @@ window "rpane"
|
||||
button-type = pushbutton
|
||||
elem "forumb"
|
||||
type = BUTTON
|
||||
pos = 304,0
|
||||
pos = 224,0
|
||||
size = 60x16
|
||||
anchor1 = none
|
||||
anchor2 = none
|
||||
@@ -1237,7 +1237,7 @@ window "rpane"
|
||||
button-type = pushbutton
|
||||
elem "wikib"
|
||||
type = BUTTON
|
||||
pos = 240,0
|
||||
pos = 160,0
|
||||
size = 60x16
|
||||
anchor1 = none
|
||||
anchor2 = none
|
||||
@@ -1293,7 +1293,7 @@ window "rpane"
|
||||
button-type = pushbox
|
||||
elem "browseb"
|
||||
type = BUTTON
|
||||
pos = 65,0
|
||||
pos = 464,0
|
||||
size = 60x16
|
||||
anchor1 = none
|
||||
anchor2 = none
|
||||
@@ -1302,7 +1302,7 @@ window "rpane"
|
||||
font-style = ""
|
||||
text-color = #000000
|
||||
background-color = none
|
||||
is-visible = true
|
||||
is-visible = false
|
||||
is-disabled = false
|
||||
is-transparent = false
|
||||
is-default = false
|
||||
@@ -1321,7 +1321,7 @@ window "rpane"
|
||||
button-type = pushbox
|
||||
elem "infob"
|
||||
type = BUTTON
|
||||
pos = 130,0
|
||||
pos = 64,0
|
||||
size = 60x16
|
||||
anchor1 = none
|
||||
anchor2 = none
|
||||
|
||||
Reference in New Issue
Block a user