FIRE-817: Remove ugly unused space of back-button in standalone LM/place details floater
parent
203d664709
commit
654b6b4175
|
|
@ -287,7 +287,7 @@ void FSFloaterPlaceDetails::onOpen(const LLSD& key)
|
|||
|
||||
mPanelLandmarkInfo->resetLocation();
|
||||
mPanelLandmarkInfo->setInfoType(LLPanelPlaceInfo::LANDMARK);
|
||||
mPanelLandmarkInfo->setEnableHeader(false);
|
||||
mPanelLandmarkInfo->setHeaderVisible(FALSE);
|
||||
|
||||
mPanelPlaceInfo->setVisible(FALSE);
|
||||
mPanelLandmarkInfo->setVisible(TRUE);
|
||||
|
|
@ -312,7 +312,7 @@ void FSFloaterPlaceDetails::onOpen(const LLSD& key)
|
|||
|
||||
mPanelLandmarkInfo->resetLocation();
|
||||
mPanelLandmarkInfo->setInfoType(LLPanelPlaceInfo::CREATE_LANDMARK);
|
||||
mPanelLandmarkInfo->setEnableHeader(false);
|
||||
mPanelLandmarkInfo->setHeaderVisible(FALSE);
|
||||
mPanelLandmarkInfo->displayParcelInfo(LLUUID(), mGlobalPos);
|
||||
|
||||
mPanelPlaceInfo->setVisible(FALSE);
|
||||
|
|
@ -347,7 +347,7 @@ void FSFloaterPlaceDetails::onOpen(const LLSD& key)
|
|||
|
||||
mPanelPlaceInfo->resetLocation();
|
||||
mPanelPlaceInfo->setInfoType(LLPanelPlaceInfo::PLACE);
|
||||
mPanelPlaceInfo->setEnableHeader(false);
|
||||
mPanelPlaceInfo->setHeaderVisible(FALSE);
|
||||
mPanelPlaceInfo->setVisible(TRUE);
|
||||
mPanelLandmarkInfo->setVisible(FALSE);
|
||||
|
||||
|
|
@ -372,7 +372,7 @@ void FSFloaterPlaceDetails::onOpen(const LLSD& key)
|
|||
mPanelPlaceInfo->setInfoType(LLPanelPlaceInfo::TELEPORT_HISTORY);
|
||||
mPanelPlaceInfo->displayParcelInfo(LLUUID(), mGlobalPos);
|
||||
|
||||
mPanelPlaceInfo->setEnableHeader(false);
|
||||
mPanelPlaceInfo->setHeaderVisible(FALSE);
|
||||
mPanelPlaceInfo->setVisible(TRUE);
|
||||
mPanelLandmarkInfo->setVisible(FALSE);
|
||||
|
||||
|
|
@ -386,7 +386,7 @@ void FSFloaterPlaceDetails::onOpen(const LLSD& key)
|
|||
|
||||
mPanelPlaceInfo->resetLocation();
|
||||
mPanelPlaceInfo->setInfoType(LLPanelPlaceInfo::AGENT);
|
||||
mPanelPlaceInfo->setEnableHeader(false);
|
||||
mPanelPlaceInfo->setHeaderVisible(FALSE);
|
||||
mPanelPlaceInfo->setVisible(TRUE);
|
||||
mPanelLandmarkInfo->setVisible(FALSE);
|
||||
|
||||
|
|
|
|||
|
|
@ -329,9 +329,8 @@ void LLPanelPlaceInfo::onAvatarNameCache(const LLUUID& agent_id,
|
|||
|
||||
|
||||
// <FS:Ansariel> FIRE-817: Separate place details floater
|
||||
void LLPanelPlaceInfo::setEnableHeader(BOOL enable)
|
||||
void LLPanelPlaceInfo::setHeaderVisible(BOOL enable)
|
||||
{
|
||||
mTitle->setVisible(enable);
|
||||
getChildView("back_btn")->setVisible(enable);
|
||||
getChildView("header_container")->setVisible(enable);
|
||||
}
|
||||
// </FS:Ansariel>
|
||||
|
|
|
|||
|
|
@ -96,8 +96,8 @@ public:
|
|||
// by global_pos.
|
||||
void createPick(const LLVector3d& pos_global, LLPanelPickEdit* pick_panel);
|
||||
|
||||
// <FS:Ansariel> FIRE-817: Separate place details floater
|
||||
void setEnableHeader(BOOL enable);
|
||||
// <FS:Ansariel> FIRE-817: Separate place details floater
|
||||
void setHeaderVisible(BOOL enable);
|
||||
|
||||
typedef boost::signals2::signal<void (const LLParcelData& parcel_data)> parcel_detail_loaded_t;
|
||||
boost::signals2::connection setParcelDetailLoadedCallback( const parcel_detail_loaded_t::slot_type& cb )
|
||||
|
|
|
|||
|
|
@ -56,6 +56,26 @@
|
|||
name="icon_R"
|
||||
translate="false"
|
||||
value="Parcel_R_Dark" />
|
||||
|
||||
<layout_stack
|
||||
name="place_info_sidetray_main"
|
||||
layout="topleft"
|
||||
follows="all"
|
||||
top="0"
|
||||
left="0"
|
||||
width="331"
|
||||
height="570"
|
||||
border_size="0"
|
||||
orientation="vertical">
|
||||
<layout_panel
|
||||
name="header_container"
|
||||
auto_resize="false"
|
||||
height="30"
|
||||
width="331"
|
||||
layout="topleft"
|
||||
visible="true"
|
||||
follows="top|left|right">
|
||||
|
||||
<button
|
||||
follows="top|left"
|
||||
height="24"
|
||||
|
|
@ -82,6 +102,15 @@
|
|||
use_ellipses="true"
|
||||
value="Place Profile"
|
||||
width="280" />
|
||||
|
||||
</layout_panel>
|
||||
<layout_panel
|
||||
name="place_info_content"
|
||||
auto_resize="true"
|
||||
height="540"
|
||||
width="331"
|
||||
layout="topleft"
|
||||
follows="all">
|
||||
|
||||
<texture_picker
|
||||
enabled="false"
|
||||
|
|
@ -314,4 +343,8 @@
|
|||
name="folder_combo"
|
||||
right="-1" />
|
||||
</panel>
|
||||
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -18,8 +18,16 @@
|
|||
<string name="acquired_date">
|
||||
[wkday,datetime,local] [mth,datetime,local] [day,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local] [year,datetime,local]
|
||||
</string>
|
||||
|
||||
<layout_stack name="place_info_sidetray_main">
|
||||
<layout_panel name="header_container">
|
||||
|
||||
<button name="back_btn" tool_tip="Tilbage"/>
|
||||
<text name="title" value="Sted profil"/>
|
||||
|
||||
</layout_panel>
|
||||
<layout_panel name="place_info_content">
|
||||
|
||||
<scroll_container name="place_scroll">
|
||||
<panel name="scrolling_panel">
|
||||
<text name="maturity_value" value="ukendt"/>
|
||||
|
|
@ -35,4 +43,7 @@
|
|||
</panel>
|
||||
</panel>
|
||||
</scroll_container>
|
||||
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -41,8 +41,16 @@
|
|||
<string name="acquired_date">
|
||||
[wkday,datetime,local] [mth,datetime,local] [day,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local] [year,datetime,local]
|
||||
</string>
|
||||
|
||||
<layout_stack name="place_info_sidetray_main">
|
||||
<layout_panel name="header_container">
|
||||
|
||||
<button name="back_btn" tool_tip="Tilbage"/>
|
||||
<text name="title" value="Sted profil"/>
|
||||
|
||||
</layout_panel>
|
||||
<layout_panel name="place_info_content">
|
||||
|
||||
<scroll_container name="place_scroll">
|
||||
<panel name="scrolling_panel">
|
||||
<text name="owner_label" value="Ejer:"/>
|
||||
|
|
@ -109,4 +117,7 @@
|
|||
</accordion>
|
||||
</panel>
|
||||
</scroll_container>
|
||||
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -18,8 +18,16 @@
|
|||
<string name="acquired_date">
|
||||
[wkday,datetime,local] [mth,datetime,local] [day,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local] [year,datetime,local]
|
||||
</string>
|
||||
|
||||
<layout_stack name="place_info_sidetray_main">
|
||||
<layout_panel name="header_container">
|
||||
|
||||
<button name="back_btn" tool_tip="Zurück"/>
|
||||
<text name="title" value="Ortsprofil"/>
|
||||
|
||||
</layout_panel>
|
||||
<layout_panel name="place_info_content">
|
||||
|
||||
<text name="region_title" value="unbekannt"/>
|
||||
<text name="maturity_value" value="unbekannt"/>
|
||||
<text name="parcel_title" value="unbekannt"/>
|
||||
|
|
@ -36,4 +44,7 @@
|
|||
<text name="notes_label" value="Meine Notizen:"/>
|
||||
<text name="folder_label" value="Landmarken-Position:"/>
|
||||
</panel>
|
||||
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -41,8 +41,16 @@
|
|||
<string name="acquired_date">
|
||||
[wkday,datetime,local] [mth,datetime,local] [day,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local] [year,datetime,local]
|
||||
</string>
|
||||
|
||||
<layout_stack name="place_info_sidetray_main">
|
||||
<layout_panel name="header_container">
|
||||
|
||||
<button name="back_btn" tool_tip="Zurück"/>
|
||||
<text name="title" value="Ortsprofil"/>
|
||||
|
||||
</layout_panel>
|
||||
<layout_panel name="place_info_content">
|
||||
|
||||
<scroll_container name="place_scroll">
|
||||
<panel name="scrolling_panel">
|
||||
<text name="region_title" value="unbekannt"/>
|
||||
|
|
@ -115,4 +123,7 @@
|
|||
</accordion>
|
||||
</panel>
|
||||
</scroll_container>
|
||||
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -55,6 +55,26 @@
|
|||
name="icon_R"
|
||||
translate="false"
|
||||
value="Parcel_R_Dark" />
|
||||
|
||||
<layout_stack
|
||||
name="place_info_sidetray_main"
|
||||
layout="topleft"
|
||||
follows="all"
|
||||
top="0"
|
||||
left="0"
|
||||
width="331"
|
||||
height="570"
|
||||
border_size="0"
|
||||
orientation="vertical">
|
||||
<layout_panel
|
||||
name="header_container"
|
||||
auto_resize="false"
|
||||
height="30"
|
||||
width="331"
|
||||
layout="topleft"
|
||||
visible="true"
|
||||
follows="top|left|right">
|
||||
|
||||
<button
|
||||
follows="top|left"
|
||||
height="24"
|
||||
|
|
@ -81,6 +101,15 @@
|
|||
use_ellipses="true"
|
||||
value="Place Profile"
|
||||
width="280" />
|
||||
|
||||
</layout_panel>
|
||||
<layout_panel
|
||||
name="place_info_content"
|
||||
auto_resize="true"
|
||||
height="540"
|
||||
width="331"
|
||||
layout="topleft"
|
||||
follows="all">
|
||||
|
||||
<texture_picker
|
||||
enabled="false"
|
||||
|
|
@ -313,4 +342,8 @@
|
|||
name="folder_combo"
|
||||
right="-1" />
|
||||
</panel>
|
||||
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -161,6 +161,26 @@
|
|||
name="icon_SeeAVs_On"
|
||||
translate="false"
|
||||
value="Parcel_SeeAVsOn_Dark" />
|
||||
|
||||
<layout_stack
|
||||
name="place_info_sidetray_main"
|
||||
layout="topleft"
|
||||
follows="all"
|
||||
top="0"
|
||||
left="0"
|
||||
width="331"
|
||||
height="610"
|
||||
border_size="0"
|
||||
orientation="vertical">
|
||||
<layout_panel
|
||||
name="header_container"
|
||||
auto_resize="false"
|
||||
height="30"
|
||||
width="331"
|
||||
layout="topleft"
|
||||
visible="true"
|
||||
follows="top|left|right">
|
||||
|
||||
<button
|
||||
follows="top|left"
|
||||
height="24"
|
||||
|
|
@ -187,6 +207,16 @@
|
|||
use_ellipses="true"
|
||||
value="Place Profile"
|
||||
width="280" />
|
||||
|
||||
</layout_panel>
|
||||
<layout_panel
|
||||
name="place_info_content"
|
||||
auto_resize="true"
|
||||
height="580"
|
||||
width="331"
|
||||
layout="topleft"
|
||||
follows="all">
|
||||
|
||||
<scroll_container
|
||||
color="SL-Background_50"
|
||||
follows="all"
|
||||
|
|
@ -996,4 +1026,8 @@
|
|||
</accordion>
|
||||
</panel>
|
||||
</scroll_container>
|
||||
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -18,8 +18,16 @@
|
|||
<string name="acquired_date">
|
||||
[wkday,datetime,local][day,datetime,local] [mth,datetime,local] [year,datetime,local][hour,datetime,local]:[min,datetime,local]:[second,datetime,local]
|
||||
</string>
|
||||
|
||||
<layout_stack name="place_info_sidetray_main">
|
||||
<layout_panel name="header_container">
|
||||
|
||||
<button name="back_btn" tool_tip="Atrás"/>
|
||||
<text name="title" value="Perfil del lugar"/>
|
||||
|
||||
</layout_panel>
|
||||
<layout_panel name="place_info_content">
|
||||
|
||||
<text name="region_title" value="RegiónEjemplo"/>
|
||||
<text name="maturity_value" value="desconocida"/>
|
||||
<text name="parcel_title" value="RegiónEjemplo, Nombre Largo (145, 228, 26)"/>
|
||||
|
|
@ -36,4 +44,7 @@
|
|||
<text name="notes_label" value="Mis notas:"/>
|
||||
<text name="folder_label" value="Localización del hito:"/>
|
||||
</panel>
|
||||
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -41,8 +41,16 @@
|
|||
<string name="acquired_date">
|
||||
[wkday,datetime,local][day,datetime,local] [mth,datetime,local] [year,datetime,local][hour,datetime,local]:[min,datetime,local]:[second,datetime,local]
|
||||
</string>
|
||||
|
||||
<layout_stack name="place_info_sidetray_main">
|
||||
<layout_panel name="header_container">
|
||||
|
||||
<button name="back_btn" tool_tip="Atrás"/>
|
||||
<text name="title" value="Perfil del lugar"/>
|
||||
|
||||
</layout_panel>
|
||||
<layout_panel name="place_info_content">
|
||||
|
||||
<scroll_container name="place_scroll">
|
||||
<panel name="scrolling_panel">
|
||||
<text name="owner_label" value="Propietario:"/>
|
||||
|
|
@ -111,4 +119,7 @@
|
|||
</accordion>
|
||||
</panel>
|
||||
</scroll_container>
|
||||
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -18,8 +18,16 @@
|
|||
<string name="acquired_date">
|
||||
[weekday,datetime,local] [sday,datetime,local] [month,datetime,local] [year,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local]
|
||||
</string>
|
||||
|
||||
<layout_stack name="place_info_sidetray_main">
|
||||
<layout_panel name="header_container">
|
||||
|
||||
<button name="back_btn" tool_tip="Précédent"/>
|
||||
<text name="title" value="Profil du lieu"/>
|
||||
|
||||
</layout_panel>
|
||||
<layout_panel name="place_info_content">
|
||||
|
||||
<scroll_container name="place_scroll">
|
||||
<panel name="scrolling_panel">
|
||||
<text name="region_title" value="SampleRegion"/>
|
||||
|
|
@ -38,4 +46,7 @@
|
|||
</panel>
|
||||
</panel>
|
||||
</scroll_container>
|
||||
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -41,8 +41,16 @@
|
|||
<string name="acquired_date">
|
||||
[wkday,datetime,local] [mth,datetime,local] [day,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local] [year,datetime,local]
|
||||
</string>
|
||||
|
||||
<layout_stack name="place_info_sidetray_main">
|
||||
<layout_panel name="header_container">
|
||||
|
||||
<button name="back_btn" tool_tip="Précédent"/>
|
||||
<text name="title" value="Profil du lieu"/>
|
||||
|
||||
</layout_panel>
|
||||
<layout_panel name="place_info_content">
|
||||
|
||||
<scroll_container name="place_scroll">
|
||||
<panel name="scrolling_panel">
|
||||
<text name="region_title" value="Exemple de région"/>
|
||||
|
|
@ -115,4 +123,7 @@
|
|||
</accordion>
|
||||
</panel>
|
||||
</scroll_container>
|
||||
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -18,8 +18,16 @@
|
|||
<string name="acquired_date">
|
||||
[wkday,datetime,local] [mth,datetime,local] [day,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local] [year,datetime,local]
|
||||
</string>
|
||||
|
||||
<layout_stack name="place_info_sidetray_main">
|
||||
<layout_panel name="header_container">
|
||||
|
||||
<button name="back_btn" tool_tip="Indietro"/>
|
||||
<text name="title" value="Profilo del luogo"/>
|
||||
|
||||
</layout_panel>
|
||||
<layout_panel name="place_info_content">
|
||||
|
||||
<scroll_container name="place_scroll">
|
||||
<panel name="scrolling_panel">
|
||||
<text name="maturity_value" value="sconosciuto"/>
|
||||
|
|
@ -35,4 +43,7 @@
|
|||
</panel>
|
||||
</panel>
|
||||
</scroll_container>
|
||||
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -41,8 +41,16 @@
|
|||
<string name="acquired_date">
|
||||
[wkday,datetime,local] [mth,datetime,local] [day,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local] [year,datetime,local]
|
||||
</string>
|
||||
|
||||
<layout_stack name="place_info_sidetray_main">
|
||||
<layout_panel name="header_container">
|
||||
|
||||
<button name="back_btn" tool_tip="Indietro"/>
|
||||
<text name="title" value="Profilo del luogo"/>
|
||||
|
||||
</layout_panel>
|
||||
<layout_panel name="place_info_content">
|
||||
|
||||
<scroll_container name="place_scroll">
|
||||
<panel name="scrolling_panel">
|
||||
<text name="owner_label" value="Proprietario:"/>
|
||||
|
|
@ -111,4 +119,7 @@
|
|||
</accordion>
|
||||
</panel>
|
||||
</scroll_container>
|
||||
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -18,8 +18,16 @@
|
|||
<string name="acquired_date">
|
||||
[year,datetime,local] [mth,datetime,local] [day,datetime,local] [wkday,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local]
|
||||
</string>
|
||||
|
||||
<layout_stack name="place_info_sidetray_main">
|
||||
<layout_panel name="header_container">
|
||||
|
||||
<button name="back_btn" tool_tip="戻る"/>
|
||||
<text name="title" value="場所のプロフィール"/>
|
||||
|
||||
</layout_panel>
|
||||
<layout_panel name="place_info_content">
|
||||
|
||||
<scroll_container name="place_scroll">
|
||||
<panel name="scrolling_panel">
|
||||
<text name="region_title" value="SampleRegion"/>
|
||||
|
|
@ -38,4 +46,7 @@
|
|||
</panel>
|
||||
</panel>
|
||||
</scroll_container>
|
||||
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -41,8 +41,16 @@
|
|||
<string name="acquired_date">
|
||||
[year,datetime,local] [mth,datetime,local] [day,datetime,local] [wkday,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local]
|
||||
</string>
|
||||
|
||||
<layout_stack name="place_info_sidetray_main">
|
||||
<layout_panel name="header_container">
|
||||
|
||||
<button name="back_btn" tool_tip="戻る"/>
|
||||
<text name="title" value="場所のプロフィール"/>
|
||||
|
||||
</layout_panel>
|
||||
<layout_panel name="place_info_content">
|
||||
|
||||
<scroll_container name="place_scroll">
|
||||
<panel name="scrolling_panel">
|
||||
<text name="region_title" value="SampleRegion"/>
|
||||
|
|
@ -115,4 +123,7 @@
|
|||
</accordion>
|
||||
</panel>
|
||||
</scroll_container>
|
||||
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -14,8 +14,16 @@
|
|||
<string name="server_forbidden_text">
|
||||
Informacje o miejscu są niedostępne z powodu braku dostępu. Prosimy sprawdzić swoje prawa z właścicielem działki.
|
||||
</string>
|
||||
|
||||
<layout_stack name="place_info_sidetray_main">
|
||||
<layout_panel name="header_container">
|
||||
|
||||
<button name="back_btn" tool_tip="Cofnij"/>
|
||||
<text name="title" value="Profil miejsca"/>
|
||||
|
||||
</layout_panel>
|
||||
<layout_panel name="place_info_content">
|
||||
|
||||
<text name="maturity_value" value="nieznany"/>
|
||||
<panel name="description_panel">
|
||||
<expandable_text name="description" value="(ładowanie...)"/>
|
||||
|
|
@ -30,4 +38,7 @@
|
|||
<text name="notes_label" value="Moje notatki:"/>
|
||||
<text name="folder_label" value="Lokalizacja:"/>
|
||||
</panel>
|
||||
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -36,8 +36,16 @@
|
|||
<string name="server_forbidden_text">
|
||||
Dostęp do informacji o tym miejscu jest ograniczony. Zweryfikuj swoje przywileje z właścicielem działki.
|
||||
</string>
|
||||
|
||||
<layout_stack name="place_info_sidetray_main">
|
||||
<layout_panel name="header_container">
|
||||
|
||||
<button name="back_btn" tool_tip="Cofnij"/>
|
||||
<text name="title" value="Profil Miejsca"/>
|
||||
|
||||
</layout_panel>
|
||||
<layout_panel name="place_info_content">
|
||||
|
||||
<scroll_container name="place_scroll">
|
||||
<panel name="scrolling_panel">
|
||||
<text name="owner_label" value="Właściciel:"/>
|
||||
|
|
@ -98,4 +106,7 @@
|
|||
</accordion>
|
||||
</panel>
|
||||
</scroll_container>
|
||||
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -18,8 +18,16 @@
|
|||
<string name="acquired_date">
|
||||
[wkday,datetime,local] [mth,datetime,local] [day,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local] [year,datetime,local]
|
||||
</string>
|
||||
|
||||
<layout_stack name="place_info_sidetray_main">
|
||||
<layout_panel name="header_container">
|
||||
|
||||
<button name="back_btn" tool_tip="Atrás"/>
|
||||
<text name="title" value="Perfil do lugar"/>
|
||||
|
||||
</layout_panel>
|
||||
<layout_panel name="place_info_content">
|
||||
|
||||
<scroll_container name="place_scroll">
|
||||
<panel name="scrolling_panel">
|
||||
<text name="maturity_value" value="desconhecido"/>
|
||||
|
|
@ -35,4 +43,7 @@
|
|||
</panel>
|
||||
</panel>
|
||||
</scroll_container>
|
||||
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -41,8 +41,16 @@
|
|||
<string name="acquired_date">
|
||||
[wkday,datetime,local] [mth,datetime,local] [day,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local] [year,datetime,local]
|
||||
</string>
|
||||
|
||||
<layout_stack name="place_info_sidetray_main">
|
||||
<layout_panel name="header_container">
|
||||
|
||||
<button name="back_btn" tool_tip="Atrás"/>
|
||||
<text name="title" value="Perfil da região"/>
|
||||
|
||||
</layout_panel>
|
||||
<layout_panel name="place_info_content">
|
||||
|
||||
<scroll_container name="place_scroll">
|
||||
<panel name="scrolling_panel">
|
||||
<text name="owner_label" value="Proprietário:"/>
|
||||
|
|
@ -111,4 +119,7 @@
|
|||
</accordion>
|
||||
</panel>
|
||||
</scroll_container>
|
||||
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -18,8 +18,16 @@
|
|||
<string name="acquired_date">
|
||||
[wkday,datetime,local], [day,datetime,local] [mth,datetime,local] [year,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local]
|
||||
</string>
|
||||
|
||||
<layout_stack name="place_info_sidetray_main">
|
||||
<layout_panel name="header_container">
|
||||
|
||||
<button name="back_btn" tool_tip="Назад"/>
|
||||
<text name="title" value="Профиль места"/>
|
||||
|
||||
</layout_panel>
|
||||
<layout_panel name="place_info_content">
|
||||
|
||||
<scroll_container name="place_scroll">
|
||||
<panel name="scrolling_panel">
|
||||
<text name="region_title" value="Образец_региона"/>
|
||||
|
|
@ -38,4 +46,7 @@
|
|||
</panel>
|
||||
</panel>
|
||||
</scroll_container>
|
||||
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -41,8 +41,16 @@
|
|||
<string name="acquired_date">
|
||||
[wkday,datetime,local], [day,datetime,local] [mth,datetime,local] [year,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local]
|
||||
</string>
|
||||
|
||||
<layout_stack name="place_info_sidetray_main">
|
||||
<layout_panel name="header_container">
|
||||
|
||||
<button name="back_btn" tool_tip="Назад"/>
|
||||
<text name="title" value="Профиль места"/>
|
||||
|
||||
</layout_panel>
|
||||
<layout_panel name="place_info_content">
|
||||
|
||||
<scroll_container name="place_scroll">
|
||||
<panel name="scrolling_panel">
|
||||
<text name="region_title" value="Образец_региона"/>
|
||||
|
|
@ -115,4 +123,7 @@
|
|||
</accordion>
|
||||
</panel>
|
||||
</scroll_container>
|
||||
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -18,8 +18,16 @@
|
|||
<string name="acquired_date">
|
||||
[wkday,datetime,local] [mth,datetime,local] [day,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local] [year,datetime,local]
|
||||
</string>
|
||||
|
||||
<layout_stack name="place_info_sidetray_main">
|
||||
<layout_panel name="header_container">
|
||||
|
||||
<button name="back_btn" tool_tip="Geri"/>
|
||||
<text name="title" value="Profili Yerleştir"/>
|
||||
|
||||
</layout_panel>
|
||||
<layout_panel name="place_info_content">
|
||||
|
||||
<scroll_container name="place_scroll">
|
||||
<panel name="scrolling_panel">
|
||||
<text name="region_title" value="Örnek Bölge"/>
|
||||
|
|
@ -38,4 +46,7 @@
|
|||
</panel>
|
||||
</panel>
|
||||
</scroll_container>
|
||||
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -41,8 +41,16 @@
|
|||
<string name="acquired_date">
|
||||
[wkday,datetime,local] [mth,datetime,local] [day,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local] [year,datetime,local]
|
||||
</string>
|
||||
|
||||
<layout_stack name="place_info_sidetray_main">
|
||||
<layout_panel name="header_container">
|
||||
|
||||
<button name="back_btn" tool_tip="Geri"/>
|
||||
<text name="title" value="Profili Yerleştir"/>
|
||||
|
||||
</layout_panel>
|
||||
<layout_panel name="place_info_content">
|
||||
|
||||
<scroll_container name="place_scroll">
|
||||
<panel name="scrolling_panel">
|
||||
<text name="region_title" value="Örnek Bölge"/>
|
||||
|
|
@ -115,4 +123,7 @@
|
|||
</accordion>
|
||||
</panel>
|
||||
</scroll_container>
|
||||
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -18,8 +18,16 @@
|
|||
<string name="acquired_date">
|
||||
[wkday,datetime,local] [mth,datetime,local] [day,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local] [year,datetime,local]
|
||||
</string>
|
||||
|
||||
<layout_stack name="place_info_sidetray_main">
|
||||
<layout_panel name="header_container">
|
||||
|
||||
<button name="back_btn" tool_tip="返回"/>
|
||||
<text name="title" value="地點檔案"/>
|
||||
|
||||
</layout_panel>
|
||||
<layout_panel name="place_info_content">
|
||||
|
||||
<scroll_container name="place_scroll">
|
||||
<panel name="scrolling_panel">
|
||||
<text name="region_title" value="SampleRegion"/>
|
||||
|
|
@ -38,4 +46,7 @@
|
|||
</panel>
|
||||
</panel>
|
||||
</scroll_container>
|
||||
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -41,8 +41,16 @@
|
|||
<string name="acquired_date">
|
||||
[wkday,datetime,local] [mth,datetime,local] [day,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local] [year,datetime,local]
|
||||
</string>
|
||||
|
||||
<layout_stack name="place_info_sidetray_main">
|
||||
<layout_panel name="header_container">
|
||||
|
||||
<button name="back_btn" tool_tip="返回"/>
|
||||
<text name="title" value="地點檔案"/>
|
||||
|
||||
</layout_panel>
|
||||
<layout_panel name="place_info_content">
|
||||
|
||||
<scroll_container name="place_scroll">
|
||||
<panel name="scrolling_panel">
|
||||
<text name="region_title" value="SampleRegion"/>
|
||||
|
|
@ -115,4 +123,7 @@
|
|||
</accordion>
|
||||
</panel>
|
||||
</scroll_container>
|
||||
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -56,6 +56,26 @@
|
|||
name="icon_R"
|
||||
translate="false"
|
||||
value="Parcel_R_Dark" />
|
||||
|
||||
<layout_stack
|
||||
name="place_info_sidetray_main"
|
||||
layout="topleft"
|
||||
follows="all"
|
||||
top="0"
|
||||
left="0"
|
||||
width="331"
|
||||
height="570"
|
||||
border_size="0"
|
||||
orientation="vertical">
|
||||
<layout_panel
|
||||
name="header_container"
|
||||
auto_resize="false"
|
||||
height="30"
|
||||
width="331"
|
||||
layout="topleft"
|
||||
visible="true"
|
||||
follows="top|left|right">
|
||||
|
||||
<button
|
||||
follows="top|left"
|
||||
height="24"
|
||||
|
|
@ -83,6 +103,15 @@
|
|||
value="Place Profile"
|
||||
width="280" />
|
||||
|
||||
</layout_panel>
|
||||
<layout_panel
|
||||
name="place_info_content"
|
||||
auto_resize="true"
|
||||
height="540"
|
||||
width="331"
|
||||
layout="topleft"
|
||||
follows="all">
|
||||
|
||||
<texture_picker
|
||||
enabled="false"
|
||||
fallback_image="default_land_picture.j2c"
|
||||
|
|
@ -314,4 +343,8 @@
|
|||
name="folder_combo"
|
||||
right="-1" />
|
||||
</panel>
|
||||
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -56,6 +56,26 @@
|
|||
name="icon_R"
|
||||
translate="false"
|
||||
value="Parcel_R_Dark" />
|
||||
|
||||
<layout_stack
|
||||
name="place_info_sidetray_main"
|
||||
layout="topleft"
|
||||
follows="all"
|
||||
top="0"
|
||||
left="0"
|
||||
width="331"
|
||||
height="570"
|
||||
border_size="0"
|
||||
orientation="vertical">
|
||||
<layout_panel
|
||||
name="header_container"
|
||||
auto_resize="false"
|
||||
height="30"
|
||||
width="331"
|
||||
layout="topleft"
|
||||
visible="true"
|
||||
follows="top|left|right">
|
||||
|
||||
<button
|
||||
follows="top|left"
|
||||
height="24"
|
||||
|
|
@ -82,6 +102,16 @@
|
|||
use_ellipses="true"
|
||||
value="Place Profile"
|
||||
width="280" />
|
||||
|
||||
</layout_panel>
|
||||
<layout_panel
|
||||
name="place_info_content"
|
||||
auto_resize="true"
|
||||
height="540"
|
||||
width="331"
|
||||
layout="topleft"
|
||||
follows="all">
|
||||
|
||||
<scroll_container
|
||||
color="SL-Background_50"
|
||||
follows="all"
|
||||
|
|
@ -304,4 +334,8 @@
|
|||
</panel>
|
||||
</panel>
|
||||
</scroll_container>
|
||||
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -161,6 +161,26 @@
|
|||
name="icon_SeeAVs_On"
|
||||
translate="false"
|
||||
value="Parcel_SeeAVsOn_Dark" />
|
||||
|
||||
<layout_stack
|
||||
name="place_info_sidetray_main"
|
||||
layout="topleft"
|
||||
follows="all"
|
||||
top="0"
|
||||
left="0"
|
||||
width="331"
|
||||
height="610"
|
||||
border_size="0"
|
||||
orientation="vertical">
|
||||
<layout_panel
|
||||
name="header_container"
|
||||
auto_resize="false"
|
||||
height="30"
|
||||
width="331"
|
||||
layout="topleft"
|
||||
visible="true"
|
||||
follows="top|left|right">
|
||||
|
||||
<button
|
||||
follows="top|left"
|
||||
height="24"
|
||||
|
|
@ -187,6 +207,16 @@
|
|||
use_ellipses="true"
|
||||
value="Place Profile"
|
||||
width="280" />
|
||||
|
||||
</layout_panel>
|
||||
<layout_panel
|
||||
name="place_info_content"
|
||||
auto_resize="true"
|
||||
height="580"
|
||||
width="331"
|
||||
layout="topleft"
|
||||
follows="all">
|
||||
|
||||
<scroll_container
|
||||
color="SL-Background_50"
|
||||
follows="all"
|
||||
|
|
@ -998,4 +1028,8 @@
|
|||
</accordion>
|
||||
</panel>
|
||||
</scroll_container>
|
||||
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -56,6 +56,26 @@
|
|||
name="icon_R"
|
||||
translate="false"
|
||||
value="Parcel_R_Dark" />
|
||||
|
||||
<layout_stack
|
||||
name="place_info_sidetray_main"
|
||||
layout="topleft"
|
||||
follows="all"
|
||||
top="0"
|
||||
left="0"
|
||||
width="331"
|
||||
height="570"
|
||||
border_size="0"
|
||||
orientation="vertical">
|
||||
<layout_panel
|
||||
name="header_container"
|
||||
auto_resize="false"
|
||||
height="30"
|
||||
width="331"
|
||||
layout="topleft"
|
||||
visible="true"
|
||||
follows="top|left|right">
|
||||
|
||||
<button
|
||||
follows="top|left"
|
||||
height="24"
|
||||
|
|
@ -82,6 +102,16 @@
|
|||
use_ellipses="true"
|
||||
value="Place Profile"
|
||||
width="280" />
|
||||
|
||||
</layout_panel>
|
||||
<layout_panel
|
||||
name="place_info_content"
|
||||
auto_resize="true"
|
||||
height="540"
|
||||
width="331"
|
||||
layout="topleft"
|
||||
follows="all">
|
||||
|
||||
<scroll_container
|
||||
color="SL-Background_50"
|
||||
follows="all"
|
||||
|
|
@ -304,4 +334,8 @@
|
|||
</panel>
|
||||
</panel>
|
||||
</scroll_container>
|
||||
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -161,6 +161,26 @@
|
|||
name="icon_SeeAVs_On"
|
||||
translate="false"
|
||||
value="Parcel_SeeAVsOn_Dark" />
|
||||
|
||||
<layout_stack
|
||||
name="place_info_sidetray_main"
|
||||
layout="topleft"
|
||||
follows="all"
|
||||
top="0"
|
||||
left="0"
|
||||
width="331"
|
||||
height="610"
|
||||
border_size="0"
|
||||
orientation="vertical">
|
||||
<layout_panel
|
||||
name="header_container"
|
||||
auto_resize="false"
|
||||
height="30"
|
||||
width="331"
|
||||
layout="topleft"
|
||||
visible="true"
|
||||
follows="top|left|right">
|
||||
|
||||
<button
|
||||
follows="top|left"
|
||||
height="24"
|
||||
|
|
@ -187,6 +207,16 @@
|
|||
use_ellipses="true"
|
||||
value="Place Profile"
|
||||
width="280" />
|
||||
|
||||
</layout_panel>
|
||||
<layout_panel
|
||||
name="place_info_content"
|
||||
auto_resize="true"
|
||||
height="580"
|
||||
width="331"
|
||||
layout="topleft"
|
||||
follows="all">
|
||||
|
||||
<scroll_container
|
||||
color="SL-Background_50"
|
||||
follows="all"
|
||||
|
|
@ -998,4 +1028,8 @@
|
|||
</accordion>
|
||||
</panel>
|
||||
</scroll_container>
|
||||
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -56,6 +56,26 @@
|
|||
name="icon_R"
|
||||
translate="false"
|
||||
value="Parcel_R_Dark" />
|
||||
|
||||
<layout_stack
|
||||
name="place_info_sidetray_main"
|
||||
layout="topleft"
|
||||
follows="all"
|
||||
top="0"
|
||||
left="0"
|
||||
width="331"
|
||||
height="570"
|
||||
border_size="0"
|
||||
orientation="vertical">
|
||||
<layout_panel
|
||||
name="header_container"
|
||||
auto_resize="false"
|
||||
height="30"
|
||||
width="331"
|
||||
layout="topleft"
|
||||
visible="true"
|
||||
follows="top|left|right">
|
||||
|
||||
<button
|
||||
follows="top|left"
|
||||
height="24"
|
||||
|
|
@ -83,6 +103,15 @@
|
|||
value="Place Profile"
|
||||
width="280" />
|
||||
|
||||
</layout_panel>
|
||||
<layout_panel
|
||||
name="place_info_content"
|
||||
auto_resize="true"
|
||||
height="540"
|
||||
width="331"
|
||||
layout="topleft"
|
||||
follows="all">
|
||||
|
||||
<texture_picker
|
||||
enabled="false"
|
||||
fallback_image="default_land_picture.j2c"
|
||||
|
|
@ -314,4 +343,8 @@
|
|||
name="folder_combo"
|
||||
right="-1" />
|
||||
</panel>
|
||||
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
|
||||
</panel>
|
||||
|
|
|
|||
Loading…
Reference in New Issue