diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2014-08-22 21:11:20 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2014-08-22 21:11:20 +0200 |
| commit | cd37bde4ef0747a11c1221e937027fe17f2894fe (patch) | |
| tree | 4ff92d03f4b01c5b5c6f4d5a391f2982ceaae616 /templates/appnavigation.php | |
| parent | f7ecfa21088175bc236b1136c1a4b2aa2488f37c (diff) | |
| download | grauphel-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.php | 2 |
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> |
