aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/vintage/export.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2020-06-17 16:04:18 +0200
committerArthurHoaro <arthur@hoa.ro>2020-07-23 21:19:21 +0200
commitc70ff64a61d62cc8d35a62f30596ecc2a3c578a3 (patch)
treeb0a4c804c331da65908b733f764f8a88ba48edbf /tpl/vintage/export.html
parente8a10f312a5c44314292402bb44e6ee2e71f3d5d (diff)
downloadShaarli-c70ff64a61d62cc8d35a62f30596ecc2a3c578a3.tar.gz
Shaarli-c70ff64a61d62cc8d35a62f30596ecc2a3c578a3.tar.zst
Shaarli-c70ff64a61d62cc8d35a62f30596ecc2a3c578a3.zip
Process bookmark exports through Slim controllers
Diffstat (limited to 'tpl/vintage/export.html')
-rw-r--r--tpl/vintage/export.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/tpl/vintage/export.html b/tpl/vintage/export.html
index 67c3d05f..feee307c 100644
--- a/tpl/vintage/export.html
+++ b/tpl/vintage/export.html
@@ -5,8 +5,7 @@
5 <div id="pageheader"> 5 <div id="pageheader">
6 {include="page.header"} 6 {include="page.header"}
7 <div id="toolsdiv"> 7 <div id="toolsdiv">
8 <form method="GET"> 8 <form method="POST" action="{$base_path}/admin/export">
9 <input type="hidden" name="do" value="export">
10 Selection:<br> 9 Selection:<br>
11 <input type="radio" name="selection" value="all" checked="true"> All<br> 10 <input type="radio" name="selection" value="all" checked="true"> All<br>
12 <input type="radio" name="selection" value="private"> Private<br> 11 <input type="radio" name="selection" value="private"> Private<br>