Mercurial > p > roundup > code
diff templates/classic/html/query.edit.html @ 2485:6e8ecdb19e6a maint-0.7
fix anydbm so search for None Link value works...
...also tweak query edit so its a little more useful
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 21 Jun 2004 05:42:45 +0000 |
| parents | 3b92a1b7a056 |
| children |
line wrap: on
line diff
--- a/templates/classic/html/query.edit.html Mon Jun 21 04:56:34 2004 +0000 +++ b/templates/classic/html/query.edit.html Mon Jun 21 05:42:45 2004 +0000 @@ -60,7 +60,7 @@ </tal:block> </tr> -<tr tal:define="queries python:db.query.filter(filterspec={'private_for':uid})" +<tr tal:define="queries python:db.query.filter(filterspec={'creator':uid})" tal:repeat="query queries"> <td><a tal:attributes="href string:${query/klass}?${query/url}" tal:content="query/name">query</a></td> @@ -90,7 +90,7 @@ tal:content="query/name">query</a></td> <td metal:use-macro="template/macros/include" /> - <td colspan="3">[not yours to edit]</td> + <td colspan="3"> </td> </tr> <tr><td colspan="5">
