NIHVIVO-3771 new object and data property hierarchies and listings
This commit is contained in:
parent
3646a214a5
commit
8ee4d7cd8e
11 changed files with 1250 additions and 33 deletions
|
@ -16,14 +16,10 @@
|
|||
<option value="group" <#if displayOption == "group">selected</#if> >Classes by Class Group</option>
|
||||
</select>
|
||||
<input id="addClass" value="Add New Class" class="form-button" type="submit" />
|
||||
<#if displayOption == "group">
|
||||
<input type="submit" id="addGroup" class="form-button" value="Add New Group"/>
|
||||
</#if>
|
||||
</form>
|
||||
<#if displayOption == "group"><div style="float:right;padding-right:280px;margin-top:-50px">
|
||||
<form action="editForm" method="get">
|
||||
<input type="submit" class="form-button" value="Add New Group"/>
|
||||
<input type="hidden" name="controller" value="Classgroup"/>
|
||||
</form>
|
||||
</div>
|
||||
</#if>
|
||||
|
||||
<div id="expandLink"><span id="expandAll" ><a href="#" title="expand all">expand all</a></span></div>
|
||||
<section id="container">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue