aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
authorJacek Antonelli2010-03-04 20:37:15 -0600
committerJacek Antonelli2010-03-04 21:34:08 -0600
commit9b0410586c4ec7761824350161f3554f4e464853 (patch)
tree1d7eeb96b0425be29fe6c8d1b3fdf03f1fb0057d /linden
parentAdded PrivateLookAtTarget option. (diff)
downloadmeta-impy-9b0410586c4ec7761824350161f3554f4e464853.zip
meta-impy-9b0410586c4ec7761824350161f3554f4e464853.tar.gz
meta-impy-9b0410586c4ec7761824350161f3554f4e464853.tar.bz2
meta-impy-9b0410586c4ec7761824350161f3554f4e464853.tar.xz
Fixed some notifications that were ported from 1.2 incorrectly.
The ClickBuildConstants, ClickTextureConstants, and ConfirmRestoreToWorld notifications were missing "More Info" buttons, and instead opened the web page when you clicked "Ok"/"Restore".
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/notifications.xml53
1 files changed, 35 insertions, 18 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/notifications.xml b/linden/indra/newview/skins/default/xui/en-us/notifications.xml
index 8c3da00..efc45d0 100644
--- a/linden/indra/newview/skins/default/xui/en-us/notifications.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/notifications.xml
@@ -80,6 +80,25 @@
80 </form> 80 </form>
81 </template> 81 </template>
82 82
83 <template name="okcancelhelpignore">
84 <form>
85 <button
86 default="true"
87 index="0"
88 name="OK"
89 text="$yestext"/>
90 <button
91 index="1"
92 name="Help"
93 text="$helptext"/>
94 <button
95 index="2"
96 name="Cancel"
97 text="$notext"/>
98 <ignore text="$ignoretext"/>
99 </form>
100 </template>
101
83 <template name="yesnocancelbuttons"> 102 <template name="yesnocancelbuttons">
84 <form> 103 <form>
85 <button 104 <button
@@ -6463,15 +6482,14 @@ GRAVITY -- -9.8
6463+ -- Addition 6482+ -- Addition
6464- -- Subtraction 6483- -- Subtraction
6465 6484
6466For what these are and how to use them, read: 6485For information about this feature, click "More Info".
6467[_URL] 6486 <url option="1" name="url">
6468 <url option="0" name="url">
6469
6470 http://imprudenceviewer.org/wiki/Build_Math_Expressions 6487 http://imprudenceviewer.org/wiki/Build_Math_Expressions
6471 </url> 6488 </url>
6472 <usetemplate 6489 <usetemplate
6473 name="okbutton" 6490 name="okhelpbuttons"
6474 yestext="OK"/> 6491 yestext="OK"
6492 helptext="More Info"/>
6475 </notification> 6493 </notification>
6476 6494
6477 <notification 6495 <notification
@@ -6493,15 +6511,14 @@ GLOW -- Glow
6493+ -- Addition 6511+ -- Addition
6494- -- Subtraction 6512- -- Subtraction
6495 6513
6496For what these are and how to use them, read: 6514For information about this feature, click "More Info".
6497[_URL] 6515 <url option="1" name="url">
6498 <url option="0" name="url">
6499
6500 http://imprudenceviewer.org/wiki/Build_Math_Expressions 6516 http://imprudenceviewer.org/wiki/Build_Math_Expressions
6501 </url> 6517 </url>
6502 <usetemplate 6518 <usetemplate
6503 name="okbutton" 6519 name="okhelpbuttons"
6504 yestext="OK"/> 6520 yestext="OK"
6521 helptext="More Info"/>
6505 </notification> 6522 </notification>
6506 6523
6507 <notification 6524 <notification
@@ -6583,16 +6600,16 @@ Are you sure you want to restore the object to its last position?
6583 6600
6584WARNING: Don't restore if you aren't sure where the object will go! 6601WARNING: Don't restore if you aren't sure where the object will go!
6585 6602
6586[_URL] 6603For information about this feature, click "More Info".
6587 <url option="0" name="url"> 6604 <url option="1" name="url">
6588
6589 http://imprudenceviewer.org/wiki/Restore_to_Last_Position 6605 http://imprudenceviewer.org/wiki/Restore_to_Last_Position
6590 </url> 6606 </url>
6591 <usetemplate 6607 <usetemplate
6592 ignoretext="Warn about lack of age verification" 6608 name="okcancelhelpignore"
6593 name="okcancelignore" 6609 yestext="Restore"
6610 helptext="More Info"
6594 notext="Cancel" 6611 notext="Cancel"
6595 yestext="Restore"/> 6612 ignoretext="When restoring objects to their last positions" />
6596 </notification> 6613 </notification>
6597 6614
6598 <notification 6615 <notification