source: extensions/rv_autocomplete/admin/config.tpl @ 22214

Last change on this file since 22214 was 22214, checked in by rvelices, 11 years ago
File size: 1.0 KB
Line 
1<div class="titrePage">
2  <h2>RV Autocomplete {$TABSHEET_TITLE}</h2>
3</div>
4
5<div>
6<form method="post">
7<fieldset>
8If you change album/tag names or permalink you might want to <input type="submit" name="invalidateAc" value="Invalidate auto completion index cache">. (Auto completions are automatically invalidated on uploads, permission changes ...).
9</fieldset>
10</form>
11
12<!-- <form method="post">
13<fieldset>
14<label>Ideal number of suggestions <input type="text" size="2" name="" value="5" readonly></label>
15<br>
16<label>Maximum number of suggestions <input type="text" size="2" name="" value="10" readonly></label>
17<br>
18
19<label>Look for matches in other languages if the number of matches in main language is less than <input type="text" size="2" name="" value="2" readonly></label>
20<br>
21
22<label>Stop accumulating matches after <input type="text" size="2" name="" value="100" readonly> positive matches</label>
23<br>
24
25<p>
26<input type="submit" name="submit" value="{'Submit'|@translate}" disabled>
27</p>
28</fieldset>
29
30</form>-->
31
32</div>
Note: See TracBrowser for help on using the repository browser.