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 @@ ...@@ -21,9 +21,9 @@
#end #end
<dl> <dl>
#foreach($glossaryItem in $editAndDelButtonList ) #foreach($glossaryItem in $editAndDelButtonList )
<div class="o_entry o_block clearfix">
#set ($glossaryItemIndex = $glossaryItem.getIndex()) #set ($glossaryItemIndex = $glossaryItem.getIndex())
#if ( $filterIndex == $glossaryItemIndex || $filterIndex == "all" ) #if ( $filterIndex == $glossaryItemIndex || $filterIndex == "all" )
<div class="o_entry o_block clearfix">
#if ($editModeEnabled) #if ($editModeEnabled)
<div class="pull-right"> <div class="pull-right">
<div class="btn-group"> <div class="btn-group">
...@@ -71,8 +71,8 @@ ...@@ -71,8 +71,8 @@
<dd> <dd>
$r.xssScan($glossaryItem.getGlossDef()) $r.xssScan($glossaryItem.getGlossDef())
</dd> </dd>
#end
</div> </div>
#end
#end #end
</dl> </dl>
</div> </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