Commit 510fb129 authored by Ivan Tyagov's avatar Ivan Tyagov

Allow "Configure" in listbox actions.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39599 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 35012935
...@@ -2,10 +2,7 @@ ...@@ -2,10 +2,7 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<tuple/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
...@@ -43,13 +40,13 @@ ...@@ -43,13 +40,13 @@
</item> </item>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[ <value> <unicode encoding="cdata"><![CDATA[
<tal:comment replace="nothing">Display button to manage element in listbox.\n <tal:comment replace="nothing">Display button to manage element in listbox.\n
The condition on list style is for compatibility.\n The condition on list style is for compatibility.\n
You can implement this in web site layout.\n You can implement this in web site layout.\n
\n \n
XXX TODO: make print, sort, find, configure work\n XXX TODO: make print, sort, find work\n
</tal:comment>\n </tal:comment>\n
\n \n
<tal:block tal:define="list_style request/list_style | nothing"\n <tal:block tal:define="list_style request/list_style | nothing"\n
...@@ -91,14 +88,6 @@ XXX TODO: make print, sort, find, configure work\n ...@@ -91,14 +88,6 @@ XXX TODO: make print, sort, find, configure work\n
<span class="description" i18n:translate="" >Delete</span>\n <span class="description" i18n:translate="" >Delete</span>\n
</span>\n </span>\n
</button>\n </button>\n
<!--button type="submit" class="print_button" title="Print"\n
name="Folder_print:method"\n
i18n:attributes="title" >\n
<span>\n
<span class="image">&nbsp;</span>\n
<span class="description" i18n:translate="" >Print</span>\n
</span>\n
</button-->\n
<button type="submit" class="new_button" title="New"\n <button type="submit" class="new_button" title="New"\n
name="Folder_create:method"\n name="Folder_create:method"\n
i18n:attributes="title" >\n i18n:attributes="title" >\n
...@@ -115,22 +104,6 @@ XXX TODO: make print, sort, find, configure work\n ...@@ -115,22 +104,6 @@ XXX TODO: make print, sort, find, configure work\n
<span class="description" i18n:translate="" >Reset</span>\n <span class="description" i18n:translate="" >Reset</span>\n
</span>\n </span>\n
</button>\n </button>\n
<!--a tal:condition="sort_actions" class="sort_button button" title="Sort"\n
tal:attributes="href python: here.ERP5Site_renderCustomLink(sort_actions[0][\'url\'], http_parameter_list, dialog_category=\'object_sort\')"\n
i18n:attributes="title" >\n
<span>\n
<span class="image">&nbsp;</span>\n
<span class="description" i18n:translate="" >Sort</span>\n
</span>\n
</a-->\n
<!--button type="submit" class="find_button" title="Search"\n
name="Folder_search:method"\n
i18n:attributes="title" >\n
<span>\n
<span class="image">&nbsp;</span>\n
<span class="description" i18n:translate="" >Search</span>\n
</span>\n
</button-->\n
<button type="submit" class="filter_button" title="Filter"\n <button type="submit" class="filter_button" title="Filter"\n
name="Folder_filter:method"\n name="Folder_filter:method"\n
i18n:attributes="title" >\n i18n:attributes="title" >\n
...@@ -139,20 +112,21 @@ XXX TODO: make print, sort, find, configure work\n ...@@ -139,20 +112,21 @@ XXX TODO: make print, sort, find, configure work\n
<span class="description" i18n:translate="" >Filter</span>\n <span class="description" i18n:translate="" >Filter</span>\n
</span>\n </span>\n
</button>\n </button>\n
<!--a tal:condition="ui_actions" class="config_button button" title="Configure"\n <button type="submit" class="config_button" title="Configure"\n
tal:attributes="href python: here.ERP5Site_renderCustomLink(ui_actions[0][\'url\'], http_parameter_list, dialog_category=\'object_ui\')"\n name="Base_viewUIDialog:method"\n
i18n:attributes="title" >\n i18n:attributes="title" >\n
<span>\n <span>\n
<span class="image">&nbsp;</span>\n <span class="image">&nbsp;</span>\n
<span class="description" i18n:translate="" >Configure</span>\n <span class="description" i18n:translate="" >Configure</span>\n
</span>\n </span>\n
</a-->\n </button>\n
\n
</div>\n </div>\n
</div>\n </div>\n
</tal:block>\n </tal:block>\n
]]></string> </value> ]]></unicode> </value>
</item> </item>
<item> <item>
<key> <string>content_type</string> </key> <key> <string>content_type</string> </key>
...@@ -166,9 +140,13 @@ XXX TODO: make print, sort, find, configure work\n ...@@ -166,9 +140,13 @@ XXX TODO: make print, sort, find, configure work\n
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>WebSite_viewListBoxActionWidget</string> </value> <value> <string>WebSite_viewListBoxActionWidget</string> </value>
</item> </item>
<item>
<key> <string>output_encoding</string> </key>
<value> <string>utf-8</string> </value>
</item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value> <unicode></unicode> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
988 989
\ 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