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

@@ -24,7 +24,7 @@ if (count ($bmlist) > 1) {
$query_string = "?bmlist=" . implode ("_", $bmlist);
?>
<p class="title">Change public state:</p>
<h2 class="title">Change public state:</h2>
<div style="width:100%; height:330px; overflow:auto;">
<?php
@@ -138,7 +138,7 @@ else if ($post_title == "" || $post_url == "" || $post_icon) {
?>
<p class="title">Edit Bookmark</p>
<h2 class="title">Edit Bookmark</h2>
<form action="<?php echo $_SERVER['SCRIPT_NAME'] . "?bmlist=" . $row->id; ?>" id="bmedit" method="POST">
<p>Title<br>
<input type=text name="title" size="50" value="<?php echo $row->title; ?>"> <?php echo $settings['show_bookmark_icon'] ? $icon : ""; ?></p>