File:  [Repository] / ZSQLExtend / zpt / viewUpdates.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Sun Jan 23 15:16:12 2005 UTC (19 years, 3 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
added updating mechanism for databases

<html>
<body>
<p tal:repeat="item python:here.findUpdater()">
<a tal:content="python:item[0]" tal:attributes="href python:here.absolute_url()+'/update?xmlobject='+item[0]"/>
</p>
</body>
</html>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>