aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/editlink.html
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/editlink.html')
-rw-r--r--tpl/editlink.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/tpl/editlink.html b/tpl/editlink.html
index 3733ca21..889d913d 100644
--- a/tpl/editlink.html
+++ b/tpl/editlink.html
@@ -21,6 +21,11 @@
21 <label for="lf_tags"><i>Tags</i></label><br> 21 <label for="lf_tags"><i>Tags</i></label><br>
22 <input type="text" name="lf_tags" id="lf_tags" value="{$link.tags}" class="lf_input" 22 <input type="text" name="lf_tags" id="lf_tags" value="{$link.tags}" class="lf_input"
23 data-list="{loop="$tags"}{$key}, {/loop}" data-multiple autocomplete="off" ><br> 23 data-list="{loop="$tags"}{$key}, {/loop}" data-multiple autocomplete="off" ><br>
24
25 {loop="$edit_link_plugin"}
26 {$value}
27 {/loop}
28
24 {if="($link_is_new && $GLOBALS['privateLinkByDefault']==true) || $link.private == true"} 29 {if="($link_is_new && $GLOBALS['privateLinkByDefault']==true) || $link.private == true"}
25 <input type="checkbox" checked="checked" name="lf_private" id="lf_private"> 30 <input type="checkbox" checked="checked" name="lf_private" id="lf_private">
26 &nbsp;<label for="lf_private"><i>Private</i></label><br> 31 &nbsp;<label for="lf_private"><i>Private</i></label><br>