Commit 9173c3bf authored by Kevin Deldycke's avatar Kevin Deldycke

Modify CSS selectors to apply the right style to forms and input by default.

erp5_web depends on erp5_xhtml_style.
Clean up default css.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10225 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent adc61f53
......@@ -201,7 +201,7 @@
</item>
<item>
<key> <string>default</string> </key>
<value> <string>Current site description.</string> </value>
<value> <string>Current web site description.</string> </value>
</item>
<item>
<key> <string>description</string> </key>
......
......@@ -201,7 +201,7 @@
</item>
<item>
<key> <string>default</string> </key>
<value> <string>Current Page Title</string> </value>
<value> <string>Current Web Site Title</string> </value>
</item>
<item>
<key> <string>description</string> </key>
......
......@@ -148,7 +148,7 @@
This part is displayed any document apart Web Site and Web Section.\n
But if Web Site and Web Section have default page, then it will be displayed anyway.\n
-->\n
<div name="adminSection" class="adminSection content"\n
<div name="adminSection" class="adminSection"\n
tal:condition="python: (portal_type in [\'Web Site\', \'Web Section\'] and here.WebSite_getDefaultWebPageValue()) or not portal_type in [\'Web Site\', \'Web Section\']">\n
\n
<form name="tool_create" method="post" action="WebSite_newContent">\n
......
2006-09-21 Kevin
* Modify CSS selectors to apply the right style to forms and input by default.
* erp5_web depends on erp5_xhtml_style.
* Clean up default css.
2006-09-20 Kevin
* Admin toolbox style clean-up.
......
erp5_view_style
\ No newline at end of file
erp5_xhtml_style
\ No newline at end of file
......@@ -5,7 +5,6 @@ Features:
* Default 3 column layout with ordered content (IE6 should be able to display it).
* Content edition through custom layout.
* Custom view based on generic ERP5 forms.
* Work out of the box.
* Multi-publication: 1 document can be published in several sections.
* Collection of generic web widgets (breadcrumb, listbox, admin toolbar, ...).
* Support FCKeditor for content edition.
......
459
\ No newline at end of file
467
\ No newline at end of file
None
\ No newline at end of file
0.3.40
\ No newline at end of file
0.3.41
\ 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