aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/vintage/configure.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-03-22 19:58:22 +0100
committerArthurHoaro <arthur@hoa.ro>2017-03-22 19:58:22 +0100
commit76be95e199fb0ebbbcdfff4843b59b805762e475 (patch)
treee4521ad8c42f02b93d73cab778aaf193ee1f875c /tpl/vintage/configure.html
parentc4c655d9bfe68a914898d76bb9c479eea1b04f72 (diff)
downloadShaarli-76be95e199fb0ebbbcdfff4843b59b805762e475.tar.gz
Shaarli-76be95e199fb0ebbbcdfff4843b59b805762e475.tar.zst
Shaarli-76be95e199fb0ebbbcdfff4843b59b805762e475.zip
Add API setting in the new theme during the installation
Also use the same variable name across template files
Diffstat (limited to 'tpl/vintage/configure.html')
-rw-r--r--tpl/vintage/configure.html4
1 files changed, 2 insertions, 2 deletions
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 @@
97 <tr> 97 <tr>
98 <td valign="top"><b>Enable REST API</b></td> 98 <td valign="top"><b>Enable REST API</b></td>
99 <td> 99 <td>
100 <input type="checkbox" name="apiEnabled" id="apiEnabled" 100 <input type="checkbox" name="enableApi" id="enableApi"
101 {if="$api_enabled"}checked{/if}/> 101 {if="$api_enabled"}checked{/if}/>
102 <label for="apiEnabled">&nbsp;Allow third party software to use Shaarli such as mobile application.</label> 102 <label for="enableApi">&nbsp;Allow third party software to use Shaarli such as mobile application.</label>
103 </td> 103 </td>
104 </tr> 104 </tr>
105 <tr> 105 <tr>