[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/includes m...
From: |
Joshua Ferraro |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/includes m... |
Date: |
Tue, 03 Jul 2007 18:36:15 +0000 |
CVSROOT: /sources/koha
Module name: koha
Changes by: Joshua Ferraro <kados> 07/07/03 18:36:15
Modified files:
koha-tmpl/intranet-tmpl/prog/en/includes: menu-circ.inc
Log message:
reserves => holds, some language cleanup
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/includes/menu-circ.inc?cvsroot=koha&r1=1.12&r2=1.13
Patches:
Index: menu-circ.inc
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/includes/menu-circ.inc,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- menu-circ.inc 3 Jul 2007 18:33:35 -0000 1.12
+++ menu-circ.inc 3 Jul 2007 18:36:14 -0000 1.13
@@ -1,7 +1,7 @@
<div id="submenu">
<a href="/cgi-bin/koha/circ/selectbranchprinter.pl">Set library</a>
- <a href="/cgi-bin/koha/circ/pendingreserves.pl" title="reserves waiting to
have an item affected">Pending reserves</a>
- <a href="/cgi-bin/koha/circ/waitingreserves.pl" title="reserves waiting
for member pickup">Waiting reserves</a>
+ <a href="/cgi-bin/koha/circ/pendingreserves.pl" title="holds to retrieve
off the shelf">Holds to pull</a>
+ <a href="/cgi-bin/koha/circ/waitingreserves.pl" title="holds waiting for
patron pickup">Holds awaiting pickup</a>
<a href="/cgi-bin/koha/circ/transferstodo.pl" title="transfers to do from
your library">Transfers to do</a>
<a href="/cgi-bin/koha/circ/transferstoreceive.pl" title="transfers to
receive at your library">Transfers to receive</a>
<a href="/cgi-bin/koha/circ/overdue.pl">Overdues</a>