* src/DataViews/_RepositoryView.py:
	* src/gen/db/base.py:
	* src/DisplayModels/_RepositoryModel.py:
	Added a change column in repoview, model, database column storage



svn: r9432
This commit is contained in:
Benny Malengier
2007-11-29 14:02:22 +00:00
parent a13f3e950c
commit 8d64c728fc
4 changed files with 19 additions and 5 deletions

View File

@@ -79,6 +79,7 @@ class RepositoryView(PageView.ListView):
_('Country'),
_('Email'),
_('Search URL'),
_('Last Changed'),
]
ADD_MSG = _("Add a new repository")