aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/tag.list.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-03-28 20:11:07 +0200
committerArthurHoaro <arthur@hoa.ro>2017-05-25 15:25:04 +0200
commit82e3bb5f06dc531ee1080a0313833791a1c1f3c7 (patch)
tree228456f9b4d95d03e97fc9bc1b5004aa599f95ee /tpl/default/tag.list.html
parentaa4797ba3679b847adc895e2f817ac058779a171 (diff)
downloadShaarli-82e3bb5f06dc531ee1080a0313833791a1c1f3c7.tar.gz
Shaarli-82e3bb5f06dc531ee1080a0313833791a1c1f3c7.tar.zst
Shaarli-82e3bb5f06dc531ee1080a0313833791a1c1f3c7.zip
Tag list: use awesomplete for tag auto completion
Diffstat (limited to 'tpl/default/tag.list.html')
-rw-r--r--tpl/default/tag.list.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/tpl/default/tag.list.html b/tpl/default/tag.list.html
index 98971051..62e2e7c6 100644
--- a/tpl/default/tag.list.html
+++ b/tpl/default/tag.list.html
@@ -57,7 +57,7 @@
57 {/loop} 57 {/loop}
58 </div> 58 </div>
59 {if="isLoggedIn()===true"} 59 {if="isLoggedIn()===true"}
60 <div class="rename-tag-form pure-u-1" style="display:none;"> 60 <div class="rename-tag-form pure-u-1">
61 <input type="text" name="{$key}" value="{$key}" class="rename-tag-input" /> 61 <input type="text" name="{$key}" value="{$key}" class="rename-tag-input" />
62 <a href="#" class="validate-rename-tag"><i class="fa fa-check"></i></a> 62 <a href="#" class="validate-rename-tag"><i class="fa fa-check"></i></a>
63 </div> 63 </div>
@@ -74,6 +74,10 @@
74 </div> 74 </div>
75</div> 75</div>
76 76
77{if="isLoggedIn()===true"}
78 <input type="hidden" name="taglist" value="{loop="$tags"}{$key} {/loop}"
79{/if}
80
77{include="tag.sort"} 81{include="tag.sort"}
78 82
79{include="page.footer"} 83{include="page.footer"}