mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-11 16:32:55 +00:00
Prepare JS AJAX interactions. Show phone numbers into the appropriate div. Import some CSS things. Cleanup JS code
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
</div>
|
||||
|
||||
<div id="app-mailbox-peers">
|
||||
<ul>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="app-content">
|
||||
|
||||
@@ -1,7 +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></li>
|
||||
<li><a href="<?php p($mailbox['url']); ?>" nav-feed="<?php p($mailbox['label']); ?>"><?php p($mailbox['label']); ?></a></li>
|
||||
<?php }
|
||||
} ?>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user