diff options
author | Sbgodin <Sbgodin@users.noreply.github.com> | 2014-08-19 21:33:53 +0200 |
---|---|---|
committer | Sbgodin <Sbgodin@users.noreply.github.com> | 2014-08-19 21:33:53 +0200 |
commit | abc98ab39d582dbe9d029f91c57abea783bf6892 (patch) | |
tree | 08bb56d8d967604156644e6aa0eeb2921bf1652d /tpl/configure.html | |
parent | 1ec633a74f7a652bff199be0dc9800e85d8d5782 (diff) | |
parent | ad6c27b7b858dfa29e65f14ef444fad318d5895b (diff) | |
download | Shaarli-abc98ab39d582dbe9d029f91c57abea783bf6892.tar.gz Shaarli-abc98ab39d582dbe9d029f91c57abea783bf6892.tar.zst Shaarli-abc98ab39d582dbe9d029f91c57abea783bf6892.zip |
Merge pull request #20 from nodiscc/fix-typos
Fix grammar, punctuation, spelling, trailing whitepaces and newlines; Fix typo in css
Diffstat (limited to 'tpl/configure.html')
-rw-r--r-- | tpl/configure.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/configure.html b/tpl/configure.html index ef20e94e..645107ae 100644 --- a/tpl/configure.html +++ b/tpl/configure.html | |||
@@ -19,7 +19,7 @@ | |||
19 | <tr><td valign="top"><b>Security:</b></td><td><input type="checkbox" name="disablesessionprotection" id="disablesessionprotection" {if="!empty($GLOBALS['disablesessionprotection'])"}checked{/if}><label for="disablesessionprotection"> 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 valign="top"><b>Security:</b></td><td><input type="checkbox" name="disablesessionprotection" id="disablesessionprotection" {if="!empty($GLOBALS['disablesessionprotection'])"}checked{/if}><label for="disablesessionprotection"> 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 valign="top"><b>Features:</b></td><td> | 21 | <tr><td valign="top"><b>Features:</b></td><td> |
22 | <input type="checkbox" name="disablejquery" id="disablejquery" {if="!empty($GLOBALS['disablejquery'])"}checked{/if}><label for="disablejquery"> Disable jQuery and all heavy javascript (for example: Autocomplete in tags. Useful for slow computers.)</label> | 22 | <input type="checkbox" name="disablejquery" id="disablejquery" {if="!empty($GLOBALS['disablejquery'])"}checked{/if}><label for="disablejquery"> Disable jQuery and all heavy JavaScript (for example: Autocomplete in tags. Useful for slow computers.)</label> |
23 | </td></tr> | 23 | </td></tr> |
24 | <tr><td valign="top"><b>New link:</b></td><td> | 24 | <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"> All new link are private by default</label></td> | 25 | <input type="checkbox" name="privateLinkByDefault" id="privateLinkByDefault" {if="!empty($GLOBALS['privateLinkByDefault'])"}checked{/if}/><label for="privateLinkByDefault"> All new link are private by default</label></td> |
@@ -30,4 +30,4 @@ | |||
30 | </div> | 30 | </div> |
31 | {include="page.footer"} | 31 | {include="page.footer"} |
32 | </body> | 32 | </body> |
33 | </html> | 33 | </html> \ No newline at end of file |