[CMF-checkins] CVS: CMF/CMFCore/www - typesAliases.zpt:1.1.2.2
Yvo Schubbe
schubbe@web.de
Tue, 24 Jun 2003 15:07:03 -0400
Update of /cvs-repository/CMF/CMFCore/www
In directory cvs.zope.org:/tmp/cvs-serv24823/CMFCore/www
Modified Files:
Tag: yuppie-ti_aliases-branch
typesAliases.zpt
Log Message:
- refactored api
- added migration method
- added interface definitions
=== CMF/CMFCore/www/typesAliases.zpt 1.1.2.1 => 1.1.2.2 ===
--- CMF/CMFCore/www/typesAliases.zpt:1.1.2.1 Sun Jun 22 12:17:44 2003
+++ CMF/CMFCore/www/typesAliases.zpt Tue Jun 24 15:07:02 2003
@@ -3,11 +3,11 @@
tal:replace="structure here/manage_tabs">Tabs</h2>
<br />
-<form action="manage_setTIAliases" method="post">
+<form action="manage_setTIMethodAliases" method="post">
<table cellspacing="0" cellpadding="2" border="0">
<tr class="list-header">
<td> </td>
- <th tal:repeat="key here/listAliasKeys">
+ <th tal:repeat="key here/listMethodAliasKeys">
<input type="text" name="" size="18" value=""
tal:attributes="name string:aliases.${repeat/key/index}:record;
value key" />
@@ -21,10 +21,10 @@
tal:repeat="ti tis" tal:omit-tag=""><tr class=""
tal:attributes="class python:(repeat['ti'].odd() and 'row-normal' or 'row-hilite')">
<th align="left" tal:content="ti/getId">id</th>
- <td tal:repeat="key here/listAliasKeys">
+ <td tal:repeat="key here/listMethodAliasKeys">
<input type="text" name="" size="18" value=""
tal:attributes="name string:${ti/getId}.${repeat/key/index}:record;
- value python:ti.getAliasURL(key) or ''" />
+ value python:ti.getMethodURL(key) or ''" />
</td>
<td>
<input type="text" name="" size="18" value=""