summaryrefslogtreecommitdiffstats
path: root/apps/media/templates
diff options
context:
space:
mode:
authorFrank Karlitschek <karlitschek@kde.org>2011-09-28 16:05:01 +0200
committerFrank Karlitschek <karlitschek@kde.org>2011-09-28 16:05:01 +0200
commit98c59605aaf5b1652fded5b44cd404346e78102b (patch)
tree55ad0d877693dcf615bd51e3ad27d3e99000ddbe /apps/media/templates
parent18216fe71f778b299585de7cc42a568a5adcfa6c (diff)
downloadnextcloud-server-98c59605aaf5b1652fded5b44cd404346e78102b.tar.gz
nextcloud-server-98c59605aaf5b1652fded5b44cd404346e78102b.zip
show the syncing and ampache urls on the settings page. not very pretty but otherwise the user has no way to configure the desktop integration
Diffstat (limited to 'apps/media/templates')
-rw-r--r--apps/media/templates/settings.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/media/templates/settings.php b/apps/media/templates/settings.php
new file mode 100644
index 00000000000..70ee6dbc1ea
--- /dev/null
+++ b/apps/media/templates/settings.php
@@ -0,0 +1,7 @@
+<form id="mediaform">
+ <fieldset class="personalblock">
+ <strong>Media</strong><br />
+ Ampache URL:
+ <?php echo OC_Helper::linkTo('apps/media', 'tomahawk.php', null, true); ?><br />
+ </fieldset>
+</form>