Skip to content
Snippets Groups Projects
Commit 2b26f3d1 authored by hg's avatar hg
Browse files

OO-1287 remove empty, filtered items in glossary view.

parent b528e4c2
No related branches found
No related tags found
No related merge requests found
......@@ -21,9 +21,9 @@
#end
<dl>
#foreach($glossaryItem in $editAndDelButtonList )
<div class="o_entry o_block clearfix">
#set ($glossaryItemIndex = $glossaryItem.getIndex())
#if ( $filterIndex == $glossaryItemIndex || $filterIndex == "all" )
<div class="o_entry o_block clearfix">
#if ($editModeEnabled)
<div class="pull-right">
<div class="btn-group">
......@@ -71,8 +71,8 @@
<dd>
$r.xssScan($glossaryItem.getGlossDef())
</dd>
#end
</div>
#end
#end
</dl>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment