Add missing info box
authorNiklas <azerusDE@users.noreply.github.com>
Tue, 8 Mar 2016 19:32:13 +0000 (20:32 +0100)
committerNiklas <azerusDE@users.noreply.github.com>
Tue, 8 Mar 2016 19:32:13 +0000 (20:32 +0100)
Add in the boxList.tpl the info box, if there are no items available

wcfsetup/install/files/acp/templates/boxList.tpl

index 5a073aa9d8b18273d582fac36177bfeb2f7bf97f..dad2a7aa4376321f00dea536428b91edb3eac905 100644 (file)
@@ -76,6 +76,8 @@
                        </ul>
                </nav>
        </div>
+{else}
+       <p class="info">{lang}wcf.global.noItems{/lang}</p>
 {/if}
 
 {include file='footer'}