Adds [signfont] as an HTML Code for Admin Fax Use (#21026)

* papers please

* EVENT instead
This commit is contained in:
matttheficus
2023-05-11 13:45:38 -05:00
committed by GitHub
parent f4fdc82801
commit c0acd5562a
+3
View File
@@ -462,6 +462,9 @@
text = replacetext(text, "\[/i\]", "</I>")
text = replacetext(text, "\[u\]", "<U>")
text = replacetext(text, "\[/u\]", "</U>")
if(check_rights(R_EVENT))
text = replacetext(text, "\[signfont\]", "<font face=\"[signfont]\"><i>")
text = replacetext(text, "\[/signfont\]", "</i></font>")
if(sign)
text = replacetext(text, "\[sign\]", "<font face=\"[signfont]\"><i>[user ? user.real_name : "Anonymous"]</i></font>")
if(fields)