aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/configure.html
diff options
context:
space:
mode:
authorSébastien SAUVAGE <sebsauvage@sebsauvage.net>2013-03-04 11:49:33 -0800
committerSébastien SAUVAGE <sebsauvage@sebsauvage.net>2013-03-04 11:49:33 -0800
commit22701e2d0b49cd1c393847676e62149ba2ccda03 (patch)
tree1850c60d4758ae2d865ff23b83466ef3e465e489 /tpl/configure.html
parentdd064cc315374a419a29391c6ee0d1675d11ef4d (diff)
parentbb8f712db66f8e572eba4b14f636aeeace7cd9e7 (diff)
downloadShaarli-22701e2d0b49cd1c393847676e62149ba2ccda03.tar.gz
Shaarli-22701e2d0b49cd1c393847676e62149ba2ccda03.tar.zst
Shaarli-22701e2d0b49cd1c393847676e62149ba2ccda03.zip
Merge pull request #30 from Knah-Tsaeb/master
Merged "Private by default" feature (when creating a new link).
Diffstat (limited to 'tpl/configure.html')
-rw-r--r--tpl/configure.html4
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">&nbsp;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">&nbsp;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">&nbsp;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>