From 0df81fe574392f4fb0089373377f73f4f566a973 Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 14 Dec 2005 08:29:43 +0000 Subject: [PATCH] noscript support for uploading. fixes #2078 git-svn-id: http://svn.automattic.com/wordpress/trunk@3307 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/admin-functions.php | 16 +++++------ wp-admin/inline-uploading.php | 53 +++++++++++++++++++++++++++-------- wp-admin/wp-admin.css | 2 +- 3 files changed, 51 insertions(+), 20 deletions(-) diff --git a/wp-admin/admin-functions.php b/wp-admin/admin-functions.php index 771c2fdea..1be26211a 100644 --- a/wp-admin/admin-functions.php +++ b/wp-admin/admin-functions.php @@ -1847,15 +1847,15 @@ function the_attachment_links($id = false) { $icon = get_attachment_icon($post->ID); ?> -
- -
- +


+

+


+

-
- -
- +


+

+


+

+
Choose Links
+ +"; $send_delete_cancel = "$__send_to_editor $__delete $__close @@ -233,6 +241,7 @@ imgb[{$ID}] = '\"{$image['po \"{$image['post_title']}\" + {$noscript} "; $popups .= " "; $popups .= " + + diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 357d19f1d..a61cecfa7 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -160,7 +160,7 @@ textarea, input, select { margin-bottom: 16px; height: 15em; width: 100%; - overflow-y: hidden; +/* overflow-y: hidden;*/ } form#upload th {