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
parent
18216fe71f
commit
98c59605aa
@ -0,0 +1,6 @@ |
||||
<?php |
||||
|
||||
$tmpl = new OC_Template( 'contacts', 'settings'); |
||||
|
||||
return $tmpl->fetchPage(); |
||||
?> |
@ -0,0 +1,7 @@ |
||||
<form id="mediaform"> |
||||
<fieldset class="personalblock"> |
||||
<strong>Contacts</strong><br /> |
||||
CardDAV Syncing URL: |
||||
<?php echo OC_Helper::linkTo('apps/contacts', 'carddav.php', null, true); ?><br />
|
||||
</fieldset> |
||||
</form> |
@ -0,0 +1,6 @@ |
||||
<?php |
||||
|
||||
$tmpl = new OC_Template( 'media', 'settings'); |
||||
|
||||
return $tmpl->fetchPage(); |
||||
?> |
@ -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> |
Loading…
Reference in new issue