Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhie <phie@phie.ovh>2018-08-21 18:39:12 +0300
committerPhie <phie@phie.ovh>2018-08-21 18:39:12 +0300
commit7d24cc0120859fc4e46b301c08effc97ddfbb1bb (patch)
tree94b5b52074022ceccd4c91073f217feaec38ca40 /templates/settings
first commit for Carnet NC server
Diffstat (limited to 'templates/settings')
-rwxr-xr-xtemplates/settings/index.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/settings/index.php b/templates/settings/index.php
new file mode 100755
index 0000000..ac7c671
--- /dev/null
+++ b/templates/settings/index.php
@@ -0,0 +1,10 @@
+<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>