mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +03:00
Move to top, to prevent add-form to show up below everything
This commit is contained in:
parent
3d7c838a99
commit
3cf89d350a
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue