[feladat @ 158]
authorpeter
Wed, 12 Mar 2008 19:47:25 +0000
changeset 80 48b5f7021aaa
parent 79 0c0aa144356a
child 81 c72d6d51f3d3
[feladat @ 158] Bugfix for ticket:18: Minor modification in the CSS to make sure no data is displayed on top of other data. Also a little modification to make sure the sub-owners (if there are any) are displayed above the record form, instead of next to it.
edit_record.php
style/example.inc.php
--- 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");
 ?>
--- a/style/example.inc.php	Mon Mar 10 19:15:59 2008 +0000
+++ b/style/example.inc.php	Wed Mar 12 19:47:25 2008 +0000
@@ -38,7 +38,7 @@
 
 #meta {
         width:                  100%;
-	clear:			left;
+	clear:			both;
 }
 
 #meta .button	{