1
0

Changing design to mostly tableless code.

This commit is contained in:
Stefan Frech
2008-05-30 21:11:07 +00:00
committed by Jonas Kattendick
parent df60ffea39
commit 91468a4bed
21 changed files with 733 additions and 970 deletions

View File

@@ -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>