Commit 1741266d authored by Sven Franck's avatar Sven Franck

data: add new global/home layout

parent a9625057
......@@ -47,7 +47,7 @@
"property_dict": {
"theme": "slapos-white",
"add_content": 0,
"title_i18n": "global_dict.bug_report"
"title_i18n": "global_dict.myBay"
},
"children": [
{
......
......@@ -10,32 +10,16 @@
"view_dict": {
"default": [{
"type": "div",
"direct": {"className": "span_2"},
"direct": {"className": "span_1"},
"children": [{
"type": "img",
"direct": {"className": "mockup_image", "src":"img/exterminator.jpg", "alt": ":-)"}
}, {
"type": "span",
"direct": {"className": "mockup_text translate ui-content-element responsive"},
"direct": {"className": "translate ui-content-element responsive mockup_text"},
"attributes": {"data-i18n":"global_dict.info_usage"}
}]
}, {
"type": "div",
"direct": {"className": "span_2"},
"children": [{
"generate": "widget",
"type": "listview",
"property_dict": {
"class_list": "responsive ui-icon-grid custom_grid",
"inset": true,
"theme": "slapos-black",
"map_children":"listItem"
},
"children": [
{"type": "item", "left": [{"type": "icon", "icon": "bug"}], "href": "#bug_posting_module", "center": [{"type": "h1", "text_i18n": "global_dict.post_new_bug"}, {"type": "p", "text_i18n": "global_dict.post_info"}]},
{"type": "item", "left": [{"type": "icon", "icon": "dashboard"}], "href": "#bug_report_module", "center": [{"type": "h1", "text_i18n": "global_dict.follow_bug"}, {"type": "p", "text_i18n": "global_dict.follow_info"}]}
]
}]
"href": "request_for_quotation_overview"
}, {
"href": "quotation_bid_overview"
}]
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment