Files
@ a1b80a0a3e15
Branch filter:
Location: kallithea/rhodecode/templates/admin/settings/settings_search.html - annotation
a1b80a0a3e15
892 B
text/html
rhodecode.js: update array.indexOf for backward compatibility
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/indexOf#Polyfill
under MIT license / public domain
https://developer.mozilla.org/en-US/docs/MDN/About#Copyrights_and_licenses
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/indexOf#Polyfill
under MIT license / public domain
https://developer.mozilla.org/en-US/docs/MDN/About#Copyrights_and_licenses
ffd45b185016 ffd45b185016 ffd45b185016 ffd45b185016 ffd45b185016 ffd45b185016 ffd45b185016 ffd45b185016 ffd45b185016 ffd45b185016 ffd45b185016 ffd45b185016 ffd45b185016 ffd45b185016 ffd45b185016 ffd45b185016 ffd45b185016 ffd45b185016 ffd45b185016 ffd45b185016 ffd45b185016 ffd45b185016 ffd45b185016 ffd45b185016 ffd45b185016 | ${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()}
|