userlist()->getMode() !== 'disabled'): ?>
-
@@ -266,7 +271,7 @@
record($this->driver)->getQRCode("results")): ?>
-
+ jsTranslations()->addStrings(array('qrcode_hide' => 'qrcode_hide', 'qrcode_show' => 'qrcode_show'));
?>
@@ -292,7 +297,7 @@
=$thumbnail ?>
-
+
diff --git a/templates/RecordTab/holdingsils.phtml b/templates/RecordTab/holdingsils.phtml
index e184f24..8efc60e 100755
--- a/templates/RecordTab/holdingsils.phtml
+++ b/templates/RecordTab/holdingsils.phtml
@@ -113,17 +113,17 @@
loginEnabled() && $offlineMode != 'ils-offline'): ?>
cat_username): ?>
- =$this->translate("hold_profile_html", ['%%url%%' => $this->recordLink()->getTabUrl($this->driver, 'Holdings') . '?catalogLogin=true'])?>
+ =$this->translate("hold_profile_html", ['%%url%%' => $this->recordLinker($this->results)->getTabUrl($this->driver, 'Holdings') . '?catalogLogin=true'])?>
driver->tryMethod('getRealTimeTitleHold'); if (!empty($holdingTitleHold)): ?>
-
=$this->transEsc('title_hold_place')?>
+
=$this->transEsc('title_hold_place')?>
=$this->transEsc("Internet")?>
@@ -206,13 +206,13 @@
=$this->transEsc("Available")?>
-
data-lightbox href="=$this->recordLink()->getRequestUrl($row['link'])?>"> =$this->transEsc($check ? "Check Hold" : "Place a Hold")?>
+
data-lightbox href="=$this->recordLinker($this->results)->getRequestUrl($row['link'])?>"> =$this->transEsc($check ? "Check Hold" : "Place a Hold")?>
-
=$this->transEsc($checkStorageRetrievalRequest ? "storage_retrieval_request_check_text" : "storage_retrieval_request_place_text")?>
+
=$this->transEsc($checkStorageRetrievalRequest ? "storage_retrieval_request_check_text" : "storage_retrieval_request_place_text")?>
-
=$this->transEsc($checkILLRequest ? "ill_request_check_text" : "ill_request_place_text")?>
+
=$this->transEsc($checkILLRequest ? "ill_request_check_text" : "ill_request_place_text")?>
@@ -232,7 +232,7 @@
-
data-lightbox href="=$this->recordLink()->getRequestUrl($row['link'])?>"> =$this->transEsc($check ? "Check Recall" : "Recall This")?>
+
data-lightbox href="=$this->recordLinker($this->results)->getRequestUrl($row['link'])?>"> =$this->transEsc($check ? "Check Recall" : "Recall This")?>
diff --git a/templates/RecordTab/holdingsils.phtmlwq b/templates/RecordTab/holdingsils.phtmlwq
index 9197160..64c6abe 100755
--- a/templates/RecordTab/holdingsils.phtmlwq
+++ b/templates/RecordTab/holdingsils.phtmlwq
@@ -109,17 +109,17 @@
loginEnabled() && $offlineMode != 'ils-offline'): ?>
cat_username): ?>
- =$this->translate("hold_profile_html", ['%%url%%' => $this->recordLink()->getTabUrl($this->driver, 'Holdings') . '?catalogLogin=true'])?>
+ =$this->translate("hold_profile_html", ['%%url%%' => $this->recordLinker($this->results)->getTabUrl($this->driver, 'Holdings') . '?catalogLogin=true'])?>
driver->tryMethod('getRealTimeTitleHold'); if (!empty($holdingTitleHold)): ?>
-
=$this->transEsc('title_hold_place')?>
+
=$this->transEsc('title_hold_place')?>
=$this->transEsc("Internet")?>
@@ -207,13 +207,13 @@
=$this->transEsc("Available")?>
-
data-lightbox href="=$this->recordLink()->getRequestUrl($row['link'])?>"> =$this->transEsc($check ? "Check Hold" : "Place a Hold")?>
+
data-lightbox href="=$this->recordLinker($this->results)->getRequestUrl($row['link'])?>"> =$this->transEsc($check ? "Check Hold" : "Place a Hold")?>
-
=$this->transEsc($checkStorageRetrievalRequest ? "storage_retrieval_request_check_text" : "storage_retrieval_request_place_text")?>
+
=$this->transEsc($checkStorageRetrievalRequest ? "storage_retrieval_request_check_text" : "storage_retrieval_request_place_text")?>
-
=$this->transEsc($checkILLRequest ? "ill_request_check_text" : "ill_request_place_text")?>
+
=$this->transEsc($checkILLRequest ? "ill_request_check_text" : "ill_request_place_text")?>
@@ -232,7 +232,7 @@
-
data-lightbox href="=$this->recordLink()->getRequestUrl($row['link'])?>"> =$this->transEsc($check ? "Check Recall" : "Recall This")?>
+
data-lightbox href="=$this->recordLinker($this->results)->getRequestUrl($row['link'])?>"> =$this->transEsc($check ? "Check Recall" : "Recall This")?>
diff --git a/templates/authority/record.phtml b/templates/authority/record.phtml
index cc73921..ae2cf05 100644
--- a/templates/authority/record.phtml
+++ b/templates/authority/record.phtml
@@ -50,11 +50,11 @@
scrollData['previousRecord']): ?>
scrollData['firstRecord']): ?>
- « =$this->transEsc('First')?>
+ « =$this->transEsc('First')?>
- « =$this->transEsc('Prev')?>
+ « =$this->transEsc('Prev')?>
scrollData['firstRecord']): ?>
@@ -68,11 +68,11 @@
]) ?>
scrollData['nextRecord']): ?>
- =$this->transEsc('Next')?> »
+ =$this->transEsc('Next')?> »
scrollData['lastRecord']): ?>
- =$this->transEsc('Last')?> »
+ =$this->transEsc('Last')?> »
diff --git a/templates/cart/contents.phtml b/templates/cart/contents.phtml
index f47e97c..2112205 100755
--- a/templates/cart/contents.phtml
+++ b/templates/cart/contents.phtml
@@ -6,7 +6,7 @@
diff --git a/templates/myresearch/checkedout.phtml b/templates/myresearch/checkedout.phtml
index 37f8ad0..ff20f5d 100644
--- a/templates/myresearch/checkedout.phtml
+++ b/templates/myresearch/checkedout.phtml
@@ -83,7 +83,7 @@
- $coverDetails = $this->record($resource)->getCoverDetails('checkedout', 'small', $this->recordLink()->getUrl($resource));
+ $coverDetails = $this->record($resource)->getCoverDetails('checkedout', 'small', $this->recordLinker($this->results)->getUrl($resource));
$cover = $coverDetails['html'];
$thumbnail = false;
$thumbnailAlignment = $this->record($resource)->getThumbnailAlignment('account');
@@ -105,7 +105,7 @@
if (is_a($resource, 'VuFind\\RecordDriver\\SolrDefault') && !is_a($resource, 'VuFind\\RecordDriver\\Missing')) {
$title = $resource->getTitle();
$title = empty($title) ? $this->transEsc('Title not available') : $this->escapeHtml($title);
- echo '
recordLinker($this->results)->getUrl($resource) .
'" class="title">' . $title . '';
} else if (isset($ilsDetails['title']) && !empty($ilsDetails['title'])){
// If the record is not available in Solr, perhaps the ILS driver sent us a title we can show...
@@ -148,7 +148,7 @@
-
+
0) : ?>
=$this->transEsc('Renewed')?>: =$this->transEsc($ilsDetails['renew'])?>
(=$this->transEsc('Last renewal')?>: =$this->transEsc($ilsDetails['lastreneweddate'])?>)
diff --git a/templates/record/email.phtml b/templates/record/email.phtml
index e6f5927..d3debc5 100755
--- a/templates/record/email.phtml
+++ b/templates/record/email.phtml
@@ -4,11 +4,11 @@
// Set up breadcrumbs:
$this->layout()->breadcrumbs = '
' . $this->searchMemory()->getLastSearchLink($this->transEsc('Search'), '', ' ')
- . '
' . $this->recordLink()->getBreadcrumb($this->driver) . ' '
+ . '
' . $this->recordLinker($this->results)->getBreadcrumb($this->driver) . ' '
. '
' . $this->transEsc('Email Record') . '';
?>
=$this->transEsc('Email Record') ?>: =$this->escapeHtml($this->driver->getBreadcrumb())?>
-