mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-24 22:55:36 +00:00
cleanup interface. conversation removal
This commit is contained in:
@@ -4,10 +4,6 @@
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
<div id="app">
|
<div id="app">
|
||||||
<div id="app-navigation">
|
|
||||||
<?php print_unescaped($this->inc('part.navigation')); ?>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="app-mailbox-peers">
|
<div id="app-mailbox-peers">
|
||||||
<ul>
|
<ul>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
<ul>
|
|
||||||
<?php foreach ($_['mailboxes'] as $mboxName => $mailbox) { ?>
|
|
||||||
<?php if (count($mailbox['phoneNumbers']) > 0) { ?>
|
|
||||||
<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