koniu / recoll-webui

web interface for recoll desktop search
266 stars 55 forks source link

Option to disable Settings #34

Closed Holzhaus closed 7 years ago

Holzhaus commented 10 years ago

To be able to serve a full-text searchable PDF download server, It would nice to have a config file where I can disable the settings page.

koniu commented 7 years ago

You can easily hide it by deleting: <a href="settings" tabindex="-1"><input type="button" value="Settings"></a> from views/search.tpl

To completely purge this function you need to delete the section starting with #{{{ settings/set from webui.py