aboutsummaryrefslogtreecommitdiff
path: root/templates/appnavigation.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2014-08-22 21:11:20 +0200
committerChristian Weiske <cweiske@cweiske.de>2014-08-22 21:11:20 +0200
commitcd37bde4ef0747a11c1221e937027fe17f2894fe (patch)
tree4ff92d03f4b01c5b5c6f4d5a391f2982ceaae616 /templates/appnavigation.php
parentf7ecfa21088175bc236b1136c1a4b2aa2488f37c (diff)
downloadgrauphel-cd37bde4ef0747a11c1221e937027fe17f2894fe.tar.gz
grauphel-cd37bde4ef0747a11c1221e937027fe17f2894fe.zip
link api from web interface, make single note fetching work, redo note storage username
Diffstat (limited to 'templates/appnavigation.php')
-rw-r--r--templates/appnavigation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/appnavigation.php b/templates/appnavigation.php
index 19854f1..78b4358 100644
--- a/templates/appnavigation.php
+++ b/templates/appnavigation.php
@@ -12,7 +12,7 @@
<div id="app-settings-content" style="display: none;">
<h2><?php p($l->t('Tomboy note server'));?></h2>
<em><?php print_unescaped($l->t('Use the following sync server URL with tomboy/conboy/tomdroid:')); ?></em>
- <div><input id="resturl" type="text" readonly="readonly" value="<?php p($_['apiurl']); ?>" /></div>
+ <div><input id="resturl" type="text" readonly="readonly" value="<?php p($_['apiroot']); ?>" /></div>
</div>
</div>
</div>