eba4eeb189
- adding links in members menu improvements from SAN Ouest Provence : * introducing a category_type into categories. It can be A (adult), C (children), P (Professionnal), I (institution/organisation). * each category_type has it's own forms to create members. * the borrowers table has been heavily modified (many fields changed), to get something more logic & readable * reintroducing guarantor/guanrantee system that is now independant from hardcoded C/A for categories * updating templates to fit template rules (see mail feb, 17 on koha-devel "new features for borrowers" for more details)
18 lines
No EOL
891 B
HTML
18 lines
No EOL
891 B
HTML
<script language="JavaScript" type="text/javascript">
|
|
function Help() {
|
|
newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
|
|
}
|
|
</script>
|
|
<p>
|
|
<a href="/cgi-bin/koha/mainpage.pl">Koha</a>
|
|
<a href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
|
|
<a href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
|
|
<a href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
|
|
<a href="/cgi-bin/koha/members/members-home.pl">Members</a>
|
|
<a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>
|
|
<a href="/cgi-bin/koha/reports-home.pl">Reports</a>
|
|
<a href="/cgi-bin/koha/admin/admin-home.pl">Parameters</a>
|
|
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
|
|
<a href="/cgi-bin/koha/about.pl">About</a>
|
|
<a href="/cgi-bin/koha/help.pl" onclick="Help(); return false;">Help</a>
|
|
</p> |