Cleaned up markup for Site Admin templates and replaced <div> with <section> throughout.
This commit is contained in:
parent
9bf0ebafa8
commit
7acdc8bf5d
5 changed files with 16 additions and 22 deletions
|
@ -5,8 +5,7 @@
|
|||
<#import "lib-form.ftl" as form>
|
||||
|
||||
<#if dataInput?has_content>
|
||||
<div class="pageBodyGroup">
|
||||
|
||||
<section class="pageBodyGroup">
|
||||
<h3>Data Input</h3>
|
||||
|
||||
<form action="${dataInput.formAction}" method="get">
|
||||
|
@ -16,6 +15,5 @@
|
|||
<input type="hidden" name="editform" value="newIndividualForm.jsp"/>
|
||||
<input type="submit" id="submit" value="Add individual of this class"/>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</#if>
|
Loading…
Add table
Add a link
Reference in a new issue