in the class groups list, added a link to hide/show the classes for each group

This commit is contained in:
tworrall 2012-07-05 14:31:40 +00:00
parent 6e6989d984
commit ae8319dd5a
2 changed files with 27 additions and 6 deletions

View file

@ -21,7 +21,11 @@
</#if>
</form>
<div id="expandLink"><span id="expandAll" ><a href="#" title="expand all">expand all</a></span></div>
<#if displayOption == "group">
<div id="expandLink"><span id="expandAll" ><a href="javascript:" title="hide/show subclasses">hide subclasses</a></span></div>
<#else>
<div id="expandLink"><span id="expandAll" ><a href="#" title="expand all">expand all</a></span></div>
</#if>
<section id="container">
</section>