diff options
author | Cesar G <prototech91@gmail.com> | 2014-12-09 17:50:34 -0800 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-12-09 17:50:34 -0800 |
commit | 1d8e2617479fb65e3b8f6aa225f3063d0507dbad (patch) | |
tree | 94e61386b668480a277140f62280fb13fa5416c8 | |
parent | d22fa412c4ec3d52c3a1d41bfb9f968bbbf3a94e (diff) | |
parent | 46384adf00d2ad6240fba31287c869729a2192a6 (diff) | |
download | forums-1d8e2617479fb65e3b8f6aa225f3063d0507dbad.tar forums-1d8e2617479fb65e3b8f6aa225f3063d0507dbad.tar.gz forums-1d8e2617479fb65e3b8f6aa225f3063d0507dbad.tar.bz2 forums-1d8e2617479fb65e3b8f6aa225f3063d0507dbad.tar.xz forums-1d8e2617479fb65e3b8f6aa225f3063d0507dbad.zip |
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus:
[ticket/13319] Add missing table tags
-rw-r--r-- | phpBB/adm/style/acp_icons.html | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/phpBB/adm/style/acp_icons.html b/phpBB/adm/style/acp_icons.html index 9117052d87..f18dad0ef6 100644 --- a/phpBB/adm/style/acp_icons.html +++ b/phpBB/adm/style/acp_icons.html @@ -7,7 +7,7 @@ <script type="text/javascript" defer="defer"> // <![CDATA[ <!-- IF S_ADD_CODE --> - + var smiley = Array(); <!-- BEGIN smile --> smiley['{smile.SMILEY_URL}'] = Array(); @@ -37,10 +37,10 @@ } } } - + <!-- ENDIF --> - + function toggle_select(icon, display, select) { var disp = document.getElementById('order_disp_' + select); @@ -101,7 +101,7 @@ <tbody> <!-- BEGIN items --> <tr> - + <td style="text-align: center;"><img src="{items.IMG_SRC}" alt="" title="" /><input type="hidden" name="image[{items.IMG}]" value="1" /></td> <td style="vertical-align: top;">[{items.IMG}]</td> <!-- IF S_SMILIES --> @@ -121,7 +121,7 @@ <optgroup id="order_disp_{items.S_ROW_COUNT}" label="{L_DISPLAY_POSTING}" <!-- IF not items.POSTING_CHECKED -->disabled="disabled" class="disabled-options" <!-- ENDIF -->>{S_ORDER_LIST_DISPLAY}</optgroup> <optgroup id="order_no_disp_{items.S_ROW_COUNT}" label="{L_DISPLAY_POSTING_NO}" <!-- IF items.POSTING_CHECKED -->disabled="disabled" class="disabled-options" <!-- ENDIF -->>{S_ORDER_LIST_UNDISPLAY}</optgroup> </select></td> - <!-- ENDIF --> + <!-- ENDIF --> <!-- IF S_ADD --> <td><input type="checkbox" class="radio" name="add_img[{items.IMG}]" value="1" /></td> <!-- ENDIF --> @@ -147,6 +147,8 @@ </tr> <!-- ENDIF --> <!-- ELSE --> + </thead> + <tbody> <tr class="row3"> <td colspan="{COLSPAN}">{L_NO_ICONS}</td> </tr> @@ -174,7 +176,7 @@ <fieldset> <legend>{L_IMPORT}</legend> - + <!-- IF not S_PAK_OPTIONS --> <p>{L_NO_PAK_OPTIONS}</p> @@ -259,7 +261,7 @@ </table> <div class="pagination"> <!-- IF .pagination --> - <!-- INCLUDE pagination.html --> + <!-- INCLUDE pagination.html --> <!-- ENDIF --> </div> <p class="quick"> |