adding manage reviews to tools
Signed-off-by: Chris Cormack <crc@liblime.com> Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
a4a4887a01
commit
d36b48c36c
2 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
<li><a href="/cgi-bin/koha/tools/holidays.pl">Holidays</a></li>
|
||||
<li><a href="/cgi-bin/koha/tools/letter.pl">Notices</a></li>
|
||||
<li><a href="/cgi-bin/koha/tools/overduerules.pl">Notice/status triggers</a></li>
|
||||
<li><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Manage OPAC reviews</a></li>
|
||||
<li><a href="/cgi-bin/koha/tools/viewlog.pl">Log viewer</a></li>
|
||||
<li><a href="/cgi-bin/koha/tools/inventory.pl">Inventory/stocktaking</a></li>
|
||||
<li><a href="/cgi-bin/koha/tools/export.pl">Export bibs/holdings</a></li>
|
||||
|
|
|
@ -22,6 +22,10 @@
|
|||
|
||||
<dt><a href="/cgi-bin/koha/tools/holidays.pl">Holidays</a></dt>
|
||||
<dd>Define holidays (days where the library is closed)</dd>
|
||||
|
||||
<dt><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Reviews</a></dt>
|
||||
<dd>Manage OPAC reviews</dd>
|
||||
|
||||
</dl>
|
||||
</div>
|
||||
<div class="yui-u">
|
||||
|
|
Loading…
Reference in a new issue