mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-20 21:03:05 +00:00
Add style for mailbox-content
This commit is contained in:
@@ -1,12 +1,7 @@
|
||||
<ul>
|
||||
<?php foreach ($_['mailboxes'] as $mboxName => $mailbox) { ?>
|
||||
<?php if (count($mailbox['phoneNumbers']) > 0) { ?>
|
||||
<li><a href="<?php p($mailbox['url']); ?>"><?php p($mailbox['label']); ?></a>
|
||||
<ul>
|
||||
<?php foreach ($mailbox['phoneNumbers'] as $number) { ?>
|
||||
<li><?php p($number); ?></li>
|
||||
<?php } ?>
|
||||
</ul></li>
|
||||
<?php }
|
||||
<li><a href="<?php p($mailbox['url']); ?>"><?php p($mailbox['label']); ?></a></li>
|
||||
<?php }
|
||||
} ?>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user