From cfc18b1fe830f082f14e1cd2854b9339a41fa81e Mon Sep 17 00:00:00 2001 From: alex_t_king Date: Wed, 24 Sep 2003 22:00:00 +0000 Subject: [PATCH] renamed b2edit.form.php and added links to the posts and comments sections git-svn-id: http://svn.automattic.com/wordpress/trunk@380 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/wp-edit.form.php | 225 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 225 insertions(+) create mode 100644 wp-admin/wp-edit.form.php diff --git a/wp-admin/wp-edit.form.php b/wp-admin/wp-edit.form.php new file mode 100644 index 0000000000..e805b9eb7d --- /dev/null +++ b/wp-admin/wp-edit.form.php @@ -0,0 +1,225 @@ +
+ ?
'; + } else { + $form_pingback = ''; + } + if ($use_trackback) { + $form_trackback = '

(Separate multiple URLs with commas.)
+

'; + } else { + $form_trackback = ''; + } + $colspan = 3; + break; + case "edit": + $submitbutton_text = 'Edit this!'; + $toprow_title = 'Editing Post #' . $postdata['ID']; + $form_action = 'editpost'; + $form_extra = "' />\n'; + $form_prevstatus = ''; + $form_trackback = ''; + break; + case "editcomment": + $submitbutton_text = 'Edit this!'; + $toprow_title = 'Editing Comment # '.$commentdata['comment_ID']; + $form_action = 'editedcomment'; + $form_extra = "' />\n\n'; + $form_trackback = ''; + break; +} + +?> + +
+ + + + + + +
+ +
+ +
+
+ +
+ +
+
+ +
+ +
+
+ +
+ +
+
+ +
+ +
+
+ +
+ +
+
+ + + + + + + + +
+
+
+
+ +
+
+ +
+ + + +

+
+

+ + + + + + + +
+Post:'; +} else { + echo ''; +} +?> + +Quicktags: '; + include('wp-quicktags.php'); +} +?> +
+ 100)) { + $rows = 9; + } +?> +
+ + + +  +  click for Geo Info +
+ + + + + +

+ + += $fileupload_minlevel) && ((ereg(" ".$user_login." ", $fileupload_allowedusers)) || (trim($fileupload_allowedusers)=="")) ) { ?> + + 4) && ($action != "post")) +if ($user_level > 4) { + touch_time(($action == 'edit')); +} +if ('edit' == $action) echo " +

Delete this post

"; +?> + +

Go to: Post/Edit | Posts | Comments

+ +
+
\ No newline at end of file