summaryrefslogtreecommitdiffstats
path: root/apps/contacts/templates
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-04-03 07:29:47 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-04-03 07:29:47 +0200
commitfc555b48ec0f5600a7f9ae25354ffaca2e0533de (patch)
treecf131d1cba346a131ae60a9c72077f7f11492d9c /apps/contacts/templates
parentb3f107dddaf4f3b5b65d8dd67d66bf1bd36d9ae1 (diff)
downloadnextcloud-server-fc555b48ec0f5600a7f9ae25354ffaca2e0533de.tar.gz
nextcloud-server-fc555b48ec0f5600a7f9ae25354ffaca2e0533de.zip
Contacts: Added autocomplete using geonames.org.
Diffstat (limited to 'apps/contacts/templates')
-rw-r--r--apps/contacts/templates/settings.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/contacts/templates/settings.php b/apps/contacts/templates/settings.php
index f56de0ec8b0..d77c4d38027 100644
--- a/apps/contacts/templates/settings.php
+++ b/apps/contacts/templates/settings.php
@@ -9,4 +9,5 @@
<dd><code><?php echo OC_Helper::linkToAbsolute('contacts', 'carddav.php'); ?>/principals/<?php echo OC_User::getUser(); ?></code>/</dd>
</dl>
</fieldset>
+ Powered by <a href="http://geonames.org/" target="_blank">geonames.org webservice</a>
</form>