http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=374 Summary: Members bottom menu - missing circulation & aligned wrong Product: Koha Version: 1.9.2 Platform: PC OS/Version: All Status: NEW Severity: minor Priority: P2 Component: Members AssignedTo: paul.poulain@free.fr ReportedBy: Ilacis@chillco.com QAContact: koha-devel@lists.sourceforge.net /cgi-bin/koha/members-home.pl This appears to be throughoutthe membership module. Now with the new menu bar the top of the page it maybe redundent to have this bottom one. I am aware that MARC and About are missing from the bottom and the top bar says Parameters while the bottom says System Paratmeters so I would vote for elimiated these bottom bars entirely. But .... here in Members unlike the other modules Circulation is also missing and it is not centered. This is the members code: <FONT SIZE=2 face="arial, helvetica"> <A HREF="/cgi-bin/koha/mainpage.pl">Home</a> || <A HREF="/cgi-bin/koha/loadmodules.pl? module=search&type=intranet">Catalogue</a> || <A HREF="/cgi-bin/koha/members-home.pl">Members</a> || <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> || <A HREF="/cgi-bin/koha/reports-home.pl">Reports</a> || <A HREF="/cgi-bin/koha/admin-home.pl">System Parameters</a> || <A HREF="/help/">Help</a> </FONT> <CENTER> This is the correct code used for the other modules: <CENTER> <FONT SIZE=2 face="arial, helvetica"> <A HREF="/cgi-bin/koha/mainpage.pl">Home</a> || <A HREF="/cgi-bin/koha/circ/circulation.pl">Circulation</a> || <A HREF="/cgi-bin/koha/loadmodules.pl? module=search&type=intranet">Catalogue</a> || <A HREF="/cgi-bin/koha/members-home.pl">Members</a> || <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> || <A HREF="/cgi-bin/koha/reports-home.pl">Reports</a> || <A HREF="/cgi-bin/koha/admin-home.pl">System Parameters</a> || <A HREF="/help/">Help</a> </FONT> </CENTER> ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.