From 76be95e199fb0ebbbcdfff4843b59b805762e475 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Wed, 22 Mar 2017 19:58:22 +0100 Subject: Add API setting in the new theme during the installation Also use the same variable name across template files --- tpl/default/configure.html | 4 ++-- tpl/default/install.html | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) (limited to 'tpl/default') diff --git a/tpl/default/configure.html b/tpl/default/configure.html index d6536d47..12261487 100644 --- a/tpl/default/configure.html +++ b/tpl/default/configure.html @@ -186,7 +186,7 @@
-
-
diff --git a/tpl/default/install.html b/tpl/default/install.html index 33f8a453..663397ac 100644 --- a/tpl/default/install.html +++ b/tpl/default/install.html @@ -7,6 +7,8 @@ {$ratioLabel='1-4'} {$ratioInput='3-4'} +{$ratioLabelMobile='7-8'} +{$ratioInputMobile='1-8'}
@@ -98,6 +100,22 @@
+
+
+
+ +
+
+
+
+ +
+
+
+
-- cgit v1.2.3