a/views/settings.tpl b/views/settings.tpl
...
...
19
    <hr>
19
    <hr>
20
    <b>Locations</b><br>
20
    <b>Locations</b><br>
21
    %for d in dirs:
21
    %for d in dirs:
22
        <small>{{d}}</small><input name="mount_{{d}}" value={{mounts[d]}}>
22
        <small>{{d}}</small><input name="mount_{{d}}" value={{mounts[d]}}>
23
    %end
23
    %end
24
  <hr>
25
  <b>Add to browser</b>
26
  <br>
27
  <a href="#" onClick="addOpenSearch();return false">Register recoll into browser search engines</a>
24
    <br><br><hr>
28
    <br><br><hr>
25
    <input type="submit" value="Save">
29
    <input type="submit" value="Save">
26
    <a href="./"><input type="button" value="Cancel"></a>
30
    <a href="./"><input type="button" value="Cancel"></a>
27
</form>
31
</form>
28
</div>
32
</div>