new feature : online HELP
authortipaul <tipaul>
Thu, 3 Jun 2004 10:20:52 +0000 (10:20 +0000)
committertipaul <tipaul>
Thu, 3 Jun 2004 10:20:52 +0000 (10:20 +0000)
commitb9472e7d3cc353ea74d7aa62dc63473dd94228b3
tree3991baec68d121bf2b4621ccf039bc3a503147d6
parent97cb9e3ed2624037227cc04b08335701989798bb
new feature : online HELP
On each template, a "HELP" link has been added.
it opens a popup, filled with an help template.
the help template is in the help/ directory.
The help.pl files builds the online help using the name of the caller page (referer).

If the user clic on "help" when on page "admin/itemtypes.pl", the "help/admin/itemtypes.tmpl" is opened.
If the "help/admin/itemtypes.tmpl" does not exists, a default "sorry, no help on this topic" page is shown.

Works fine, but now, the big work has to be done : create the online help pages...
help.pl [new file with mode: 0755]
koha-tmpl/intranet-tmpl/default/en/help/admin/itemtypes.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/default/en/help/nohelp.tmpl [new file with mode: 0644]