mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-23 04:36:18 +01:00
Merge pull request #870 from skull132/bug-fixes-Jan2016
Check_fax_history fix 2
This commit is contained in:
@@ -341,6 +341,6 @@
|
||||
data += "<hr><center><b>Sent Faxes:</b></center><br>"
|
||||
for (var/i = 1, i <= faxes.len, i++)
|
||||
var/list/a = faxes[i]
|
||||
data += "<a href='?_src_=holder;CentcommFaxView=[i];CentcommFaxReceived=1'>#[i] - '[a["subject"]]' from [a["sender"]]</a><br>"
|
||||
data += "<a href='?_src_=holder;CentcommFaxView=[i];CentcommFaxReceived=0'>#[i] - '[a["subject"]]' from [a["sender"]]</a><br>"
|
||||
|
||||
usr << browse("<HTML><HEAD><TITLE>Centcomm Fax History</TITLE></HEAD><BODY>[data]</BODY></HTML>", "window=Centcomm Fax History")
|
||||
|
||||
Reference in New Issue
Block a user