diff --git a/ext/upload/minus.png b/ext/upload/minus.png new file mode 100644 index 00000000..57c86dec Binary files /dev/null and b/ext/upload/minus.png differ diff --git a/ext/upload/plus.png b/ext/upload/plus.png new file mode 100644 index 00000000..d7ec0ae3 Binary files /dev/null and b/ext/upload/plus.png differ diff --git a/ext/upload/style.css b/ext/upload/style.css index 1fe3f45d..ef8424c9 100644 --- a/ext/upload/style.css +++ b/ext/upload/style.css @@ -5,5 +5,10 @@ #radio_button { width: auto; } +#wrapper { + opacity : 0.4; + filter: alpha(opacity=40); // msie +} + /* This is needed since the theme style.css forcibly sets vertical align to "top". */ TABLE.vert TD, TABLE.vert TH {vertical-align: middle;} diff --git a/ext/upload/theme.php b/ext/upload/theme.php index 7ce049cf..50895783 100644 --- a/ext/upload/theme.php +++ b/ext/upload/theme.php @@ -16,13 +16,44 @@ class UploadTheme extends Themelet { // Uploader 2.0! $upload_list = ""; for($i=0; $i<$config->get_int('upload_count'); $i++) { - $n = $i + 1; - $upload_list .= " -