[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/Browser - contents.pt:1.7.2.2
Stephan Richter
srichter@cbu.edu
Tue, 18 Jun 2002 17:51:22 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv29813/lib/python/Zope/App/OFS/Content/Folder/Views/Browser
Modified Files:
Tag: sidnei-zopetop-branch
contents.pt
Log Message:
quick checkin
=== Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/Browser/contents.pt 1.7.2.1 => 1.7.2.2 ===
<table id="sortable" class="listing" summary="Content listing"
- cellpadding="2" cellspacing="0"
+ cellpadding="2" cellspacing="0" width="100%"
metal:define-macro="folder_listing">
<thead>
<tr>
- <th> </th>
- <th> </th>
- <th>Title
+ <th width="16"> </th>
+ <th width="16"> </th>
+ <th width="64%">Name (Title)
<img src="/@@/arrowUp.gif" alt="Sort" height="6" width="9" />
</th>
+ <th width="15%">Size</th>
+ <th width="20%">Last Modified</th>
</tr>
</thead>
<tbody>
@@ -59,6 +61,8 @@
tal:replace="string: (${item/title})">(Title)</span>
</a>
</td>
+ <td> </td>
+ <td> </td>
</tr>
</metal:block>
</tbody>
@@ -66,17 +70,11 @@
<br />
<input type="submit" name="removeObjects:method" value="Delete"
- tal:attributes="value string:menu_delete_button"
i18n:attributes="value" />
</metal:block>
</form>
- <p><a href="./++etc++Services/"
- tal:condition="context/hasServiceManager">Services</a>
- <a href="@@addServiceManager.html"
- tal:condition="not: context/hasServiceManager">Allow Services</a>
- </p>
</div>
</body>