mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-21 23:06:16 +00:00
cleanup interface. conversation removal
This commit is contained in:
parent
4dde9f7e08
commit
36b90e41e9
@ -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>
|
||||
|
@ -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>
|
Loading…
x
Reference in New Issue
Block a user