Skip to content
Snippets Groups Projects
boss-false.phtml 818 B
Newer Older
<!-- boss-module: ajax - boss-false -->
<div>
    <?php if ($this->homeLibrary): ?>
        <?=$this->translate('boss_default')?>
    <?php else: ?>
        <?php if ($this->isISXNZBD): ?>
            <?php if (!$this->isISIL && !$this->isAddNetwork): ?>
                <?=$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 -->