1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11915] Remove files that are no longer used.

PHPBB3-11915
This commit is contained in:
Cesar G
2013-12-18 17:56:46 -08:00
parent c1cca8aff4
commit 702efc8496
13 changed files with 3 additions and 188 deletions

View File

@@ -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 -->

View File

@@ -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',

View File

@@ -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 {