The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 357463dd authored by Gregor Gawol's avatar Gregor Gawol Committed by Dorian Merz
Browse files

refs #16440 [fid] some post merge changes

* set route to subito order
* button design
parent 40f78148
No related merge requests found
...@@ -7,7 +7,7 @@ $user = $account->isLoggedIn(); ...@@ -7,7 +7,7 @@ $user = $account->isLoggedIn();
$controllerClass = 'controller:SolrMarcFincPDA'; $controllerClass = 'controller:SolrMarcFincPDA';
?> ?>
<?php if (in_array('4', $this->showOrderButton) && $user): ?> <?php if (in_array('4', $this->showOrderButton) && $user): ?>
<a class="btn btn-primary pda-button <?=$controllerClass?>" data-lightbox href="<?=$this->url('record-pda', array('id' => $this->recordId))?>" rel="nofollow"> <a class="btn btn-primary pda-button <?=$controllerClass?> full-order" data-lightbox href="<?=$this->url('record-fidsubitoarticle', array('id' => $this->recordId))?>" rel="nofollow">
<?=$this->transEsc('getit_order')?> <?=$this->transEsc('getit_order')?>
</a> </a>
<? $script = <<<JS <? $script = <<<JS
......
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