aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/editlink.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-08-07 12:18:49 +0200
committerArthurHoaro <arthur@hoa.ro>2016-08-07 12:18:49 +0200
commitbb83c07ccaff7b4935a1efe3ae234567d0076b55 (patch)
treecb76caa7dcd36524e4aa201cbde8f31c39cdd4e5 /tpl/default/editlink.html
parentbe924797a3d9a7b6840194227c528a84a2ea90b4 (diff)
downloadShaarli-bb83c07ccaff7b4935a1efe3ae234567d0076b55.tar.gz
Shaarli-bb83c07ccaff7b4935a1efe3ae234567d0076b55.tar.zst
Shaarli-bb83c07ccaff7b4935a1efe3ae234567d0076b55.zip
Minor bugfix
Diffstat (limited to 'tpl/default/editlink.html')
-rw-r--r--tpl/default/editlink.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/editlink.html b/tpl/default/editlink.html
index f831655c..0630b4f1 100644
--- a/tpl/default/editlink.html
+++ b/tpl/default/editlink.html
@@ -40,7 +40,7 @@
40 40
41 <div> 41 <div>
42 <input type="checkbox" name="lf_private" id="lf_private" 42 <input type="checkbox" name="lf_private" id="lf_private"
43 {if="($link_is_new && $GLOBALS['privateLinkByDefault']==true) || $link.private == true"} 43 {if="($link_is_new && $default_private_links) || $link.private == true"}
44 checked="checked" 44 checked="checked"
45 {/if}> 45 {/if}>
46 &nbsp;<label for="lf_private">Private</label> 46 &nbsp;<label for="lf_private">Private</label>