Mercurial > p > roundup > code
comparison templates/classic/html/user.item.html @ 1730:2dd6b4c825e9
Final touches to fix query editing. It should work now.
| author | Johannes Gijsbers <jlgijsbers@users.sourceforge.net> |
|---|---|
| date | Sun, 10 Aug 2003 10:30:56 +0000 |
| parents | e68c752955fd |
| children | 5ed17c4b840c |
comparison
equal
deleted
inserted
replaced
| 1729:8996815813df | 1730:2dd6b4c825e9 |
|---|---|
| 83 <tr><th>Name</th><th colspan="2">Actions</th></tr> | 83 <tr><th>Name</th><th colspan="2">Actions</th></tr> |
| 84 <tr tal:repeat="query context/queries"> | 84 <tr tal:repeat="query context/queries"> |
| 85 <td><a tal:attributes="href string:query${query/id}" | 85 <td><a tal:attributes="href string:query${query/id}" |
| 86 tal:content="query/name"></a></td> | 86 tal:content="query/name"></a></td> |
| 87 <td> | 87 <td> |
| 88 <a tal:attributes="href python:'%s%s'%(query['klass'], query['url'])">display</a> | 88 <a tal:attributes="href string:${query/klass}?${query/url}">display</a> |
| 89 </td> | 89 </td> |
| 90 <td> | 90 <td> |
| 91 <a tal:attributes="href string:?:remove:queries=${query/id}&:action=edit">remove</a> | 91 <a tal:attributes="href string:?:remove:queries=${query/id}&:action=edit">remove</a> |
| 92 </td> | 92 </td> |
| 93 </tr> | 93 </tr> |
