Commit cf5ae8d1 authored by Jean-Paul Smets's avatar Jean-Paul Smets

2007-01-22 Updated forms for erp5_web

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12177 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fec4485e
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>python: not (hasattr(request, \'current_web_section\') and not (getattr(request, \'ignore_layout\', False) or getattr(request, \'editable_mode\', False)))</string> </value> <value> <string>python: object is not None and not object.isWebMode()</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>python: not (hasattr(request, \'current_web_section\') and not (getattr(request, \'ignore_layout\', False) or getattr(request, \'editable_mode\', False)))</string> </value> <value> <string>python: object is not None and not object.isWebMode()</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -300,9 +300,7 @@ ...@@ -300,9 +300,7 @@
</item> </item>
<item> <item>
<key> <string>url_columns</string> </key> <key> <string>url_columns</string> </key>
<value> <value> <string></string> </value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
...@@ -402,12 +400,12 @@ ...@@ -402,12 +400,12 @@
</item> </item>
<item> <item>
<key> <string>list_action</string> </key> <key> <string>list_action</string> </key>
<value> <string>Folder_viewContentList</string> </value> <value> <string>list</string> </value>
</item> </item>
<item> <item>
<key> <string>list_method</string> </key> <key> <string>list_method</string> </key>
<value> <value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value> </value>
</item> </item>
<item> <item>
...@@ -418,7 +416,7 @@ ...@@ -418,7 +416,7 @@
</item> </item>
<item> <item>
<key> <string>page_template</string> </key> <key> <string>page_template</string> </key>
<value> <string>ListBox_asWebStyleHTML</string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
<key> <string>portal_types</string> </key> <key> <string>portal_types</string> </key>
...@@ -503,25 +501,6 @@ ...@@ -503,25 +501,6 @@
</pickle> </pickle>
</record> </record>
<record id="2" aka="AAAAAAAAAAI="> <record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(\'title\', \'WebSite_getDocumentUrl\') ]</string> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <tuple>
......
...@@ -300,9 +300,7 @@ ...@@ -300,9 +300,7 @@
</item> </item>
<item> <item>
<key> <string>url_columns</string> </key> <key> <string>url_columns</string> </key>
<value> <value> <string></string> </value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
...@@ -398,12 +396,12 @@ ...@@ -398,12 +396,12 @@
</item> </item>
<item> <item>
<key> <string>list_action</string> </key> <key> <string>list_action</string> </key>
<value> <string>Folder_viewContentList</string> </value> <value> <string>list</string> </value>
</item> </item>
<item> <item>
<key> <string>list_method</string> </key> <key> <string>list_method</string> </key>
<value> <value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value> </value>
</item> </item>
<item> <item>
...@@ -414,7 +412,7 @@ ...@@ -414,7 +412,7 @@
</item> </item>
<item> <item>
<key> <string>page_template</string> </key> <key> <string>page_template</string> </key>
<value> <string>ListBox_asWebStyleHTML</string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
<key> <string>portal_types</string> </key> <key> <string>portal_types</string> </key>
...@@ -499,25 +497,6 @@ ...@@ -499,25 +497,6 @@
</pickle> </pickle>
</record> </record>
<record id="2" aka="AAAAAAAAAAI="> <record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(\'title\', \'WebSite_getDocumentUrl\') ]</string> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <tuple>
......
...@@ -101,7 +101,16 @@ div#main_content button {\n ...@@ -101,7 +101,16 @@ div#main_content button {\n
** TODO: change colors to have better integration in default erp5 web theme.\n ** TODO: change colors to have better integration in default erp5 web theme.\n
------------------------------------------------------------------ */\n ------------------------------------------------------------------ */\n
\n \n
div#main_content .ListSummary table {display: none}\n div#main_content .ListSummary table {\n
width: 100%;\n
background-color: white;\n
padding: .1em;\n
margin-top: 1em;\n
background: #fff url(erp5-website-field.png) top repeat-x;\n
border: 1pt solid #ccc;\n
color: #666;\n
padding: 2px;\n
}\n
\n \n
div#main_content .ListContent table {\n div#main_content .ListContent table {\n
margin-bottom: 2em;\n margin-bottom: 2em;\n
...@@ -114,10 +123,19 @@ div#main_content .ListContent td {\n ...@@ -114,10 +123,19 @@ div#main_content .ListContent td {\n
vertical-align: top;\n vertical-align: top;\n
}\n }\n
\n \n
div#main_content .ListContent td.Data {background-color: #adb9cc}\n div#main_content .ListContent td.Data {\n
div#main_content .ListContent td.DataA {background-color: #fff}\n background: #adb9cc\n
div#main_content .ListContent td.DataB {background-color: #eee}\n }\n
\n
div#main_content .ListContent tr.DataA {\n
background: #fff\n
}\n
\n \n
div#main_content .ListContent tr.DataB {\n
background: #eee\n
}\n
\n
div#main_content .ListContent table tr:hover {background: #ccc}\n
\n \n
/* Custom web Listbox styling.\n /* Custom web Listbox styling.\n
** TODO: change colors to have better integration in default erp5 web theme.\n ** TODO: change colors to have better integration in default erp5 web theme.\n
...@@ -199,7 +217,11 @@ div#main_content table.listbox tbody td a,\n ...@@ -199,7 +217,11 @@ div#main_content table.listbox tbody td a,\n
div#main_content table.listbox tbody td a:hover,\n div#main_content table.listbox tbody td a:hover,\n
div#main_content table.listbox tbody td a:visited {color: #4343D9}\n div#main_content table.listbox tbody td a:visited {color: #4343D9}\n
\n \n
div#main_content table.listbox tbody tr:hover {background: #f6f6f6}\n div#main_content table.listbox tbody tr {\n
background: #fff;\n
}\n
\n
div#main_content table.listbox tbody tr:hover {background: #ccc}\n
\n \n
div#main_content table.listbox tbody span.number, tbody span.date {float: right}\n div#main_content table.listbox tbody span.number, tbody span.date {float: right}\n
\n \n
...@@ -225,7 +247,6 @@ div#main_content table.listbox tfoot .pageNavigation button:hover {\n ...@@ -225,7 +247,6 @@ div#main_content table.listbox tfoot .pageNavigation button:hover {\n
background: #eee;\n background: #eee;\n
}\n }\n
\n \n
\n
/*========================================================================================\n /*========================================================================================\n
** PAGE LAYOUT\n ** PAGE LAYOUT\n
**========================================================================================*/\n **========================================================================================*/\n
...@@ -463,15 +484,6 @@ div#main_content fieldset.webcontent span.headline {\n ...@@ -463,15 +484,6 @@ div#main_content fieldset.webcontent span.headline {\n
line-height: 140%;\n line-height: 140%;\n
text-align: left;\n text-align: left;\n
}\n }\n
\n
div#main_content .headline legend,\n
div#main_content .headline label {\n
margin: 0;\n
width: 0em;\n
text-align: left;\n
float: left;\n
display: none;\n
}\n
]]></string> </value> ]]></string> </value>
......
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