http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8261
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #5 from Jonathan Druart <[email protected]> --- Maybe I have make a mistake but apparently there are 2 pages for manage syspref: admin/systempreferences.pl and admin/preferences.pl. This last one is used. And the corresponding tt files. Let me know if I forgot something, but I am under the impression we can remove the following files: admin/systempreferences.pl koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt koha-tmpl/intranet-tmpl/prog/en/includes/sysprefs-admin-search.inc And we just replace the l.11 koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc [% IF ( local_use ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/admin/systempreferences.pl">Local use</a></li> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
