koniu / recoll-webui

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

hide web interface options #58

Closed rafaelrdealmeida closed 6 years ago

rafaelrdealmeida commented 6 years ago

Hello, I'm using recollWebUI and would like to know how to lock or hide the "settings" and "Dates" button of the web interface. I'm starting programming.

best regards!

koniu commented 6 years ago

LIke with many other UI modifications you need to edit the relevant template. In this case you want to delete views/search.tpl:12 and views/search.tpl:27-28. You can also <!-- comment --> them out.

rafaelrdealmeida commented 6 years ago

thank you! It worked right here!