take title from query concept
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3046 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
		
							parent
							
								
									185deb40f5
								
							
						
					
					
						commit
						6e6f17eca9
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		|  | @ -44,7 +44,6 @@ report_macros = ViewPageTemplateFile('report.pt') | ||||||
| class TrackingStats(BaseView): | class TrackingStats(BaseView): | ||||||
| 
 | 
 | ||||||
|     template = report_macros |     template = report_macros | ||||||
|     title = _(u'Tracking Statistics') |  | ||||||
| 
 | 
 | ||||||
|     @Lazy |     @Lazy | ||||||
|     def macro(self): |     def macro(self): | ||||||
|  | @ -130,8 +129,6 @@ class TrackingStats(BaseView): | ||||||
| 
 | 
 | ||||||
| class RecentChanges(TrackingStats): | class RecentChanges(TrackingStats): | ||||||
| 
 | 
 | ||||||
|     title = _(u'Recent Changes') |  | ||||||
| 
 |  | ||||||
|     def getData(self): |     def getData(self): | ||||||
|         sizeOption = self.options('size') |         sizeOption = self.options('size') | ||||||
|         size = int(self.request.form.get('size') or |         size = int(self.request.form.get('size') or | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 helmutm
						helmutm