aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/vintage
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-03-23 18:32:26 +0100
committerGitHub <noreply@github.com>2017-03-23 18:32:26 +0100
commitbae74cb292833a4482b3a42b78c020b7f97b7ffd (patch)
treeb872dd34a32cace7dab4463c3e5f669cef85ae94 /tpl/vintage
parent4296080c8e0bc0576564bfb52bfe2cbc94fafed3 (diff)
parent76be95e199fb0ebbbcdfff4843b59b805762e475 (diff)
downloadShaarli-bae74cb292833a4482b3a42b78c020b7f97b7ffd.tar.gz
Shaarli-bae74cb292833a4482b3a42b78c020b7f97b7ffd.tar.zst
Shaarli-bae74cb292833a4482b3a42b78c020b7f97b7ffd.zip
Merge pull request #831 from ArthurHoaro/theme/install-api-enable
Add API setting in the new theme during the installation
Diffstat (limited to 'tpl/vintage')
-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>