Koha/koha-tmpl/intranet-tmpl/prog/en/includes/menus.inc
tipaul eba4eeb189 - adding some css properties (minor)
- 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)
2006-04-14 09:36:51 +00:00

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&amp;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>