diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-08-07 12:18:49 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-08-07 12:18:49 +0200 |
commit | bb83c07ccaff7b4935a1efe3ae234567d0076b55 (patch) | |
tree | cb76caa7dcd36524e4aa201cbde8f31c39cdd4e5 /tpl/default | |
parent | be924797a3d9a7b6840194227c528a84a2ea90b4 (diff) | |
download | Shaarli-bb83c07ccaff7b4935a1efe3ae234567d0076b55.tar.gz Shaarli-bb83c07ccaff7b4935a1efe3ae234567d0076b55.tar.zst Shaarli-bb83c07ccaff7b4935a1efe3ae234567d0076b55.zip |
Minor bugfix
Diffstat (limited to 'tpl/default')
-rw-r--r-- | tpl/default/editlink.html | 2 | ||||
-rw-r--r-- | tpl/default/page.header.html | 2 |
2 files changed, 2 insertions, 2 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 | <label for="lf_private">Private</label> | 46 | <label for="lf_private">Private</label> |
diff --git a/tpl/default/page.header.html b/tpl/default/page.header.html index dfec763a..bf5a65e8 100644 --- a/tpl/default/page.header.html +++ b/tpl/default/page.header.html | |||
@@ -134,7 +134,7 @@ | |||
134 | <input type="checkbox" name="longlastingsession" id="longlastingsession" tabindex="6"> | 134 | <input type="checkbox" name="longlastingsession" id="longlastingsession" tabindex="6"> |
135 | <label for="longlastingsession">Remember me</label> | 135 | <label for="longlastingsession">Remember me</label> |
136 | </div> | 136 | </div> |
137 | <!--<input type="hidden" name="token" value="{$token}">--> | 137 | <input type="hidden" name="token" value="{$token}"> |
138 | <input type="hidden" name="returnurl"> | 138 | <input type="hidden" name="returnurl"> |
139 | <input type="submit" value="Login" tabindex="7"> | 139 | <input type="submit" value="Login" tabindex="7"> |
140 | </div> | 140 | </div> |