Layout improvements. Change default inner padding for html_frame_start() from 5 to 0, this
lets us eliminate the white spacing between frames and their contents. Add in a div.default_container class that has a 5px padding to replace the now not present default spacing.
This commit is contained in:
@@ -27,6 +27,8 @@ if(!empty($aClean['sSubmit']))
|
||||
|
||||
apidb_header("Edit Application Version");
|
||||
|
||||
echo "<div class='default_container'>\n";
|
||||
|
||||
echo "<form method=post action='editAppVersion.php'>\n";
|
||||
|
||||
if($_SESSION['current']->hasPriv("admin"))
|
||||
@@ -65,6 +67,9 @@ if(!empty($aClean['sSubmit']))
|
||||
}
|
||||
|
||||
echo html_back_link(1,$oVersion->objectMakeUrl());
|
||||
|
||||
echo "</div>\n";
|
||||
|
||||
apidb_footer();
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user