Changing design to mostly tableless code.
This commit is contained in:
@@ -8,7 +8,7 @@ $public = set_post_bool_var ("public", false);
|
||||
if ($foldername == "") {
|
||||
?>
|
||||
|
||||
<p class="title">New Folder</p>
|
||||
<h2 class="title">New Folder</h2>
|
||||
<form action="<?php echo $_SERVER['SCRIPT_NAME'] . "?folderid=" . $folderid; ?>" id="fnew" method="POST">
|
||||
<p><input type=text name="foldername" size="50" value="<?php echo $foldername; ?>"></p>
|
||||
<p><input type="checkbox" name="public"> Public</p>
|
||||
|
||||
Reference in New Issue
Block a user