[CMF-checkins] CVS: Products/CMFDefault/skins/zpt_generic - folder_contents.py:1.1.6.1 index_html_categorized.pt:1.1.6.1 index_html_template.pt:1.1.6.1 members_manage_template.pt:1.1.6.1

Yvo Schubbe y.2004_ at wcm-solutions.de
Fri Sep 24 18:23:24 EDT 2004


Update of /cvs-repository/Products/CMFDefault/skins/zpt_generic
In directory cvs.zope.org:/tmp/cvs-serv23681/CMFDefault/skins/zpt_generic

Modified Files:
      Tag: CMF-1_5-branch
	folder_contents.py index_html_categorized.pt 
	index_html_template.pt members_manage_template.pt 
Log Message:
- fixed some minor, but annoying UI issues


=== Products/CMFDefault/skins/zpt_generic/folder_contents.py 1.1 => 1.1.6.1 ===
--- Products/CMFDefault/skins/zpt_generic/folder_contents.py:1.1	Tue Jul  6 16:34:17 2004
+++ Products/CMFDefault/skins/zpt_generic/folder_contents.py	Fri Sep 24 18:23:23 2004
@@ -110,11 +110,11 @@
              'colspan': '2'}
           , {'key': 'getId',
              'title': 'Name',
-             'width': '380',
+             'width': '360',
              'colspan': None}
           , {'key': 'modified',
              'title': 'Last Modified',
-             'width': '160',
+             'width': '180',
              'colspan': None}
           , {'key': 'position',
              'title': 'Position',


=== Products/CMFDefault/skins/zpt_generic/index_html_categorized.pt 1.1 => 1.1.6.1 ===
--- Products/CMFDefault/skins/zpt_generic/index_html_categorized.pt:1.1	Fri Jun  4 06:10:41 2004
+++ Products/CMFDefault/skins/zpt_generic/index_html_categorized.pt	Fri Sep 24 18:23:23 2004
@@ -25,7 +25,7 @@
 <div metal:fill-slot="main">
 
   <div id="content_well"
-       style="float: left; top: 0; width: 80%;">
+       style="float: left; top: 0; width: 78%;">
 
     <div tal:condition="not: has_local">
 


=== Products/CMFDefault/skins/zpt_generic/index_html_template.pt 1.1 => 1.1.6.1 ===
--- Products/CMFDefault/skins/zpt_generic/index_html_template.pt:1.1	Tue Jul  6 18:19:22 2004
+++ Products/CMFDefault/skins/zpt_generic/index_html_template.pt	Fri Sep 24 18:23:23 2004
@@ -15,7 +15,7 @@
 <metal:slot metal:fill-slot="main" i18n:domain="cmf_default"
   tal:define="batch options/batch">
   <div id="content_well"
-       style="float: left; top: 0; width: 80%;">
+       style="float: left; top: 0; width: 78%;">
     <div tal:condition="not: options/has_local">
 
 <metal:macro metal:use-macro="context/batch_widgets/macros/listing" />


=== Products/CMFDefault/skins/zpt_generic/members_manage_template.pt 1.1 => 1.1.6.1 ===
--- Products/CMFDefault/skins/zpt_generic/members_manage_template.pt:1.1	Tue Jul  6 17:41:22 2004
+++ Products/CMFDefault/skins/zpt_generic/members_manage_template.pt	Fri Sep 24 18:23:23 2004
@@ -19,7 +19,7 @@
     <td width="20">&nbsp;</td>
     <th width="120" i18n:translate="">Member</th>
     <th width="260" i18n:translate="">Email Address</th>
-    <th width="80" i18n:translate="">Last Login</th>
+    <th width="100" i18n:translate="">Last Login</th>
    </tr>
   </thead>
   <tbody tal:repeat="member batch/listItemInfos">



More information about the CMF-checkins mailing list