aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2013-12-18 17:56:46 -0800
committerCesar G <prototech91@gmail.com>2014-01-17 19:25:11 -0800
commit702efc849694f6acc15f60e0398b938b4021d7af (patch)
tree43f2f924ce1155493cb869002a14e4bef0378cbd /phpBB/styles
parentc1cca8aff4570421df934c2ac3121d50e2f4eb7b (diff)
downloadforums-702efc849694f6acc15f60e0398b938b4021d7af.tar
forums-702efc849694f6acc15f60e0398b938b4021d7af.tar.gz
forums-702efc849694f6acc15f60e0398b938b4021d7af.tar.bz2
forums-702efc849694f6acc15f60e0398b938b4021d7af.tar.xz
forums-702efc849694f6acc15f60e0398b938b4021d7af.zip
[ticket/11915] Remove files that are no longer used.
PHPBB3-11915
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/overall_header.html1
-rw-r--r--phpBB/styles/prosilver/template/plupload.html2
-rw-r--r--phpBB/styles/prosilver/theme/plupload.css6
3 files changed, 3 insertions, 6 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html
index 529e6625fe..a89585d899 100644
--- a/phpBB/styles/prosilver/template/overall_header.html
+++ b/phpBB/styles/prosilver/template/overall_header.html
@@ -36,7 +36,6 @@
<!-- ENDIF -->
<!-- IF S_PLUPLOAD -->
- <link href="{T_ASSETS_PATH}/plupload/jquery.plupload.queue/css/jquery.plupload.queue.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet" type="text/css" media="screen, projection" />
<link href="{T_THEME_PATH}/plupload.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet" type="text/css" media="screen, projection" />
<!-- ENDIF -->
diff --git a/phpBB/styles/prosilver/template/plupload.html b/phpBB/styles/prosilver/template/plupload.html
index 33520aab14..b7c6e42ab9 100644
--- a/phpBB/styles/prosilver/template/plupload.html
+++ b/phpBB/styles/prosilver/template/plupload.html
@@ -51,8 +51,6 @@ phpbb.plupload = {
headers: {'X-PHPBB-USING-PLUPLOAD': '1', 'X-Requested-With': 'XMLHttpRequest'},
file_data_name: 'fileupload',
multipart_params: {'add_file': '{LA_ADD_FILE}'},
- img_path: '{T_ASSETS_PATH}/plupload/jquery.plupload.queue/img',
- element_hook: '#attach-panel .inner',
form_hook: '#postform',
browse_button: 'add_files',
drop_element : 'message',
diff --git a/phpBB/styles/prosilver/theme/plupload.css b/phpBB/styles/prosilver/theme/plupload.css
index b5edea5f15..8569eca662 100644
--- a/phpBB/styles/prosilver/theme/plupload.css
+++ b/phpBB/styles/prosilver/theme/plupload.css
@@ -58,15 +58,15 @@
}
.file-status.file-working {
- background: url('../../../assets/plupload/jquery.plupload.queue/img/throbber.gif');
+ background: url('../../../assets/plupload/img/throbber.gif');
}
.file-status.file-uploaded {
- background: url('../../../assets/plupload/jquery.plupload.queue/img/done.gif');
+ background: url('../../../assets/plupload/img/done.gif');
}
.file-status.file-error {
- background: url('../../../assets/plupload/jquery.plupload.queue/img/error.gif');
+ background: url('../../../assets/plupload/img/error.gif');
}
.file-status {