diff options
Diffstat (limited to 'tpl/configure.html')
-rw-r--r-- | tpl/configure.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tpl/configure.html b/tpl/configure.html index 1beba59c..62296cb2 100644 --- a/tpl/configure.html +++ b/tpl/configure.html | |||
@@ -19,8 +19,10 @@ | |||
19 | 19 | ||
20 | <tr><td valign="top"><b>Features:</b></td><td> | 20 | <tr><td valign="top"><b>Features:</b></td><td> |
21 | <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> | 21 | <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 | </td></tr> | ||
23 | <tr><td valign="top"><b>New link:</b></td><td> | ||
24 | <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> | ||
22 | </tr> | 25 | </tr> |
23 | |||
24 | <tr><td></td><td align="right"><input type="submit" name="Save" value="Save config" class="bigbutton"></td></tr> | 26 | <tr><td></td><td align="right"><input type="submit" name="Save" value="Save config" class="bigbutton"></td></tr> |
25 | </table> | 27 | </table> |
26 | </form> | 28 | </form> |