Commit 137af147 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_xhtml_style] handle object_fast_input_jio as object_fast_input action_type

parent 582724ba
...@@ -106,6 +106,7 @@ ...@@ -106,6 +106,7 @@
report_jio_actions actions/object_report_jio | nothing; report_jio_actions actions/object_report_jio | nothing;
button_actions actions/object_button | nothing; button_actions actions/object_button | nothing;
fast_input_actions actions/object_fast_input | nothing; fast_input_actions actions/object_fast_input | nothing;
fast_input_jio_actions actions/object_fast_input_jio | nothing;
sort_actions actions/object_sort | nothing; sort_actions actions/object_sort | nothing;
ui_actions actions/object_ui | nothing; ui_actions actions/object_ui | nothing;
print_actions actions/object_print | nothing; print_actions actions/object_print | nothing;
...@@ -227,8 +228,8 @@ ...@@ -227,8 +228,8 @@
<span class="image"></span> <span class="image"></span>
<span class="description" i18n:translate="" i18n:domain="ui">Report</span> <span class="description" i18n:translate="" i18n:domain="ui">Report</span>
</button> </button>
<a tal:condition="fast_input_actions" class="fast_input" title="Fast Input" <a tal:condition="python: fast_input_actions or fast_input_jio_actions" class="fast_input" title="Fast Input"
tal:attributes="href python: portal.ERP5Site_renderCustomLink(fast_input_actions[0]['url'], http_parameter_list, dialog_category='object_fast_input')" tal:attributes="href python: portal.ERP5Site_renderCustomLink((fast_input_actions or fast_input_jio_actions)[0]['url'], http_parameter_list, dialog_category='object_fast_input')"
i18n:attributes="title" i18n:domain="ui"> i18n:attributes="title" i18n:domain="ui">
<span class="image"></span> <span class="image"></span>
<span class="description" i18n:translate="" i18n:domain="ui">Fast Input</span> <span class="description" i18n:translate="" i18n:domain="ui">Fast Input</span>
......
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