1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-22 05:43:07 +00:00

Added ajaxCall to get all phone Numbers. Also cleanup templates

This commit is contained in:
Loic Blot
2014-09-16 19:24:20 +00:00
parent 2b4b7ad6d8
commit 37c32f8ce7
4 changed files with 11 additions and 13 deletions
-1
View File
@@ -6,7 +6,6 @@
<div id="app">
<div id="app-navigation">
<?php print_unescaped($this->inc('part.navigation')); ?>
<?php /*print_unescaped($this->inc('part.settings'));*/ ?>
</div>
<div id="app-mailbox-peers">
-10
View File
@@ -1,10 +0,0 @@
<div id="app-settings">
<div id="app-settings-header">
<button class="settings-button"
data-apps-slide-toggle="#app-settings-content"
></button>
</div>
<div id="app-settings-content">
<!-- Your settings in here -->
</div>
</div>