diff rhodecode/templates/base/root.html @ 2428:530bd12fc18a beta

removed JSON array envelope from filter files function - switched to translation map for labels in file filter
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 08 Jun 2012 22:26:39 +0200
parents 6bef2a9f73e2
children d2a528b60e50
line wrap: on
line diff
--- a/rhodecode/templates/base/root.html	Fri Jun 08 21:54:50 2012 +0200
+++ b/rhodecode/templates/base/root.html	Fri Jun 08 22:26:39 2012 +0200
@@ -43,7 +43,9 @@
                 'Stop following this repository':"${_('Stop following this repository')}",
                 'Start following this repository':"${_('Start following this repository')}",
                 'Group':"${_('Group')}",
-                'members':"${_('members')}"
+                'members':"${_('members')}",
+                'search truncated': "${_('search truncated')}",
+                'no matching files': "${_('no matching files')}"                
 
             };
             var _TM = TRANSLATION_MAP;