[Zope3-checkins] CVS: Zope3/src/zope/app/browser/container - add.pt:1.10 index.pt:1.4
Steve Alexander
steve@cat-box.net
Mon, 30 Jun 2003 13:05:12 -0400
Update of /cvs-repository/Zope3/src/zope/app/browser/container
In directory cvs.zope.org:/tmp/cvs-serv24902/src/zope/app/browser/container
Modified Files:
add.pt index.pt
Log Message:
Removed TAB characters.
=== Zope3/src/zope/app/browser/container/add.pt 1.9 => 1.10 ===
--- Zope3/src/zope/app/browser/container/add.pt:1.9 Wed Jun 25 17:18:50 2003
+++ Zope3/src/zope/app/browser/container/add.pt Mon Jun 30 13:04:41 2003
@@ -35,7 +35,7 @@
<td>
<input type="text" name="id"
tal:condition="view/namesAccepted"
- tal:attributes="value request/id | nothing"
+ tal:attributes="value request/id | nothing"
/>
<input type="submit" value=" Add " i18n:attributes="value" />
</td>
=== Zope3/src/zope/app/browser/container/index.pt 1.3 => 1.4 ===
--- Zope3/src/zope/app/browser/container/index.pt:1.3 Wed Apr 9 04:09:17 2003
+++ Zope3/src/zope/app/browser/container/index.pt Mon Jun 30 13:04:41 2003
@@ -45,12 +45,12 @@
</a>
</td>
- <td class="ContentTitle">
- <a href="subfolder_id"
- tal:attributes="href info/url"
+ <td class="ContentTitle">
+ <a href="subfolder_id"
+ tal:attributes="href info/url"
tal:content="info/id"
- >ID here</a>
- </td>
+ >ID here</a>
+ </td>
<td><span tal:content="info/title|default"> </span></td>
<td><span tal:content="info/created|default"> </span></td>
@@ -60,13 +60,13 @@
<tr tal:condition="nothing">
- <td class="ContentIcon">
- <img alt="Document" src="../../ZMI/www/document_icon.gif" />
- </td>
+ <td class="ContentIcon">
+ <img alt="Document" src="../../ZMI/www/document_icon.gif" />
+ </td>
- <td class="ContentTitle">
- <a href="document_id">Document Title or ID here</a>
- </td>
+ <td class="ContentTitle">
+ <a href="document_id">Document Title or ID here</a>
+ </td>
</tr>
</tbody>