[Erp5-report] r26178 - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTemplat...
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Mar 27 11:52:14 CET 2009
Author: fabien
Date: Fri Mar 27 11:52:08 2009
New Revision: 26178
URL: http://svn.erp5.org?rev=26178&view=rev
Log:
- use showPopik only in web mode (because the javascript function is defined in erp5_web portal_skins)
- enhance a bit css for quick search
Modified:
erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asSearchStyleHTML.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/ListBox_asSearchStyleHTML.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asSearchStyleHTML.xml?rev=26178&r1=26177&r2=26178&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asSearchStyleHTML.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asSearchStyleHTML.xml [utf8] Fri Mar 27 11:52:08 2009
@@ -259,8 +259,8 @@
\n
<td>\n
<div class="item_nohighlight"\n
- tal:attributes="onmouseover string: showPopik(\'${hidden_pop_dom_id}\', true);\n
- onmouseout string: showPopik(\'${hidden_pop_dom_id}\', false);">\n
+ tal:attributes="onmouseover python: is_web_mode and \'showPopik(\\\'%s\\\', true)\' % hidden_pop_dom_id or None;\n
+ onmouseout python: is_web_mode and \'showPopik(\\\'%s\\\', false)\' % hidden_pop_dom_id or None;">\n
\n
<div class="search_popup" \n
style="z-index:100;"\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=26178&r1=26177&r2=26178&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml [utf8] Fri Mar 27 11:52:08 2009
@@ -1243,7 +1243,8 @@
color: green!important;\n
}\n
div.searchResultHeader {\n
- border-top: 1px solid <dtml-var document_border_color>;\n
+ margin-top: 0em;\n
+ border: 1px solid <dtml-var document_border_color>;\n
background-color: <dtml-var listbox_label_background_color>;\n
padding: .2em;\n
}\n
@@ -1256,7 +1257,8 @@
table.documentList {\n
width: 100%;\n
margin-bottom: 1em;\n
- border: 1px solid;\n
+ border-style: solid;\n
+ border-width: 0 1px 1px 1px;\n
border-color:<dtml-var document_border_color>;\n
}\n
\n
@@ -1393,13 +1395,6 @@
border-color:red;\n
margin:0;\n
vertical-align:bottom;\n
-}\n
-\n
-div.searchResultHeader {\n
- border-style: solid;\n
- border-width: 1px 1px 0 1px;\n
- border-color:<dtml-var document_border_color>;\n
- margin-top: 0em;\n
}\n
\n
div.search .centeredInner {\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=26178&r1=26177&r2=26178&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] Fri Mar 27 11:52:08 2009
@@ -1,1 +1,1 @@
-680
+681
More information about the Erp5-report
mailing list