Commit 9ac3aa96 authored by Sven Franck's avatar Sven Franck

removed form reset from global .action handler

parent a9aec3bb
......@@ -29,7 +29,7 @@
"direction": "horizontal"
},
"children": [
{"type": "input", "direct": {"value": "Reset", "className": "action translate"}, "attributes": {"type": "reset", "data-i18n":"[value]global.action_list.reset"}},
{"type": "input", "direct": {"value": "Reset", "className": "translate"}, "attributes": {"type": "reset", "data-i18n":"[value]global.action_list.reset"}},
{"type": "input", "direct": {"value": "Submit", "className": "action translate"}, "attributes": {"type": "submit", "data-action":"add", "data-i18n":"[value]global.action_list.submit", "data-theme": "slapos-black"}}
]
}],
......
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