Skip to content
Snippets Groups Projects
Commit a311ab9b authored by Sebastian Kehr's avatar Sebastian Kehr :rowboat_tone2:
Browse files

refs #16948 [fid_bbi] render fidis status in fixed page footer

parent e6fba4b8
No related merge requests found
[Parent_Config]
relative_path=../../../config/vufind/fid.ini
[Client]
baseUrlOverrideAllowed = true
\ No newline at end of file
......@@ -566,3 +566,14 @@ button.search-filter-toggle {
float: right;
}
// fidis backend url
.fidis-status {
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 10000;
text-align: center;
background: rgba(#000, 0.6);
color: #fff;
}
\ No newline at end of file
......@@ -51,4 +51,7 @@
</div>
</div>
</footer>
<?php if ($this->fidisStatus): ?>
<div class="fidis-status"><?=$this->fidisStatus?></div>
<?php endif; ?>
<!-- finc: Footer - END -->
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