Skip to content
Snippets Groups Projects
Commit 85d8b536 authored by André Lahmann's avatar André Lahmann Committed by Robert Lange
Browse files

refs #22483 [finc] implement changes from https://github.com/vufind-org/vufind/pull/2570

parent d4fd2cdd
No related merge requests found
......@@ -10,6 +10,9 @@
?>
<?php if ($offlineMode == "ils-offline"): ?>
<?=$this->render('Helpers/ils-offline.phtml', ['offlineModeMsg' => 'ils_offline_login_message'])?>
<?php elseif (!$this->auth()->getManager()->allowsUserIlsLogin()): ?>
<h3><?=$this->transEsc('Library Catalog Profile')?></h3>
<div class="alert alert-warning"><?=$this->transEsc('ils_connection_failed')?></div>
<?php else: ?>
<?php /* finc uses h2 here */ ?>
<h2><?=$this->transEsc('Library Catalog Profile')?></h2>
......
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