aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/configure.html
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2015-03-15 14:21:59 +0100
committernodiscc <nodiscc@gmail.com>2015-03-15 14:21:59 +0100
commit9a631bab7fb7ca0c60c9fd1c688b3c58ecec40f8 (patch)
treea821338f733f60e13ad0319761dac74bf6f8be07 /tpl/configure.html
parentbc66d513a9aa6da9361dbfc2f0b4bf384e9597a6 (diff)
parentbdd1715b249561ed919e4f03a06aec1f4c327335 (diff)
downloadShaarli-9a631bab7fb7ca0c60c9fd1c688b3c58ecec40f8.tar.gz
Shaarli-9a631bab7fb7ca0c60c9fd1c688b3c58ecec40f8.tar.zst
Shaarli-9a631bab7fb7ca0c60c9fd1c688b3c58ecec40f8.zip
Merge remote-tracking branch 'ArthurHoaro/autocomplete' into next
Diffstat (limited to 'tpl/configure.html')
-rw-r--r--tpl/configure.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/tpl/configure.html b/tpl/configure.html
index 887be327..373d0690 100644
--- a/tpl/configure.html
+++ b/tpl/configure.html
@@ -18,9 +18,6 @@
18 18
19 <tr><td><b>Security:</b></td><td><input type="checkbox" name="disablesessionprotection" id="disablesessionprotection" {if="!empty($GLOBALS['disablesessionprotection'])"}checked{/if}><label for="disablesessionprotection">&nbsp;Disable session cookie hijacking protection (Check this if you get disconnected often or if your IP address changes often.)</label></td></tr> 19 <tr><td><b>Security:</b></td><td><input type="checkbox" name="disablesessionprotection" id="disablesessionprotection" {if="!empty($GLOBALS['disablesessionprotection'])"}checked{/if}><label for="disablesessionprotection">&nbsp;Disable session cookie hijacking protection (Check this if you get disconnected often or if your IP address changes often.)</label></td></tr>
20 20
21 <tr><td><b>Features:</b></td><td>
22 <input type="checkbox" name="disablejquery" id="disablejquery" {if="!empty($GLOBALS['disablejquery'])"}checked{/if}><label for="disablejquery">&nbsp;Disable jQuery and all heavy JavaScript (for example: Autocomplete in tags. Useful for slow computers.)</label>
23 </td></tr>
24 <tr><td valign="top"><b>New link:</b></td><td> 21 <tr><td valign="top"><b>New link:</b></td><td>
25 <input type="checkbox" name="privateLinkByDefault" id="privateLinkByDefault" {if="!empty($GLOBALS['privateLinkByDefault'])"}checked{/if}/><label for="privateLinkByDefault">&nbsp;All new links are private by default</label></td> 22 <input type="checkbox" name="privateLinkByDefault" id="privateLinkByDefault" {if="!empty($GLOBALS['privateLinkByDefault'])"}checked{/if}/><label for="privateLinkByDefault">&nbsp;All new links are private by default</label></td>
26 </tr> 23 </tr>