From ad302233c1087628f1b6e88a3847a2118b591f14 Mon Sep 17 00:00:00 2001 From: Chris Cormack <chrisc@catalyst.net.nz> Date: Wed, 9 Feb 2011 13:55:08 +1300 Subject: [PATCH] Bug 3495 : Providing a link to the fast add screen in circulation for an item that isn't found Squashed commit of the following: commit bf7fb7971d2d6ea6b3ea09bda571bdc3399efb35 Author: Chris Cormack <chrisc@catalyst.net.nz> Date: Wed Feb 9 13:53:38 2011 +1300 Bug 3495 : Wrapping link to the fast cataloguing page with syspref and permissions commit ae7e2c278e10efea94e19b75446d7fed25272de2 Author: Paul Poulain <paul.poulain@biblibre.com> Date: Wed Dec 15 20:50:45 2010 +0100 Bug 3495 : Add link to Fast cataloguing in case the scanned barcode don't exist in circulation Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> --- .../prog/en/modules/circ/circulation.tmpl | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl index 2bdfc50..df78c54 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl @@ -301,6 +301,11 @@ function refocus(calendar) { <!-- TMPL_IF NAME="UNKNOWN_BARCODE" --> <li>The barcode was not found <!-- TMPL_VAR NAME="barcode" --></li> + <!-- TMPL_IF NAME="fast_cataloging" --> + <!-- TMPL_IF NAME="CAN_user_editcatalogue_fast_cataloging" --> + <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=FA">Fast cataloging</a></li> + <!-- /TMPL_IF --> + <!-- /TMPL_IF --> <!-- /TMPL_IF --> <!-- TMPL_IF NAME="NOT_FOR_LOAN" --> -- 1.7.1