diff options
Diffstat (limited to 'phpBB/adm/style/acp_words.html')
| -rw-r--r-- | phpBB/adm/style/acp_words.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_words.html b/phpBB/adm/style/acp_words.html index 9bd0bf11a0..3fa4cfc91c 100644 --- a/phpBB/adm/style/acp_words.html +++ b/phpBB/adm/style/acp_words.html @@ -62,6 +62,10 @@ <td style="text-align: center;">{words.REPLACEMENT}</td> <td> <a href="{words.U_EDIT}">{ICON_EDIT}</a> <a href="{words.U_DELETE}">{ICON_DELETE}</a> </td> </tr> + <!-- BEGINELSE --> + <tr class="row3"> + <td colspan="3">{L_ACP_NO_ITEMS}</td> + </tr> <!-- END words --> </tbody> </table> |
