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

@@ -42,7 +42,7 @@ if ($post_title == '' || $post_url == '') {
?>
<p class="title">New Bookmark</p>
<h2 class="title">New Bookmark</h2>
<form action="<?php echo $_SERVER['SCRIPT_NAME'] . "?folderid=" . $folderid; ?>" id="bmnew" method="POST">
<p>Title<br>
<input type=text name="title" size="50" value="<?php echo $title; ?>"></p>