diff --git a/local/alpha/config/vufind/config.ini b/local/alpha/config/vufind/config.ini
index addf3822b06c8398a29794c4a5a6caf486292d0b..95cac8f698a50008cd05f538af8ac80de1fb5bbe 100644
--- a/local/alpha/config/vufind/config.ini
+++ b/local/alpha/config/vufind/config.ini
@@ -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 ####################
 ;####################################################################
diff --git a/themes/bootstrap3/templates/myresearch/bulk-action-buttons.phtml b/themes/bootstrap3/templates/myresearch/bulk-action-buttons.phtml
index 5faab89bab08a6b54ab8b691dba047df130846cc..c45b65be814f752315ead128e55978daa25fcac0 100644
--- a/themes/bootstrap3/templates/myresearch/bulk-action-buttons.phtml
+++ b/themes/bootstrap3/templates/myresearch/bulk-action-buttons.phtml
@@ -1,6 +1,6 @@
-<?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">
diff --git a/themes/foundation5/templates/myresearch/bulk-action-buttons.phtml b/themes/foundation5/templates/myresearch/bulk-action-buttons.phtml
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000