From dc61f474c8487b456f099960041d42b33e7940c7 Mon Sep 17 00:00:00 2001 From: helmutm Date: Fri, 2 Jan 2009 10:25:51 +0000 Subject: [PATCH] provide a query view for linking to other loops sites in the same instance git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3109 fd906abe-77d9-0310-91a1-e0d9ade77398 --- browser/common.py | 2 +- system/site/browser.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/browser/common.py b/browser/common.py index 9014ca5..056073b 100644 --- a/browser/common.py +++ b/browser/common.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2008 Helmut Merz helmutm@cy55.de +# Copyright (c) 2009 Helmut Merz helmutm@cy55.de # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/system/site/browser.py b/system/site/browser.py index b31e79b..5da05a1 100644 --- a/system/site/browser.py +++ b/system/site/browser.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2008 Helmut Merz helmutm@cy55.de +# Copyright (c) 2009 Helmut Merz helmutm@cy55.de # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ # """ -View class(es) for work items. +Infos about loops sites. $Id$ """