[Python-checkins] r52836 - tracker/instances/python-dev/html/page.html

stefan.seefeld python-checkins at python.org
Thu Nov 23 15:02:07 CET 2006


Author: stefan.seefeld
Date: Thu Nov 23 15:02:07 2006
New Revision: 52836
Modified:
 tracker/instances/python-dev/html/page.html
Log:
fix typos.
Modified: tracker/instances/python-dev/html/page.html
==============================================================================
--- tracker/instances/python-dev/html/page.html	(original)
+++ tracker/instances/python-dev/html/page.html	Thu Nov 23 15:02:07 2006
@@ -22,7 +22,7 @@
 kw_create python:request.user.hasPermission('Create', 'keyword');
 kw_edit_link python:kw_edit and db.keyword.list();
 columns string:id,activity,title,creator,status;
-columns_showall string:id,activity,title,creator,assignedto,status;
+columns_showall string:id,activity,title,creator,assignee,status;
 status_notresolved string:-1,1,2,3,4,5,6,7;
 ">
 <!-- Logo -->
@@ -54,11 +54,11 @@
 tal:attributes="href python:request.indexargs_url('bug', {
 '@sort': '-activity',
 '@group': 'severity',
- '@filter': 'status,assignedto',
+ '@filter': 'status,assignee',
 '@columns': columns,
 '@search_text': '',
 'status': status_notresolved,
- 'assignedto': '-1',
+ 'assignee': '-1',
 '@dispname': i18n.gettext('Show Unassigned'),
 })"
 i18n:translate="">Show Unassigned</a></li>
@@ -122,11 +122,11 @@
 tal:attributes="href python:request.indexargs_url('bug', {
 '@sort': '-activity',
 '@group': 'severity',
- '@filter': 'status,assignedto',
+ '@filter': 'status,assignee',
 '@columns': 'id,activity,title,creator,status',
 '@search_text': '',
 'status': status_notresolved,
- 'assignedto': request.user.id,
+ 'assignee': request.user.id,
 '@dispname': i18n.gettext('Your Bugs'),
 })"
 i18n:translate="">Your Bugs</a>


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /