A long time ago the System Preferences page had a search form: <form action=/cgi-bin/koha/admin/systempreferences.pl method=post> <input type=text name=searchfield value=""> <input type=reset name=reset value="clr"> </form> I'm assuming it worked at some point, but at some point it stopped, and now the form isn't in the template anymore. Is the search handling stuff still in the script? Can someone take a look at see if it can be revivied? Thanks, Owen
Owen Leonard a écrit :
A long time ago the System Preferences page had a search form:
<form action=/cgi-bin/koha/admin/systempreferences.pl method=post> <input type=text name=searchfield value=""> <input type=reset name=reset value="clr"> </form>
I'm assuming it worked at some point, but at some point it stopped, and now the form isn't in the template anymore. Is the search handling stuff still in the script? Can someone take a look at see if it can be revivied?
it has been removed (by me iirc) & replaced by the "tab" system. I think it's much more clear, because you don't have to know the name of the systempref to find it. You just have to know what it is about, and click So I think the right way is to remove all references to this search form. -- Paul POULAIN et Henri Damien LAURENT Consultants indépendants en logiciels libres et bibliothéconomie (http://www.koha-fr.org) Tel : 04 91 31 45 19
A long time ago the System Preferences page had a search form:
it has been removed (by me iirc) & replaced by the "tab" system. I think it's much more clear, because you don't have to know the name of the systempref to find it.
I'd like to bring it back! The tab system works well if you don't know what you're looking for. It doesn't work so well when you know what you're looking for and don't remember what tab it's under. The combination of both navigation choices would offer strategies to both new and experienced users. How hard would it be to resurrect it? -- Owen
participants (2)
-
Owen Leonard -
Paul POULAIN