aboutsummaryrefslogblamecommitdiffstats
path: root/view/tpl/item_filer.tpl
blob: 3ecf9aa4119ac0a17fa2d65b7ee76a6199464bfc (plain) (tree)
1
2
3
4
5
6
7
8
                  
                               
                               
                                                                                                                                                                                                                                                                                              
            
           

       
{{if $categories}}
<!--div class="filesavetags"-->
{{foreach $categories as $cat}}
<span class="item-category badge rounded-pill bg-danger"><i class="fa fa-folder-o"></i>&nbsp;{{$cat.term}}&nbsp;<a href="{{$cat.removelink}}" class="text-white" title="{{$remove}}" onClick="itemFilerRm({{$cat.id}}, '{{$cat.term}}'); return false;"><i class="fa fa-close"></i></a></span>
{{/foreach}}
<!--/div-->
{{/if}}