in the class groups list, added a link to hide/show the classes for each group
This commit is contained in:
parent
6e6989d984
commit
ae8319dd5a
2 changed files with 27 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue