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

Implemented major sub task EXT-5857 - location, content type, category,...

Implemented major sub task EXT-5857 - location, content type, category, description in the Classified Info panel have no labels.
Added requested labels.

--HG--
branch : product-engine
parent 57d49885
No related branches found
No related tags found
No related merge requests found
...@@ -107,6 +107,17 @@ ...@@ -107,6 +107,17 @@
word_wrap="true" word_wrap="true"
v_pad="0" v_pad="0"
value="[loading...]" /> value="[loading...]" />
<text
follows="left|top"
font.style="BOLD"
height="10"
layout="topleft"
left="10"
name="content_type_label"
text_color="white"
top_pad="10"
value="Content Type:"
width="250" />
<text_editor <text_editor
allow_scroll="false" allow_scroll="false"
bg_visible="false" bg_visible="false"
...@@ -121,6 +132,17 @@ ...@@ -121,6 +132,17 @@
top_pad="5" top_pad="5"
v_pad="0" v_pad="0"
value="[content type]" /> value="[content type]" />
<text
follows="left|top"
font.style="BOLD"
height="10"
layout="topleft"
left="10"
name="category_label"
text_color="white"
top_pad="10"
value="Category:"
width="250" />
<text_editor <text_editor
allow_html="true" allow_html="true"
allow_scroll="false" allow_scroll="false"
...@@ -136,6 +158,17 @@ ...@@ -136,6 +158,17 @@
top_pad="5" top_pad="5"
v_pad="0" v_pad="0"
value="[category]" /> value="[category]" />
<text
follows="left|top"
font.style="BOLD"
height="10"
layout="topleft"
left="10"
name="price_for_listing_label"
text_color="white"
top_pad="10"
value="Price for listing:"
width="250" />
<text_editor <text_editor
allow_scroll="false" allow_scroll="false"
bg_visible="false" bg_visible="false"
...@@ -150,6 +183,7 @@ ...@@ -150,6 +183,7 @@
top_pad="5" top_pad="5"
tool_tip="Price for listing." tool_tip="Price for listing."
v_pad="0" v_pad="0"
value="[price]"
width="105" /> width="105" />
<check_box <check_box
enabled="false" enabled="false"
...@@ -161,6 +195,18 @@ ...@@ -161,6 +195,18 @@
top_pad="5" top_pad="5"
v_pad="0" v_pad="0"
width="290" /> width="290" />
<text
auto_resize="false"
follows="left|top"
font.style="BOLD"
height="10"
layout="topleft"
left="10"
name="classified_desc_label"
text_color="white"
top_pad="10"
value="Description:"
width="250" />
<text_editor <text_editor
allow_html="true" allow_html="true"
allow_scroll="false" allow_scroll="false"
...@@ -173,6 +219,7 @@ ...@@ -173,6 +219,7 @@
max_length="1023" max_length="1023"
name="classified_desc" name="classified_desc"
read_only="true" read_only="true"
top_pad="5"
width="290" width="290"
v_pad="0" v_pad="0"
value="[description]" value="[description]"
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
layout="topleft" layout="topleft"
top="0" top="0"
background_visible="false" background_visible="false"
height="610" height="690"
left="0" left="0"
width="285"> width="285">
<texture_picker <texture_picker
...@@ -153,7 +153,7 @@ ...@@ -153,7 +153,7 @@
type="string" type="string"
length="1" length="1"
follows="left|top" follows="left|top"
height="50" height="30"
layout="topleft" layout="topleft"
left="10" left="10"
name="classified_location" name="classified_location"
...@@ -172,6 +172,17 @@ ...@@ -172,6 +172,17 @@
top_pad="5" top_pad="5"
name="set_to_curr_location_btn" name="set_to_curr_location_btn"
width="156" /> width="156" />
<text
follows="left|top"
font.style="BOLD"
height="10"
layout="topleft"
left="10"
name="category_label"
text_color="white"
top_pad="15"
value="Category:"
width="250" />
<combo_box <combo_box
follows="left|top" follows="left|top"
height="23" height="23"
...@@ -180,6 +191,17 @@ ...@@ -180,6 +191,17 @@
name="category" name="category"
top_pad="5" top_pad="5"
width="156" /> width="156" />
<text
follows="left|top"
font.style="BOLD"
height="10"
layout="topleft"
left="10"
name="content_type_label"
text_color="white"
top_pad="15"
value="Content type:"
width="250" />
<combo_box <combo_box
allow_text_entry="false" allow_text_entry="false"
follows="left|top" follows="left|top"
...@@ -199,6 +221,17 @@ ...@@ -199,6 +221,17 @@
General Content General Content
</combo_item> </combo_item>
</combo_box> </combo_box>
<text
follows="left|top"
font.style="BOLD"
height="10"
layout="topleft"
left="10"
name="price_for_listing_label"
text_color="white"
top_pad="15"
value="Price for listing:"
width="250" />
<spinner <spinner
decimal_digits="0" decimal_digits="0"
follows="left|top" follows="left|top"
...@@ -223,7 +256,7 @@ ...@@ -223,7 +256,7 @@
layout="topleft" layout="topleft"
left="10" left="10"
name="auto_renew" name="auto_renew"
top_pad="5" top_pad="15"
width="250" /> width="250" />
</panel> </panel>
</scroll_container> </scroll_container>
......
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