Fix "The notification called 'AuthRequest' was not found in notifications.xml." alert
Thanks to Eva Darkwyr for alerting me of this.
This commit is contained in:
@@ -8001,6 +8001,24 @@ Only textures will upload as temporary on Agni and Aditi.
|
||||
canceltext="Cancel"/>
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
name="AuthRequest"
|
||||
type="browser">
|
||||
The site at '[HOST_NAME]' in realm '[REALM]' requires a user name and password.
|
||||
<tag>confirm</tag>
|
||||
<form name="form">
|
||||
<input name="username" type="text" text="User Name"/>
|
||||
<input name="password" type="password" text="Password "/>
|
||||
<button default="true"
|
||||
index="0"
|
||||
name="ok"
|
||||
text="Submit"/>
|
||||
<button index="1"
|
||||
name="cancel"
|
||||
text="Cancel"/>
|
||||
</form>
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="alertmodal.tga"
|
||||
name="PathfindingLinksets_WarnOnPhantom"
|
||||
|
||||
Reference in New Issue
Block a user