From adc4aee80f7cd3242f65f0b316af2b560a64712c Mon Sep 17 00:00:00 2001 From: Knah Tsaeb Date: Wed, 7 Dec 2016 11:58:25 +0100 Subject: Change templates set through administration UI --- tpl/default/import.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 tpl/default/import.html (limited to 'tpl/default/import.html') diff --git a/tpl/default/import.html b/tpl/default/import.html new file mode 100644 index 00000000..071e1160 --- /dev/null +++ b/tpl/default/import.html @@ -0,0 +1,33 @@ + + +{include="includes"} + + +{include="page.footer"} + + -- cgit v1.2.3 From 009ce9358168cc06c76fc2f4162829e552e633a3 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sat, 14 Jan 2017 15:51:30 +0100 Subject: Move default template to vintage folder --- tpl/default/import.html | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 tpl/default/import.html (limited to 'tpl/default/import.html') diff --git a/tpl/default/import.html b/tpl/default/import.html deleted file mode 100644 index 071e1160..00000000 --- a/tpl/default/import.html +++ /dev/null @@ -1,33 +0,0 @@ - - -{include="includes"} - - -{include="page.footer"} - - -- cgit v1.2.3 From 402b03464812aaec76bc841ca7dacb775baf1e03 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sat, 14 Jan 2017 15:52:17 +0100 Subject: Introduce the new default Shaarli template --- tpl/default/import.html | 85 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 tpl/default/import.html (limited to 'tpl/default/import.html') diff --git a/tpl/default/import.html b/tpl/default/import.html new file mode 100644 index 00000000..e6e521e8 --- /dev/null +++ b/tpl/default/import.html @@ -0,0 +1,85 @@ + + + + {include="includes"} + + +{include="page.header"} + +
+
+
+
+
+

{"Import Database"|t}

+
+ + +
+ + +
+ +
+
+
+ +
+
+
+
+
+ + Use values from the imported file, default to public +
+
+ + Import all bookmarks as private +
+
+ + Import all bookmarks as public +
+
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+ +
+ +
+
+
+
+ +{include="page.footer"} + + -- cgit v1.2.3 From 6a19124a0970dfd5744c4a193b5d907ba85b323e Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Mon, 10 Apr 2017 20:01:10 +0200 Subject: Use raw bytes for upload size hidden input --- tpl/default/import.html | 1 + 1 file changed, 1 insertion(+) (limited to 'tpl/default/import.html') diff --git a/tpl/default/import.html b/tpl/default/import.html index e6e521e8..1f040685 100644 --- a/tpl/default/import.html +++ b/tpl/default/import.html @@ -18,6 +18,7 @@
+


Maximum size allowed: {$maxfilesizeHuman}

-- cgit v1.2.3 From 12266213d098a53c5f005b9afcbbe62771fd580c Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Tue, 9 May 2017 18:12:15 +0200 Subject: Shaarli's translation * translation system and unit tests * Translations everywhere Dont use translation merge It is not available with PHP builtin gettext, so it would have lead to inconsistency. --- tpl/default/import.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tpl/default/import.html') diff --git a/tpl/default/import.html b/tpl/default/import.html index 1f040685..000a50ac 100644 --- a/tpl/default/import.html +++ b/tpl/default/import.html @@ -18,7 +18,7 @@
-


Maximum size allowed: {$maxfilesizeHuman}

+


{'Maximum size allowed:'|t} {$maxfilesizeHuman}

@@ -31,15 +31,15 @@
- Use values from the imported file, default to public + {'Use values from the imported file, default to public'|t}
- Import all bookmarks as private + {'Import all bookmarks as private'|t}
- Import all bookmarks as public + {'Import all bookmarks as public'|t}
-- cgit v1.2.3