[Erp5-report] r38013 ivan - in /erp5/trunk/bt5/erp5_km: SkinTemplateItem/portal_skins/erp5_...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Aug 25 16:07:21 CEST 2010


Author: ivan
Date: Wed Aug 25 16:07:18 2010
New Revision: 38013

URL: http://svn.erp5.org?rev=38013&view=rev
Log:
Place listbox results in top, right corner.

Modified:
    erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/ListBox_asHTML.xml
    erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_css/listbox.css.xml
    erp5/trunk/bt5/erp5_km/bt/revision

Modified: erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/ListBox_asHTML.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/ListBox_asHTML.xml?rev=38013&r1=38012&r2=38013&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/ListBox_asHTML.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/ListBox_asHTML.xml [utf8] Wed Aug 25 16:07:18 2010
@@ -161,11 +161,15 @@
   <div class="listbox-content">\n
 \n
     <div class="listbox-head">\n
-      <span tal:content="here/getTitle"/>\n
-      <span tal:condition="python: here.getTitle() and total_line>0"> - </span>\n
+      <div class="listbox-head-title" style="">\n
+        <span tal:replace="here/getTitle" />\n
+      </div>\n
+\n
       <!--Show search result -->\n
-      <span tal:condition="python: total_line > 0"\n
-        tal:replace="structure python: real_context.Base_translateString(\'Results <em>${start} - ${stop}</em> of <em>${total}</em>.\', mapping=dict(start=current_page_start, stop=current_page_stop, total=total_line))"/>\n
+      <div tal:condition="python: total_line > 0" \n
+           class="listbox-head-results">\n
+        <span tal:replace="structure python: real_context.Base_translateString(\'Results <em>${start} - ${stop}</em> of <em>${total}</em>.\', mapping=dict(start=current_page_start, stop=current_page_stop, total=total_line))"/>\n
+      </div>\n
     </div>\n
 \n
     <div class="listbox-body">\n

Modified: erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_css/listbox.css.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_css/listbox.css.xml?rev=38013&r1=38012&r2=38013&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_css/listbox.css.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_css/listbox.css.xml [utf8] Wed Aug 25 16:07:18 2010
@@ -183,8 +183,22 @@ div.listbox-head{\n
   color:#9D968D;\n
   font-weight:bold;\n
   margin-bottom: 10px;\n
+  min-height:20px;\n
+}\n
+div.listbox-head div.listbox-head-title{\n
+  float:left;\n
+  width:auto;\n
+ \n
 }\n
 \n
+div.listbox-head div.listbox-head-results{\n
+  float: right; \n
+  width: auto; \n
+  clear: right;\n
+  text-align:right;\n
+}\n
+\n
+\n
 div.listbox-body{\n
   width:auto;\n
 }\n
@@ -209,7 +223,6 @@ div.listbox-footer{\n
  margin-bottom:0.3em;\n
  margin-top:0.3em;\n
  padding-left:0.2em;\n
- \n
 }\n
 \n
 /* Listbox Footer in gadget mode */\n

Modified: erp5/trunk/bt5/erp5_km/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_km/bt/revision?rev=38013&r1=38012&r2=38013&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_km/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_km/bt/revision [utf8] Wed Aug 25 16:07:18 2010
@@ -1 +1 @@
-1522
\ No newline at end of file
+1523
\ No newline at end of file




More information about the Erp5-report mailing list