1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +00:00

cleanup interface. conversation removal

This commit is contained in:
Loïc Blot (@U-Exp)
2014-09-26 18:22:04 +02:00
parent 4dde9f7e08
commit 36b90e41e9
2 changed files with 0 additions and 11 deletions
-4
View File
@@ -4,10 +4,6 @@
?>
<div id="app">
<div id="app-navigation">
<?php print_unescaped($this->inc('part.navigation')); ?>
</div>
<div id="app-mailbox-peers">
<ul>
</ul>
-7
View File
@@ -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>