Skip to content
Snippets Groups Projects
Commit 3257da64 authored by Robert Lange's avatar Robert Lange Committed by Dorian Merz
Browse files

refs #18272 [fid] minimize delta to finc

parent c4531930
Branches
Tags
No related merge requests found
......@@ -2,21 +2,21 @@
;##################### DO NOT DELETE THIS HEADER ####################
;################### Leipzig University Library © 2015 ##############
;
; This is the ISIL-instance-specific default INI-file and inherits
; This is the default ALPHA-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 = ../../../local/config/vufind/export.ini
relative_path = ../../../config/vufind/config.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 = "EndNote"
;override_full_sections = "Languages,AlphaBrowse_Types"
;
; Add instance-specific customization after this header.
; Add ALPHA-specific customization after this header.
;
;##################### DO NOT DELETE THIS HEADER ####################
;####################################################################
......
<?php if (isset($locations)): ?>
<input type="hidden" name="listID" value="<?=$this->escapeHtmlAttr($locations->id)?>" />
<input type="hidden" name="listName" value="<?=$this->escapeHtmlAttr($locations->title)?>" />
<?php if (isset($list)): ?>
<input type="hidden" name="listID" value="<?=$this->escapeHtmlAttr($list->id)?>" />
<input type="hidden" name="listName" value="<?=$this->escapeHtmlAttr($list->title)?>" />
<?php endif; ?>
<?php $user = $this->auth()->isLoggedIn(); ?>
<div class="bulkActionButtons">
......
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