Hi
Dne Wed, 7 Apr 2010 10:47:47 +0200 Piotr Przybylski piotr.prz@gmail.com napsal(a):
Then, we will have a link at the bottom or an icon in the tab panel. Clicking on it will show user preferences used on current page, with links leading to preferences page where clicked setting would be highlighted.
I think that preferences window which will be different on each page would be quite confusing.
I think the best way to implement this is to pass all reads from the $cfg array (or at least all reads for user customizable settings) through some function, then in the footer all read keys can be easily accessed.
Config class already does this, but not all code is yet migrated to it.