From 3cf89d350aea110f33fd9ac09b791d6e4952bb1c Mon Sep 17 00:00:00 2001
From: Mark Schouten <mark@tuxis.nl>
Date: Wed, 23 Jul 2014 13:34:04 +0200
Subject: [PATCH] Move to top, to prevent add-form to show up below everything

---
 index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.php b/index.php
index 1bb8eb1..e82bbff 100644
--- a/index.php
+++ b/index.php
@@ -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>