[Erp5-report] r39599 ivan - in /erp5/trunk/bt5/erp5_web: SkinTemplateItem/portal_skins/erp5...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Oct 28 13:57:21 CEST 2010


Author: ivan
Date: Thu Oct 28 13:57:20 2010
New Revision: 39599

URL: http://svn.erp5.org?rev=39599&view=rev
Log:
Allow "Configure" in listbox actions.

Modified:
    erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/WebSite_viewListBoxActionWidget.xml
    erp5/trunk/bt5/erp5_web/bt/revision

Modified: erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/WebSite_viewListBoxActionWidget.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/WebSite_viewListBoxActionWidget.xml?rev=39599&r1=39598&r2=39599&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/WebSite_viewListBoxActionWidget.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/WebSite_viewListBoxActionWidget.xml [utf8] Thu Oct 28 13:57:20 2010
@@ -2,10 +2,7 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <tuple>
-        <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
-        <tuple/>
-      </tuple>
+      <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
     </pickle>
     <pickle>
       <dictionary>
@@ -43,13 +40,13 @@
         </item>
         <item>
             <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
 The condition on list style is for compatibility.\n
 You can implement this in web site layout.\n
 \n
-XXX TODO: make print, sort, find, configure work\n
+XXX TODO: make print, sort, find  work\n
 </tal:comment>\n
 \n
 <tal:block tal:define="list_style request/list_style | nothing"\n
@@ -91,14 +88,6 @@ XXX TODO: make print, sort, find, config
                 <span class="description" i18n:translate="" >Delete</span>\n
               </span>\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
                     name="Folder_create:method"\n
                     i18n:attributes="title" >\n
@@ -115,22 +104,6 @@ XXX TODO: make print, sort, find, config
                 <span class="description" i18n:translate="" >Reset</span>\n
               </span>\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
                     name="Folder_filter:method"\n
                     i18n:attributes="title" >\n
@@ -139,20 +112,21 @@ XXX TODO: make print, sort, find, config
                 <span class="description" i18n:translate="" >Filter</span>\n
               </span>\n
             </button>\n
-            <!--a tal:condition="ui_actions" class="config_button button" title="Configure"\n
-               tal:attributes="href python: here.ERP5Site_renderCustomLink(ui_actions[0][\'url\'], http_parameter_list, dialog_category=\'object_ui\')"\n
-               i18n:attributes="title" >\n
+            <button type="submit" class="config_button" title="Configure"\n
+                    name="Base_viewUIDialog:method"\n
+                    i18n:attributes="title" >\n
              <span>\n
                 <span class="image">&nbsp;</span>\n
                 <span class="description" i18n:translate="" >Configure</span>\n
               </span>\n
-            </a-->\n
+            </button>\n
+\n
             </div>\n
           </div>\n
 </tal:block>\n
 
 
-]]></string> </value>
+]]></unicode> </value>
         </item>
         <item>
             <key> <string>content_type</string> </key>
@@ -167,8 +141,12 @@ XXX TODO: make print, sort, find, config
             <value> <string>WebSite_viewListBoxActionWidget</string> </value>
         </item>
         <item>
+            <key> <string>output_encoding</string> </key>
+            <value> <string>utf-8</string> </value>
+        </item>
+        <item>
             <key> <string>title</string> </key>
-            <value> <string></string> </value>
+            <value> <unicode></unicode> </value>
         </item>
       </dictionary>
     </pickle>

Modified: erp5/trunk/bt5/erp5_web/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/bt/revision?rev=39599&r1=39598&r2=39599&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_web/bt/revision [utf8] Thu Oct 28 13:57:20 2010
@@ -1 +1 @@
-988
\ No newline at end of file
+989
\ No newline at end of file




More information about the Erp5-report mailing list