summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Nelson <none@none>2010-09-14 10:52:39 -0700
committerRichard Nelson <none@none>2010-09-14 10:52:39 -0700
commit144e14521b432205c4d3592facf61627f4f5419c (patch)
tree7424b087018dfe8653b43ffb4ab257e7050d172f
parent369d12bcfb9e12799509a70566e1220d04d0e189 (diff)
EXP-29 WIP Added popup blocking notification
-rw-r--r--indra/newview/skins/default/xui/en/notifications.xml20
1 files changed, 19 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml
index 47bb0fe45b..77b3122fb0 100644
--- a/indra/newview/skins/default/xui/en/notifications.xml
+++ b/indra/newview/skins/default/xui/en/notifications.xml
@@ -723,7 +723,7 @@ You need an account to enter [SECOND_LIFE]. Would you like to create one now?
<url
option="0"
name="url"
- openexternally = "1">
+ target = "_external">
http://join.secondlife.com/
</url>
@@ -6453,6 +6453,24 @@ Mute everyone?
<unique/>
</notification>
+ <notification
+ name="PopupAttempt"
+ type="browser">
+ A pop-up was prevented from opening.
+ <unique/>
+ <form name="form">
+ <ignore name="ignore"
+ text="Enable all pop-ups"/>
+ <button default="true"
+ index="0"
+ name="open"
+ text="Open pop-up window"/>
+ </form>
+
+
+ </notification>
+
+
<global name="UnsupportedCPU">
- Your CPU speed does not meet the minimum requirements.
</global>