Skip to content
Snippets Groups Projects
Commit a2128696 authored by Dorian Merz's avatar Dorian Merz
Browse files

refs #15642 [fid_bbi] admin section

* link to admin section
** adds link in footer
** visible for authorized users

* imports SCSS from fid level
parent 297ad9cf
No related merge requests found
;####################################################################
;##################### DO NOT DELETE THIS HEADER ####################
;################### Leipzig University Library © 2019 ##############
;
; This is the FID-master default INI-file and inherits
; all the settings from the INI-file defined in [Parent_Config] which
; points to the default INI-file located in the folder vufind2/local
;
[Parent_Config]
relative_path = ../../../fid/config/vufind/permissionBehavior.ini
; A comma-separated list of config sections from the parent which should be
; completely overwritten by the equivalent sections in this configuration;
; any sections not listed here will be merged on a section-by-section basis.
;override_full_sections = ""
;
; Add instance-specific customization after this header.
;
;##################### DO NOT DELETE THIS HEADER ####################
;####################################################################
\ No newline at end of file
......@@ -8,7 +8,7 @@
;
[Parent_Config]
relative_path = ../../../local/config/vufind/permissions.ini
relative_path = ../../../fid/config/vufind/permissions.ini
; A comma-separated list of config sections from the parent which should be
; completely overwritten by the equivalent sections in this configuration;
......
@import 'customVariables';
@import 'customMixins';
@import '../../finc/scss/compiled';
@import '../../fid/scss/compiled';
// General
body {
......
......@@ -25,6 +25,12 @@
<?=$this->transEsc('Phone Number')?>: +49 5331 808-321<br/>
<?=$this->transEsc('Email')?>: <a data-lightbox href="<?=$this->url('feedback-home')?>">fid@hab.de</a></p>
</div>
<?php if ($this->permission()->allowDisplay('fid.ReadList')): ?>
<div class="footer-column">
<p><strong><?=$this->transEsc('fid::admin_section')?></strong></p>
<p><a href="<?=$this->url('fid/admin/list')?>"><?=$this->transEsc('fid::permission_read_user_list')?></a></p>
</div>
<?php endif; ?>
</div>
<pre id="searchbox-snippet" class="collapse">
<strong><?=$this->transEsc('embed_searchbox_help',["%%bbi_url%%" => $this->url('home',[],['force_canonical'=>true])])?></strong>
......
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