##// END OF EJS Templates
First step in two-part process to rename directories to kallithea....
First step in two-part process to rename directories to kallithea. This first step is to change all references in the files where they refer to the old directory name.

File last commit:

r4116:ffd45b18 rhodecode-2.2.5-gpl
r4186:7e5f8c12 kallithea-2.2.5-r...
Show More
settings_search.html
25 lines | 892 B | text/html | HtmlLexer
${h.form(url('admin_settings_search'), method='post')}
<div class="form">
<div class="fields">
<div class="field">
<div class="label label-checkbox">
<label>${_('Index build option')}:</label>
</div>
<div class="checkboxes">
<div class="checkbox">
${h.checkbox('full_index',True)}
<label for="full_index">${_('Build from scratch')}</label>
</div>
<span class="help-block">${_('This option completely reindex all the files within RhodeCode for proper fulltext search capabilities.')}</span>
</div>
</div>
<div class="buttons">
${h.submit('reindex',_('Reindex'),class_="btn")}
</div>
</div>
</div>
${h.end_form()}