diff options
author | ArthurHoaro <arthur@hoa.ro> | 2015-07-15 11:47:12 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2015-11-07 15:27:22 +0100 |
commit | 567967fdf94b2b8ba2b2fc9c8836e89ac23c8c71 (patch) | |
tree | 6a8b3b2706b253a782a0b094e977524dccdf68da /tpl/editlink.html | |
parent | 0aec972a8bee1689ae79a436ae6e4236022b52ef (diff) | |
download | Shaarli-567967fdf94b2b8ba2b2fc9c8836e89ac23c8c71.tar.gz Shaarli-567967fdf94b2b8ba2b2fc9c8836e89ac23c8c71.tar.zst Shaarli-567967fdf94b2b8ba2b2fc9c8836e89ac23c8c71.zip |
Template upgrade to handle plugin zones
Add a bunch of plugin placeholders in templates
Diffstat (limited to 'tpl/editlink.html')
-rw-r--r-- | tpl/editlink.html | 5 |
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 | <label for="lf_private"><i>Private</i></label><br> | 31 | <label for="lf_private"><i>Private</i></label><br> |