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,10 +17,14 @@
|
||||||
</select>
|
</select>
|
||||||
<input id="addClass" value="Add New Class" class="form-button" type="submit" />
|
<input id="addClass" value="Add New Class" class="form-button" type="submit" />
|
||||||
</form>
|
</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>
|
<div id="expandLink"><span id="expandAll" ><a href="#" title="expand all">expand all</a></span></div>
|
||||||
<section id="container">
|
<section id="container">
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue