Files
SingularityViewer/indra/newview/skins/default/xui/en-us/panel_event.xml
Liru Færs d277f1750d All places just av/group names were being used are now name ui
Since NameBoxes are clickable, remove redundant profile buttons.
Removes a ton of RLV logic, now centralized inside LLNameUI
Removes excess functions that went largely unused

May no longer show if parcel sale is pending under the owner field,
this is weird and it's hard to keep this behavior

Also includes the missing setValue and getValue so this compiles,
that should've been committed way earlier, oops

Also adds ability for name_box to have is_group attribute, too!
2019-10-10 02:32:47 -04:00

96 lines
3.2 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel border="false" bottom="20" can_close="true" can_minimize="true"
can_resize="false" follows="bottom|left" height="470" left="330"
name="Event" title="Event" width="450">
<text bottom="-16" follows="top|left" font="SansSerif" left="20"
name="event_name_label">
Name:
</text>
<text bottom="-16" follows="top|left" font="SansSerif" left="120" name="event_name">
(none)
</text>
<text bottom_delta="-16" follows="top|left" font="SansSerif" left="20"
name="event_category_label">
Type:
</text>
<text bottom_delta="0" follows="top|left" font="SansSerif" left="120"
name="event_category">
(none)
</text>
<text bottom_delta="-16" follows="top|left" font="SansSerif" left="20"
name="event_mature_label">
Mature Content:
</text>
<text bottom_delta="0" follows="top|left" font="SansSerif" left="120"
name="event_mature_yes" visible="false">
Yes
</text>
<text bottom_delta="0" follows="top|left" font="SansSerif" left="120"
name="event_mature_no" visible="false">
No
</text>
<text bottom_delta="-16" follows="top|left" font="SansSerif" left="20"
name="event_date_label">
Date:
</text>
<text bottom_delta="0" follows="top|left" font="SansSerif" left="120"
name="event_date">
(none)
</text>
<text bottom_delta="-16" follows="top|left" font="SansSerif" left="20"
name="event_duration_label">
Event Duration:
</text>
<text bottom_delta="0" follows="top|left" font="SansSerif" left="120"
name="event_duration">
(none)
</text>
<text bottom_delta="-16" follows="top|left" font="SansSerif" left="20"
name="event_runby_label">
Run By:
</text>
<name_box bottom_delta="0" follows="top|left" font="SansSerif" left="120"
name="event_runby">
(none)
</name_box>
<text bottom_delta="-16" follows="top|left" font="SansSerif" left="20"
name="event_location_label">
Location:
</text>
<text bottom_delta="0" follows="top|left" font="SansSerif" left="120"
name="event_location">
(none)
</text>
<text bottom_delta="-16" follows="top|left" font="SansSerif" left="20"
name="event_cover_label">
Cover Charge:
</text>
<text bottom_delta="0" follows="top|left" font="SansSerif" left="120"
name="event_cover">
(none)
</text>
<text bottom_delta="-16" follows="top|left" font="SansSerif" left="20"
name="event_desc_label">
Description:
</text>
<text_editor bottom_delta="-230" follows="left|top" height="220" left="20" max_length="1024"
name="event_desc" width="400" spell_check="true" />
<button bottom_delta="-24" follows="left|top" height="20" label="Teleport" left="20"
name="teleport_btn" width="140" />
<button bottom_delta="0" follows="left|top" height="20" label="Show on Map" left="165"
name="map_btn" width="140" />
<button bottom_delta="-20" follows="left|top" height="20" label="Notify" left="20"
name="notify_btn" width="140" />
<button bottom_delta="0" follows="left|top" height="20" label="Create Event..."
left="165" name="create_event_btn" width="140" />
<string name="none">
none
</string>
<string name="notify">
Notify
</string>
<string name="dont_notify">
Don&apos;t Notify
</string>
</panel>