Files
server/usr/share/psa-horde/templates/sidebar/sidebar.html.php
2026-01-07 20:52:11 +01:00

27 lines
823 B
PHP

</div>
</div>
<div id="horde-sidebar" style="width:<?php echo $this->width ?>px">
<?php if ($this->newLink): ?>
<div class="horde-new">
<?php if ($this->newExtra): ?>
<div class="horde-new-extra"><?php echo $this->newExtra ?>&nbsp;</a></div>
<div class="horde-new-split"></div>
<?php endif ?>
<span class="horde-new-link"><?php echo $this->newLink ?><?php echo $this->newText ?></a></span>
</div>
<?php endif ?>
<?php if ($this->containers): ?>
<?php echo $this->renderPartial('container', array('collection' => $this->containers)) ?>
<?php elseif (strlen($this->content)): ?>
<?php echo $this->content ?>
<?php endif ?>
</div>
<div id="horde-slideleft" class="horde-splitbar-vert" style="<?php echo $this->left ?>px">
<div id="horde-slideleftcursor" class="horde-splitbar-vert-handle"></div>
</div>