From 3f11c76797662861e694051235c76761ec559c13 Mon Sep 17 00:00:00 2001 From: Gregor Gawol <gawol@ub.uni-leipzig.de> Date: Thu, 21 Nov 2019 16:15:07 +0100 Subject: [PATCH] refs #16355 * remove message more information --- res/theme/templates/ajax/boss-false.phtml | 6 ++---- res/theme/templates/ajax/boss-true.phtml | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/res/theme/templates/ajax/boss-false.phtml b/res/theme/templates/ajax/boss-false.phtml index ed7234b..4e7e702 100644 --- a/res/theme/templates/ajax/boss-false.phtml +++ b/res/theme/templates/ajax/boss-false.phtml @@ -1,4 +1,4 @@ -<!-- boss-module: ajax - boss --> +<!-- boss-module: ajax - boss-false --> <div> <?php if ($this->homeLibrary): ?> <?=$this->translate('boss_default')?> @@ -10,12 +10,10 @@ <?php if ($this->isAddNetwork): ?> <a href="<?=$this->url?>" target="_blank"><?=$this->translate('boss_holding')?></a><br/> <a href="<?=$this->url('content-page', ['page' => 'networknotice'])?>" data-lightbox><?=$this->translate('boss_note')?></a> - <?php else: ?> - <br/><a href="<?=$this->url?>" target="_blank"><?=$this->translate('More Information')?></a> <?php endif; ?> <?php else: ?> <?=$this->translate('boss_noISXNZBD')?> <?php endif; ?> <?php endif; ?> </div> -<!-- boss-module: ajax - boss - END --> \ No newline at end of file +<!-- boss-module: ajax - boss-false - END --> \ No newline at end of file diff --git a/res/theme/templates/ajax/boss-true.phtml b/res/theme/templates/ajax/boss-true.phtml index 2ac447b..e1e63a3 100644 --- a/res/theme/templates/ajax/boss-true.phtml +++ b/res/theme/templates/ajax/boss-true.phtml @@ -1,4 +1,4 @@ -<!-- boss-module: ajax - boss --> +<!-- boss-module: ajax - boss-true --> <div> <?php if ($this->homeLibrary): ?> <?=$this->translate('boss_default')?> @@ -17,4 +17,4 @@ <?php endif; ?> <?php endif; ?> </div> -<!-- boss-module: ajax - boss - END --> \ No newline at end of file +<!-- boss-module: ajax - boss-true - END --> \ No newline at end of file -- GitLab