summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_whitelist_entry.xml
blob: 4ece0fa3baea64dbab2af17a326c48b17b750c38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 legacy_header_height="18"
 can_minimize="false"
 height="108"
 layout="topleft"
 name="whitelist_entry"
 width="390">

  <text type="string" length="1" bottom="20" follows="top|left" height="15" layout="topleft"
     left="10" name="media_label" top="20">
        Enter a URL or URL pattern to add to the list of allowed domains
    </text>

  <line_editor bottom_delta="40" enabled="true" follows="left|top" font="SansSerif"
	     height="20" left="10" name="whitelist_entry"
	     tool_tip="Enter a URL or URL pattern to White List"
	     width="350" />

  <button follows="top|left" height="20" label="OK"
     layout="topleft" left="10" name="ok_btn" bottom_delta="28" width="64" />
  
  <button follows="top|left" height="20" label="Cancel"
     layout="topleft" left_pad="5" name="cancel_btn" bottom_delta="0" width="64" />
</floater>