diff options
author | ArthurHoaro <arthur@hoa.ro> | 2020-06-17 16:04:18 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2020-07-23 21:19:21 +0200 |
commit | c70ff64a61d62cc8d35a62f30596ecc2a3c578a3 (patch) | |
tree | b0a4c804c331da65908b733f764f8a88ba48edbf /tpl/default/tools.html | |
parent | e8a10f312a5c44314292402bb44e6ee2e71f3d5d (diff) | |
download | Shaarli-c70ff64a61d62cc8d35a62f30596ecc2a3c578a3.tar.gz Shaarli-c70ff64a61d62cc8d35a62f30596ecc2a3c578a3.tar.zst Shaarli-c70ff64a61d62cc8d35a62f30596ecc2a3c578a3.zip |
Process bookmark exports through Slim controllers
Diffstat (limited to 'tpl/default/tools.html')
-rw-r--r-- | tpl/default/tools.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/tools.html b/tpl/default/tools.html index d07dabd0..fa007460 100644 --- a/tpl/default/tools.html +++ b/tpl/default/tools.html | |||
@@ -39,7 +39,7 @@ | |||
39 | </a> | 39 | </a> |
40 | </div> | 40 | </div> |
41 | <div class="tools-item"> | 41 | <div class="tools-item"> |
42 | <a href="{$base_path}/?do=export" | 42 | <a href="{$base_path}/admin/export" |
43 | title="{'Export Netscape HTML bookmarks (which can be imported in Firefox, Chrome, Opera, delicious...)'|t}"> | 43 | title="{'Export Netscape HTML bookmarks (which can be imported in Firefox, Chrome, Opera, delicious...)'|t}"> |
44 | <span class="pure-button pure-u-lg-2-3 pure-u-3-4">{'Export database'|t}</span> | 44 | <span class="pure-button pure-u-lg-2-3 pure-u-3-4">{'Export database'|t}</span> |
45 | </a> | 45 | </a> |