Clean up HTML and PHP, remove extranious checks for loggedin()
This commit is contained in:
@@ -130,7 +130,7 @@ else
|
||||
echo '<tr><td class=color1>Title</td><td class=color0><input size=80% type="text" name="noteTitle" type="text" value="'.$_REQUEST['noteTitle'].'"></td></tr>',"\n";
|
||||
}
|
||||
echo '<tr><td class=color4>Description</td><td class=color0>', "\n";
|
||||
echo '<textarea cols=$50 rows=10 name="noteDesc">'.stripslashes($_REQUEST['noteDesc']).'</textarea></td></tr>',"\n";
|
||||
echo '<textarea cols=50 rows=10 name="noteDesc">'.stripslashes($_REQUEST['noteDesc']).'</textarea></td></tr>',"\n";
|
||||
echo '<tr><td colspan=2 align=center class=color3>',"\n";
|
||||
echo '<input type="submit" name=preview value="Preview"> ',"\n";
|
||||
echo '<input type="submit" name=sub value="Update"> ',"\n";
|
||||
|
||||
Reference in New Issue
Block a user