From 1cf706d762b93d8f50514f92d34347f690862f66 Mon Sep 17 00:00:00 2001 From: Alexander Purr <purr@ub.uni-leipzig.de> Date: Fri, 8 Nov 2019 17:38:44 +0100 Subject: [PATCH] refs #16372 [fid_adlr] new routes for pda, subito article and subito partial copy form actions --- themes/fid_adlr/templates/RecordTab/acquisitionpda.phtml | 2 +- themes/fid_adlr/templates/RecordTab/holdingsils.phtml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/fid_adlr/templates/RecordTab/acquisitionpda.phtml b/themes/fid_adlr/templates/RecordTab/acquisitionpda.phtml index a48a021c213..4efeb74387c 100644 --- a/themes/fid_adlr/templates/RecordTab/acquisitionpda.phtml +++ b/themes/fid_adlr/templates/RecordTab/acquisitionpda.phtml @@ -40,7 +40,7 @@ $this->headTitle($this->driver->getBreadcrumb()); <?=($offlineMode == "ils-offline") ? $this->render('Helpers/ils-offline.phtml', ['offlineModeMsg' => 'ils_offline_holdings_message']) : ''?> <?php if ($user): ?> - <a class="btn btn-primary pda-button <?=$controllerClass?> full-order" data-lightbox href="<?=$this->url('record-pda', array('id' => $id))?>" rel="nofollow"> + <a class="btn btn-primary pda-button <?=$controllerClass?> full-order" data-lightbox href="<?=$this->url('record-fidpda', array('id' => $id))?>" rel="nofollow"> <?=$this->transEsc('getit_order')?> </a> <?php endif; ?> diff --git a/themes/fid_adlr/templates/RecordTab/holdingsils.phtml b/themes/fid_adlr/templates/RecordTab/holdingsils.phtml index 1505dcce522..de01412e83a 100644 --- a/themes/fid_adlr/templates/RecordTab/holdingsils.phtml +++ b/themes/fid_adlr/templates/RecordTab/holdingsils.phtml @@ -44,13 +44,13 @@ <div class="openUrlButton"></div> <?php endif; ?> <?php if ($getit->showOrderButton() && $user): ?> - <a class="btn btn-primary pda-button full-order" data-lightbox href="<?=$this->url('record-pda', array('id' => $id))?>" rel="nofollow"> + <a class="btn btn-primary pda-button full-order" data-lightbox href="<?=$this->url('record-fidsubitoarticle', array('id' => $id))?>" rel="nofollow"> <?=$this->transEsc('getit_order')?> </a> <?php endif; ?> <?php if ($getit->showPartCopyButton() && $user): ?> - <a class="btn btn-primary pda-button part-order" data-lightbox href="<?=$this->url('record-pda', array('id' => $id))?>" rel="nofollow"> + <a class="btn btn-primary pda-button part-order" data-lightbox href="<?=$this->url('record-fidsubitopartialcopy', array('id' => $id))?>" rel="nofollow"> <?=$this->transEsc('getit_partcopy')?> </a><br /> <div class="pda-part-text"> -- GitLab