From 33f045c3df5e610123b69b9c8a6867b6034c7b8f Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 14 Dec 2005 08:29:43 +0000 Subject: [PATCH] noscript support for uploading. fixes #2078 git-svn-id: https://develop.svn.wordpress.org/trunk@3307 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 771c2fdea4..1be26211a8 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 357d19f1d1..a61cecfa72 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 {