Skip to content
Snippets Groups Projects
Commit 3f11c767 authored by Gregor Gawol's avatar Gregor Gawol
Browse files

refs #16355 * remove message more information

parent c0f6a99f
Branches issue/26470
Tags
No related merge requests found
Pipeline #4415 passed with stage
in 13 seconds
<!-- boss-module: ajax - boss --> <!-- boss-module: ajax - boss-false -->
<div> <div>
<?php if ($this->homeLibrary): ?> <?php if ($this->homeLibrary): ?>
<?=$this->translate('boss_default')?> <?=$this->translate('boss_default')?>
...@@ -10,12 +10,10 @@ ...@@ -10,12 +10,10 @@
<?php if ($this->isAddNetwork): ?> <?php if ($this->isAddNetwork): ?>
<a href="<?=$this->url?>" target="_blank"><?=$this->translate('boss_holding')?></a><br/> <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> <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 endif; ?>
<?php else: ?> <?php else: ?>
<?=$this->translate('boss_noISXNZBD')?> <?=$this->translate('boss_noISXNZBD')?>
<?php endif; ?> <?php endif; ?>
<?php endif; ?> <?php endif; ?>
</div> </div>
<!-- boss-module: ajax - boss - END --> <!-- boss-module: ajax - boss-false - END -->
\ No newline at end of file \ No newline at end of file
<!-- boss-module: ajax - boss --> <!-- boss-module: ajax - boss-true -->
<div> <div>
<?php if ($this->homeLibrary): ?> <?php if ($this->homeLibrary): ?>
<?=$this->translate('boss_default')?> <?=$this->translate('boss_default')?>
...@@ -17,4 +17,4 @@ ...@@ -17,4 +17,4 @@
<?php endif; ?> <?php endif; ?>
<?php endif; ?> <?php endif; ?>
</div> </div>
<!-- boss-module: ajax - boss - END --> <!-- boss-module: ajax - boss-true - END -->
\ No newline at end of file \ No newline at end of file
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