Skip to content
Snippets Groups Projects
Commit b3bea56e authored by Jean-Pascal Kanter's avatar Jean-Pascal Kanter :speech_balloon: Committed by Robert Lange
Browse files

refs #21487 [fid] tweaking of getit-box, notices rules work 100% of time they work

parent 471ccc12
No related merge requests found
...@@ -29,7 +29,7 @@ $user = $account->isLoggedIn(); ...@@ -29,7 +29,7 @@ $user = $account->isLoggedIn();
<?php <?php
$url = '<a href="' . $this->url('myresearch-account') . '?auth_method=' . $account->getAuthMethod() . '" target="_blank" data-lightbox>' . $this->transEsc('getit_text_3_2') . '</a>'; $url = '<a href="' . $this->url('myresearch-account') . '?auth_method=' . $account->getAuthMethod() . '" target="_blank" data-lightbox>' . $this->transEsc('getit_text_3_2') . '</a>';
?> ?>
<?=sprintf($this->translate('getit_text_10'), $url)?> <?=sprintf($this->translate('getit_text_info_req_reg'), $url)?>
<?php $script = <<<JS <?php $script = <<<JS
$(document).ready(function() { $(document).ready(function() {
// Use to register new lightbox window pda form // Use to register new lightbox window pda form
......
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