Skip to content
Snippets Groups Projects
Commit 1cf706d7 authored by Alexander Purr's avatar Alexander Purr Committed by Dorian Merz
Browse files

refs #16372 [fid_adlr] new routes for pda, subito article and subito partial copy form actions

parent 458ebf5c
No related merge requests found
......@@ -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; ?>
......
......@@ -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">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment