/indra/newview/skins/default/xui/en/floater_whitelist_entry.xml
XML | 28 lines | 24 code | 4 blank | 0 comment | 0 complexity | ee6d2074228edc48bc80ee3c73e60fd2 MD5 | raw file
Possible License(s): LGPL-2.1
1<?xml version="1.0" encoding="utf-8" standalone="yes" ?> 2<floater 3 legacy_header_height="18" 4 can_minimize="false" 5 height="108" 6 layout="topleft" 7 name="whitelist_entry" 8 single_instance="true" 9 help_topic="whitelist_entry" 10 title="WHITELIST ENTRY" 11 width="390"> 12 13 <text type="string" length="1" bottom="20" follows="top|left" height="15" layout="topleft" 14 left="10" name="media_label" top="20"> 15 Enter a URL or URL pattern to add to the list of allowed domains 16 </text> 17 18 <line_editor bottom_delta="40" enabled="true" follows="left|top" font="SansSerif" 19 height="20" left="10" name="whitelist_entry" 20 tool_tip="Enter a URL or URL pattern to White List" 21 width="350" /> 22 23 <button follows="top|left" height="20" label="OK" 24 layout="topleft" left="10" name="ok_btn" bottom_delta="28" width="64" /> 25 26 <button follows="top|left" height="20" label="Cancel" 27 layout="topleft" left_pad="5" name="cancel_btn" bottom_delta="0" width="64" /> 28</floater>