[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.
--- 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"> </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 {