diff options
author | Michael Miday <midaym@gmail.com> | 2015-09-14 16:25:36 +0200 |
---|---|---|
committer | Michael Miday <midaym@gmail.com> | 2015-09-14 16:25:36 +0200 |
commit | 70f1b08c69c483122717979a7e91c6eed20cbed9 (patch) | |
tree | 5cbab66bfff3365a6d8bf8e750de757ae2c5a573 /phpBB/styles/prosilver/template/posting_attach_body.html | |
parent | fe0e9b2e4c0b83aa00a3f7bbecc82446a7f28bc0 (diff) | |
download | forums-70f1b08c69c483122717979a7e91c6eed20cbed9.tar forums-70f1b08c69c483122717979a7e91c6eed20cbed9.tar.gz forums-70f1b08c69c483122717979a7e91c6eed20cbed9.tar.bz2 forums-70f1b08c69c483122717979a7e91c6eed20cbed9.tar.xz forums-70f1b08c69c483122717979a7e91c6eed20cbed9.zip |
[ticket/14139] Add class of IDs to html tags
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_attach_body.html')
-rw-r--r-- | phpBB/styles/prosilver/template/posting_attach_body.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/posting_attach_body.html b/phpBB/styles/prosilver/template/posting_attach_body.html index 81b2c2bf41..81e3186de1 100644 --- a/phpBB/styles/prosilver/template/posting_attach_body.html +++ b/phpBB/styles/prosilver/template/posting_attach_body.html @@ -17,11 +17,11 @@ </dl> </fieldset> - <div id="attach-panel-multi"> + <div id="attach-panel-multi" class="attach-panel-multi"> <input type="button" class="button2" value="{L_PLUPLOAD_ADD_FILES}" id="add_files" /> </div> - <div class="panel<!-- IF not .attach_row --> hidden<!-- ENDIF -->" id="file-list-container"> + <div class="panel<!-- IF not .attach_row --> hidden<!-- ENDIF --> file-list-container" id="file-list-container"> <div class="inner"> <table class="table1 zebra-list fixed-width-table"> <thead> @@ -32,7 +32,7 @@ <th class="attach-status">{L_PLUPLOAD_STATUS}</th> </tr> </thead> - <tbody class="responsive-skip-empty" id="file-list"> + <tbody class="responsive-skip-empty file-list" id="file-list"> <tr class="attach-row" id="attach-row-tpl"> <td class="attach-name"> <span class="file-name ellipsis-text"></span> |