summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-11-19 19:18:17 -0800
committerRichard Linden <none@none>2010-11-19 19:18:17 -0800
commitecd8290b3fa7484bb0587c49e8c9b01afcc48c0d (patch)
tree8ffa5b26cd135f83272fcf23262c3a14c6cea60f /indra/newview/skins/default
parentdb1af5b6cfcadd9f153cecb4d5440c69df2df7f0 (diff)
SOCIAL-266 WIP HTTP AUTH dialogs no longer work in LLQtWebKit 4.7.1
factored out llwindowshade control for slide-in notifications
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r--indra/newview/skins/default/xui/en/notifications.xml2
-rw-r--r--indra/newview/skins/default/xui/en/panel_login.xml1
2 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml
index 190418e384..f628988a67 100644
--- a/indra/newview/skins/default/xui/en/notifications.xml
+++ b/indra/newview/skins/default/xui/en/notifications.xml
@@ -6554,7 +6554,7 @@ Mute everyone?
Enter user name and password to continue.
<form name="form">
<input name="username" type="text" text="User Name"/>
- <input name="password" type="text" text="Password"/>
+ <input name="password" type="password" text="Password"/>
<button default="true"
index="0"
name="ok"
diff --git a/indra/newview/skins/default/xui/en/panel_login.xml b/indra/newview/skins/default/xui/en/panel_login.xml
index b181ca3bba..1b6c80b376 100644
--- a/indra/newview/skins/default/xui/en/panel_login.xml
+++ b/indra/newview/skins/default/xui/en/panel_login.xml
@@ -91,6 +91,7 @@ follows="left|bottom"
height="22"
max_length_bytes="16"
name="password_edit"
+is_password="true"
select_on_focus="true"
top_pad="0"
width="135" />