Add support for Partner URL on OpenSim Grids

This commit is contained in:
bittenbythedark
2019-03-01 09:29:16 +01:00
parent 2b8c630922
commit b80be075d7
6 changed files with 52 additions and 3 deletions

View File

@@ -210,6 +210,22 @@
halign="right"
font="SansSerifSmall"
follows="left|top|right" border_visible="false" mouse_opaque="false"
drop_shadow_visible="true" border_drop_shadow_visible="false" />
<!-- Password URL -->
<text type="string" length="1" enabled="true" name="partner_label"
height="10" width="100" left="12" bottom_delta="-20" visible="false"
h_pad="0" v_pad="0" halign="left"
font="SansSerifSmall"
follows="left|top" bg_visible="false" border_visible="false" mouse_opaque="true"
drop_shadow_visible="true" border_drop_shadow_visible="false">
Partner URL:
</text>
<line_editor max_length="254" enabled="true" name="partner"
handle_edit_keys_directly="true" visible="false"
height="18" left="120" right="-12" bottom_delta="-4"
halign="right"
font="SansSerifSmall"
follows="left|top|right" border_visible="false" mouse_opaque="false"
drop_shadow_visible="true" border_drop_shadow_visible="false" />
<!-- Search URL -->
<text type="string" length="1" enabled="true" name="search_label"