[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/Views/Browser - add_config.pt:1.3
Steve Alexander
steve@cat-box.net
Sat, 21 Dec 2002 15:01:13 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv9991/lib/python/Zope/App/OFS/Services/ConnectionService/Views/Browser
Modified Files:
add_config.pt
Log Message:
added a permission field.
=== Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/Views/Browser/add_config.pt 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/Views/Browser/add_config.pt:1.2 Thu Dec 12 06:32:31 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/Views/Browser/add_config.pt Sat Dec 21 15:01:13 2002
@@ -19,6 +19,10 @@
</td>
</tr>
<tr>
+ <td>Permission</td>
+ <td tal:content="structure view/permission"><input type="text"></td>
+ </tr>
+ <tr>
<td>Status</td>
<td tal:content="structure view/status"><input type="text"></td>
</tr>