aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/configure.html
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/default/configure.html')
-rw-r--r--tpl/default/configure.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/default/configure.html b/tpl/default/configure.html
index fd8ee9c2..7469ab59 100644
--- a/tpl/default/configure.html
+++ b/tpl/default/configure.html
@@ -206,7 +206,7 @@
206 <div class="pure-g"> 206 <div class="pure-g">
207 <div class="pure-u-lg-{$ratioLabel} pure-u-{$ratioLabelMobile}"> 207 <div class="pure-u-lg-{$ratioLabel} pure-u-{$ratioLabelMobile}">
208 <div class="form-label"> 208 <div class="form-label">
209 <label for="apiEnabled"> 209 <label for="enableApi">
210 <span class="label-name">{'Enable REST API'|t}</span><br> 210 <span class="label-name">{'Enable REST API'|t}</span><br>
211 <span class="label-desc">{'Allow third party software to use Shaarli such as mobile application'|t}</span> 211 <span class="label-desc">{'Allow third party software to use Shaarli such as mobile application'|t}</span>
212 </label> 212 </label>
@@ -214,7 +214,7 @@
214 </div> 214 </div>
215 <div class="pure-u-lg-{$ratioInput} pure-u-{$ratioInputMobile}"> 215 <div class="pure-u-lg-{$ratioInput} pure-u-{$ratioInputMobile}">
216 <div class="form-input"> 216 <div class="form-input">
217 <input type="checkbox" name="apiEnabled" id="apiEnabled" 217 <input type="checkbox" name="enableApi" id="enableApi"
218 {if="$api_enabled"}checked{/if}/> 218 {if="$api_enabled"}checked{/if}/>
219 </div> 219 </div>
220 </div> 220 </div>