Changeset - 61918fc169df
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 15 years ago 2011-04-10 20:03:23
marcin@python-works.com
fixes #164
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/search/search.html
Show inline comments
 
@@ -54,7 +54,7 @@
 
	                <label for="type">${_('Search in')}</label>
 
	            </div>
 
                <div class="select">
 
                    ${h.select('type',c.cur_type,[('content',_('Source codes')),
 
                    ${h.select('type',c.cur_type,[('content',_('File contents')),
 
                        ##('commit',_('Commit messages')),
 
                        ('path',_('File names')),
 
                        ##('repository',_('Repository names')),
0 comments (0 inline, 0 general)