Commit 80a6d814 authored by Kevin Deldycke's avatar Kevin Deldycke

This form contain an exemple of how the widget groups should be named to mix...

This form contain an exemple of how the widget groups should be named to mix information about position and title (this is part of the widget handling refactoring for erp5_web).
Use default form_view to render a web page.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8582 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e9072a02
......@@ -61,10 +61,10 @@
<key> <string>group_list</string> </key>
<value>
<list>
<string>left</string>
<string>right</string>
<string>center</string>
<string>content bottom</string>
<string>left id</string>
<string>right detail</string>
<string>center comment</string>
<string>content bottom core</string>
<string>hidden</string>
</list>
</value>
......@@ -74,7 +74,7 @@
<value>
<dictionary>
<item>
<key> <string>center</string> </key>
<key> <string>center comment</string> </key>
<value>
<list>
<string>my_description</string>
......@@ -82,7 +82,7 @@
</value>
</item>
<item>
<key> <string>content bottom</string> </key>
<key> <string>content bottom core</string> </key>
<value>
<list>
<string>my_text_content</string>
......@@ -96,24 +96,24 @@
</value>
</item>
<item>
<key> <string>left</string> </key>
<key> <string>left id</string> </key>
<value>
<list>
<string>my_reference</string>
<string>my_version</string>
<string>my_title</string>
<string>my_short_title</string>
<string>my_int_index</string>
<string>my_language</string>
<string>my_reference</string>
<string>my_translated_validation_state_title</string>
</list>
</value>
</item>
<item>
<key> <string>right</string> </key>
<key> <string>right detail</string> </key>
<value>
<list>
<string>my_title</string>
<string>my_publication_section</string>
<string>my_validation_state</string>
<string>my_version</string>
<string>my_language</string>
<string>my_int_index</string>
</list>
</value>
</item>
......@@ -134,7 +134,7 @@
</item>
<item>
<key> <string>pt</string> </key>
<value> <string>web_form_view</string> </value>
<value> <string>form_view</string> </value>
</item>
<item>
<key> <string>row_length</string> </key>
......
......@@ -203,7 +203,7 @@
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
<value> <string>Short title is diplayed in any navigation widget (breadrumb, navigation menu, section list, ...) with a higher priority than long title, except in Site Map</string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
......
......@@ -203,7 +203,7 @@
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
<value> <string>The long title is display as main content title and page title.</string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
......@@ -243,7 +243,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Title</string> </value>
<value> <string>Long Title</string> </value>
</item>
<item>
<key> <string>truncate</string> </key>
......
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