Newer
Older
<!-- boss-module: ajax - boss-false -->

Gregor Gawol
committed
<div>
<?php if ($this->homeLibrary): ?>
<?=$this->translate('boss_default')?>
<?php else: ?>
<?php if ($this->isISXNZBD): ?>
<?php if (!$this->isISIL && !$this->isAddNetwork): ?>

Gregor Gawol
committed
<?=$this->translate('boss_false')?>
<?php endif; ?>
<?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 endif; ?>
<?php else: ?>
<?=$this->translate('boss_noISXNZBD')?>
<?php endif; ?>
<?php endif; ?>
</div>
<!-- boss-module: ajax - boss-false - END -->