added a button for adding class groups
This commit is contained in:
parent
b0167b6569
commit
7201c6736a
1 changed files with 7 additions and 3 deletions
|
@ -17,9 +17,13 @@
|
|||
</select>
|
||||
<input id="addClass" value="Add New Class" class="form-button" type="submit" />
|
||||
</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