Updates llfloatergroups to be a lot similar to upstream - Adds LLFLoaterGroupPicker::removeNoneOption and changes LLFloaterGroupPicker to use modern style callback - Switched from using per ui xml string for the none entry in groups to the strings.xml one, updated and cleaned existing translations to use this. - Changes LLFLoaterGroupPicker into an instance tracker by id, because it was already acting like one. Updates llpanelpermissions RLVa bits and fixes last owner label never enabled
23 lines
1.1 KiB
XML
23 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<panel name="groups">
|
|
<scroll_list name="group list">
|
|
<column label="Name" name="name" tool_tip="Name"/>
|
|
<!--<column label="Active" name="is_active_group"
|
|
tool_tip="Group is set as active" width="40" />-->
|
|
<column name="is_listed_group" tool_tip="Group is visible in profile."/>
|
|
<column name="is_chattable_group" tool_tip="Receive group chat"/>
|
|
<column name="is_notice_group" tool_tip="Gruppenmitteilungen erhalten"/>
|
|
</scroll_list>
|
|
<text name="groupdesc">Die derzeit aktive Gruppe ist fett hervorgehoben.</text>
|
|
<text name="groupcount">Sie sind Mitglied bei [COUNT] Gruppen (von max. [MAX]).</text>
|
|
|
|
<button label="IM/Anruf" name="IM" tool_tip="Öffnet eine Instant-Message-Sitzung"/>
|
|
<button label="Info" name="Info"/>
|
|
<button label="Aktivieren" name="Activate"/>
|
|
<button label="Verlassen" name="Leave"/>
|
|
<button label="Erstellen..." name="Create"/>
|
|
<button label="Suchen..." name="Search..."/>
|
|
<button label="Invite..." name="Invite..."/>
|
|
<button label="Titles..." name="Titles..."/>
|
|
</panel>
|