@@ -45,25 +45,25 @@
<div class="button highlight">
<input type="submit" value="${_('Search')}" class="ui-button"/>
</div>
<div style="font-weight: bold;clear:Both;margin-left:200px">${c.runtime}</div>
<div class="field">
<div class="label">
<label for="type">${_('Search in')}</label>
<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')),
])}
${h.end_form()}
%if c.cur_search == 'content':
Status change: