Commit b78ee9bd authored by Rafael Monnerat's avatar Rafael Monnerat

Add object_fast_input category at Portal Types Action, all fast_input that was...

Add object_fast_input category at Portal Types Action, all fast_input that was configured as object_action will be changed to object_fast_input.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18451 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6a14fbad
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<string>Products.PageTemplates.ZopePageTemplate</string> <tuple/>
<string>ZopePageTemplate</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -172,6 +169,7 @@ ...@@ -172,6 +169,7 @@
exchange_actions actions/object_exchange | nothing;\n exchange_actions actions/object_exchange | nothing;\n
report_actions actions/object_report | nothing;\n report_actions actions/object_report | nothing;\n
button_actions actions/object_button | nothing;\n button_actions actions/object_button | nothing;\n
fast_input_actions actions/object_fast_input | nothing;\n
sort_actions actions/object_sort | nothing;\n sort_actions actions/object_sort | nothing;\n
ui_actions actions/object_ui | nothing;\n ui_actions actions/object_ui | nothing;\n
print_actions actions/object_print | nothing;\n print_actions actions/object_print | nothing;\n
...@@ -285,6 +283,12 @@ ...@@ -285,6 +283,12 @@
<span class="image"></span>\n <span class="image"></span>\n
<span class="description" i18n:translate="" i18n:domain="ui">Report</span>\n <span class="description" i18n:translate="" i18n:domain="ui">Report</span>\n
</a>\n </a>\n
<a tal:condition="fast_input_actions" class="fast_input" title="Fast Input"\n
tal:attributes="href python: portal.ERP5Site_renderCustomLink(fast_input_actions[0][\'url\'], http_parameter_list, dialog_category=\'object_fast_input\')"\n
i18n:attributes="title" i18n:domain="ui">\n
<span class="image"></span>\n
<span class="description" i18n:translate="" i18n:domain="ui">Fast Input</span>\n
</a>\n
<tal:block tal:condition="button_actions">\n <tal:block tal:condition="button_actions">\n
<span class="separator"></span>\n <span class="separator"></span>\n
<tal:block tal:repeat="button_action button_actions">\n <tal:block tal:repeat="button_action button_actions">\n
......
...@@ -840,6 +840,10 @@ fieldset.bottom .field .input {\n ...@@ -840,6 +840,10 @@ fieldset.bottom .field .input {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/report.png\');\n background-image: url(\'<dtml-var expr="portal_url()">/images/report.png\');\n
}\n }\n
\n \n
#context_bar .tool_buttons .fast_input .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/fast_input.png\');\n
}\n
\n
#context_bar .tool_buttons .cut .image {\n #context_bar .tool_buttons .cut .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/editcut.png\');\n background-image: url(\'<dtml-var expr="portal_url()">/images/editcut.png\');\n
}\n }\n
......
472 475
\ No newline at end of file \ No newline at end of file
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