1
0

Changed title 'Homepage' to 'URL'

This commit is contained in:
Stefan Frech
2008-06-16 09:36:47 +00:00
committed by Jonas Kattendick
parent b4308ee5ab
commit 5b8f25c80f
5 changed files with 93 additions and 61 deletions

View File

@@ -46,7 +46,7 @@ if ($post_title == '' || $post_url == '') {
<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>
<p>Homepage<br>
<p>URL<br>
<input type=text name="url" size="50" value="<?php echo $url; ?>"></p>
<p>Description<br>
<textarea name="description" cols="50" rows="8"><?php echo $post_description; ?></textarea></p>
@@ -119,4 +119,4 @@ else {
}
}
require_once (ABSOLUTE_PATH . "footer.php");
?>
?>