Commit 282fffe1 authored by Sven Franck's avatar Sven Franck

data: make global search route to #product page and pass value as jio param

parent 89ca3897
......@@ -82,7 +82,7 @@
"secret_hash": "foo",
"public_key": "6Ldpb-oSAAAAAGwriKpk4ol1n4yjN_as6M4xv0zA"
},
"children": [{"type": "input", "direct": {"id": "product_search", "className": "translate"}, "attributes": {"type": "text", "data-theme": "slapos-white", "data-i18n": "[placeholder]global_dict.search_items" }, "logic": {"clear": true, "action": {"action":"search", "icon": "search", "text": "Search", "text_i18n": "global_dict.search_items"}, "add_label": false}},
"children": [{"type": "input", "direct": {"id": "product_search", "className": "translate"}, "attributes": {"type": "text", "data-theme": "slapos-white", "data-i18n": "[placeholder]global_dict.search_items", "data-action": "custom_search"}, "logic": {"clear": true, "action": {"action":"search", "icon": "search", "text_i18n": "global_dict.search_items"}, "add_label": false}},
{
"generate": "widget",
"type": "controlgroup",
......@@ -151,7 +151,6 @@
"generate":"widget",
"type": "footer",
"property_dict": {
"fixed": false,
"theme": "slapos-black"
},
"children": [{
......
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