[Erp5-report] r21204 - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTemplat...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu May 29 09:28:12 CEST 2008


Author: aurel
Date: Thu May 29 09:28:11 2008
New Revision: 21204

URL: http://svn.erp5.org?rev=21204&view=rev
Log:
preserve whit-space in option fields (thanks to vincent)
fix page templates according to this new css value

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml?rev=21204&r1=21203&r2=21204&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml Thu May 29 09:28:11 2008
@@ -68,10 +68,8 @@
           <tal:block tal:condition="python: here.getPortalTypeName() in portal.portal_types.objectIds() and portal.portal_types.getTypeInfo(here).Base_getSourceVisibility()">\n
             <option value="1" disabled="disabled" i18n:translate="" i18n:domain="ui">-- Developper Mode --</option>\n
             <option tal:attributes="value python: \'%s/manage_workspace\' % (here.portal_types.getTypeInfo(here).absolute_url(),)"\n
-                    i18n:translate="" i18n:domain="ui">\n
-              Edit Portal Type \'<tal:block tal:content="python: here.getPortalTypeName()"\n
-                                           i18n:name="portal_type" i18n:translate="" i18n:domain="ui" />\'\n
-            </option>\n
+                    i18n:translate="" i18n:domain="ui">Edit Portal Type \'<tal:block tal:content="python: here.getPortalTypeName()"\n
+                                           i18n:name="portal_type" i18n:translate="" i18n:domain="ui" />\'</option>\n
           </tal:block>\n
           <tal:block tal:condition="portal/portal_workflow/Base_getSourceVisibility">\n
             <option value="1" disabled="disabled" i18n:translate="" i18n:domain="ui">-- Workflows --</option>\n
@@ -99,10 +97,8 @@
         <tal:block tal:define="allowed_content_type_list here/getVisibleAllowedContentTypeList | python:[]">\n
           <tal:block tal:repeat="content_id allowed_content_type_list">\n
             <option tal:attributes="value python: \'add %s\' % (content_id, )"\n
-                    i18n:translate="" i18n:domain="ui">\n
-              Add <tal:block tal:content="content_id"\n
-                             i18n:name="portal_type" i18n:translate="" i18n:domain="ui" />\n
-            </option>\n
+                    i18n:translate="" i18n:domain="ui">Add <tal:block tal:content="content_id"\n
+                             i18n:name="portal_type" i18n:translate="" i18n:domain="ui" /></option>\n
           </tal:block>\n
         </tal:block>\n
         <tal:block tal:repeat="action actions/object_add | nothing">\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml?rev=21204&r1=21203&r2=21204&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml Thu May 29 09:28:11 2008
@@ -398,6 +398,10 @@
   font-size: <dtml-var font_size>;\n
   margin: 0;\n
   padding: 0;\n
+}\n
+\n
+option {\n
+  white-space: pre;\n
 }\n
 \n
 div.pre div {\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision?rev=21204&r1=21203&r2=21204&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision Thu May 29 09:28:11 2008
@@ -1,1 +1,1 @@
-539
+540




More information about the Erp5-report mailing list