Skip to content
Snippets Groups Projects
Commit d94826a5 authored by Dmitry Zaporozhan's avatar Dmitry Zaporozhan
Browse files

merge

--HG--
branch : product-engine
parent e76a0911
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,14 @@ ...@@ -21,6 +21,14 @@
<panel.string <panel.string
name="l$_price"> name="l$_price">
L$[PRICE] L$[PRICE]
</panel.string>
<panel.string
name="click_through_text_fmt">
[TELEPORT] teleport, [MAP] map, [MAP] profile
</panel.string>
<panel.string
name="date_fmt">
[mthnum,datetime,slt]/[day,datetime,slt]/[year,datetime,slt]
</panel.string> </panel.string>
<button <button
follows="top|right" follows="top|right"
...@@ -79,7 +87,6 @@ ...@@ -79,7 +87,6 @@
enabled="false" enabled="false"
follows="left|top|right" follows="left|top|right"
height="197" height="197"
width="272"
layout="topleft" layout="topleft"
left="0" left="0"
name="classified_snapshot" name="classified_snapshot"
...@@ -97,7 +104,7 @@ ...@@ -97,7 +104,7 @@
font="SansSerifBig" font="SansSerifBig"
font.style="BOLD" font.style="BOLD"
left="10" left="10"
top_pad="5" top_pad="10"
name="classified_name" name="classified_name"
read_only="true" read_only="true"
text_color="white" text_color="white"
...@@ -112,7 +119,7 @@ ...@@ -112,7 +119,7 @@
left="10" left="10"
name="classified_location_label" name="classified_location_label"
text_color="white" text_color="white"
top_pad="10" top_pad="5"
value="Location:" value="Location:"
width="250" /> width="250" />
<text_editor <text_editor
...@@ -140,7 +147,7 @@ ...@@ -140,7 +147,7 @@
text_color="white" text_color="white"
top_pad="10" top_pad="10"
value="Content Type:" value="Content Type:"
width="250" /> width="140" />
<text_editor <text_editor
allow_scroll="false" allow_scroll="false"
bg_visible="false" bg_visible="false"
...@@ -148,11 +155,11 @@ ...@@ -148,11 +155,11 @@
h_pad="0" h_pad="0"
height="18" height="18"
layout="topleft" layout="topleft"
left="10" left_pad="0"
name="content_type" name="content_type"
read_only="true" read_only="true"
width="290" width="150"
top_pad="15" top_pad="-10"
v_pad="0" v_pad="0"
value="[content type]" /> value="[content type]" />
<text <text
...@@ -163,9 +170,9 @@ ...@@ -163,9 +170,9 @@
left="10" left="10"
name="category_label" name="category_label"
text_color="white" text_color="white"
top_pad="10" top_pad="0"
value="Category:" value="Category:"
width="250" /> width="140" />
<text_editor <text_editor
allow_html="true" allow_html="true"
allow_scroll="false" allow_scroll="false"
...@@ -174,11 +181,11 @@ ...@@ -174,11 +181,11 @@
h_pad="0" h_pad="0"
height="18" height="18"
layout="topleft" layout="topleft"
left="10" left_pad="0"
name="category" name="category"
read_only="true" read_only="true"
width="290" width="150"
top_pad="5" top_pad="-10"
v_pad="0" v_pad="0"
value="[category]" /> value="[category]" />
<text <text
...@@ -216,9 +223,9 @@ ...@@ -216,9 +223,9 @@
left="10" left="10"
name="price_for_listing_label" name="price_for_listing_label"
text_color="white" text_color="white"
top_pad="10" top_pad="5"
value="Price for listing:" value="Price for listing:"
width="250" /> width="140" />
<text_editor <text_editor
allow_scroll="false" allow_scroll="false"
bg_visible="false" bg_visible="false"
...@@ -227,10 +234,10 @@ ...@@ -227,10 +234,10 @@
halign="left" halign="left"
height="16" height="16"
layout="topleft" layout="topleft"
left="10" left_pad="0"
name="price_for_listing" name="price_for_listing"
read_only="true" read_only="true"
top_pad="5" top_pad="-10"
tool_tip="Price for listing." tool_tip="Price for listing."
v_pad="0" v_pad="0"
value="[price]" value="[price]"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment