[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/help/admin itemt
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/help/admin itemtypes.tmpl,NONE,1.1 |
Date: |
Thu, 03 Jun 2004 03:20:54 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/help/admin
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28332/koha-tmpl/intranet-tmpl/default/en/help/admin
Added Files:
itemtypes.tmpl
Log Message:
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...
--- NEW FILE ---
<!-- TMPL_INCLUDE NAME="help-top.inc" -->
<h1>Item types</h1>
<p>You can define as many itemtypes as you want.</p>
<p>Item types are useful for many things :</p>
<ul>
<li>Borrowers can search on itemtypes</li>
<li>Issuing rules are set for item types (and for borrower
types / branches)</li>
</ul>
<!-- TMPL_INCLUDE name="help-bottom.inc" -->
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/help/admin itemtypes.tmpl,NONE,1.1,
Paul POULAIN <=