Log message for revision 94922:
  specify icon size in manage_main listings so the table doesn't jump around 
while the icons load

Changed:
  U   Zope/trunk/doc/CHANGES.txt
  U   Zope/trunk/lib/python/OFS/dtml/main.dtml

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===================================================================
--- Zope/trunk/doc/CHANGES.txt  2009-01-22 04:50:33 UTC (rev 94921)
+++ Zope/trunk/doc/CHANGES.txt  2009-01-22 05:12:46 UTC (rev 94922)
@@ -237,6 +237,9 @@
 
     Bugs Fixed
 
+      - Specified height/width of icons in ZMI listings so the table doesn't
+        jump around while loading.
+
       - Acquisition wrappers now correctly proxy __iter__.
 
       - Launchpad #174705:  ensure that the error info object exposed to a

Modified: Zope/trunk/lib/python/OFS/dtml/main.dtml
===================================================================
--- Zope/trunk/lib/python/OFS/dtml/main.dtml    2009-01-22 04:50:33 UTC (rev 
94921)
+++ Zope/trunk/lib/python/OFS/dtml/main.dtml    2009-01-22 05:12:46 UTC (rev 
94922)
@@ -133,7 +133,7 @@
   <a href="&dtml.url_quote-sequence-key;/manage_workspace">
   <dtml-in om_icons mapping>
   <img src="&dtml-BASEPATH1;/&dtml.url_quote-path;" alt="&dtml.missing-alt;" 
-   title="&dtml.missing-title;" border="0" /></dtml-in></a>
+   title="&dtml.missing-title;" border="0" width="16" 
height="16"/></dtml-in></a>
   <dtml-else>
 
   <dtml-if icon>

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to