edit_record.php
changeset 80 48b5f7021aaa
parent 79 0c0aa144356a
child 82 c255196bc447
--- a/edit_record.php	Mon Mar 10 19:15:59 2008 +0000
+++ b/edit_record.php	Wed Mar 12 19:47:25 2008 +0000
@@ -80,6 +80,8 @@
 <?php 
 }
 ?>
+	<div id="meta">&nbsp;</div>
+	<div>
     <form method="post" action="edit_record.php">
      <input type="hidden" name="recordid" value="<?php echo  $_GET["id"] ?>">
      <input type="hidden" name="domainid" value="<?php echo  $_GET["domain"] ?>">
@@ -146,6 +148,7 @@
        <input type="reset" name="reset" value="<?php echo _('Reset changes'); ?>" class="button">
       </p>
      </form>
+	</div>
 <?php
 include_once("inc/footer.inc.php");
 ?>