Move to top, to prevent add-form to show up below everything

This commit is contained in:
Mark Schouten 2014-07-23 13:34:04 +02:00
parent 3d7c838a99
commit 3cf89d350a

View file

@ -109,6 +109,7 @@ if (isset($templatelist)) {
</ul>
</div>
<div id="zones">
<div style="visibility: hidden;" id="ImportZone"></div>
<div class="tables" id="MasterZones">
<div class="searchbar" id="searchbar">
<input type="text" id="domsearch" name="domsearch" placeholder="Search...."/>
@ -116,7 +117,6 @@ if (isset($templatelist)) {
</div>
<div class="tables" id="SlaveZones"></div>
</div>
<div style="visibility: hidden;" id="ImportZone"></div>
<? if (is_adminuser()) { ?>
<div id="users">
<div class="tables" id="Users"></div>