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 ++++++++++++++++++ tpl/vintage/configure.html | 4 ++-- 3 files changed, 22 insertions(+), 4 deletions(-) (limited to 'tpl') 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 @@
+
+
+
+ +
+
+
+
+ +
+
+
+
diff --git a/tpl/vintage/configure.html b/tpl/vintage/configure.html index 5820e6e4..704389c5 100644 --- a/tpl/vintage/configure.html +++ b/tpl/vintage/configure.html @@ -97,9 +97,9 @@ Enable REST API - - + -- cgit v1.2.3