Fixed some small bugs
authorLuzifr <szekely@woltlab.com>
Wed, 3 Aug 2011 14:21:20 +0000 (16:21 +0200)
committerLuzifr <szekely@woltlab.com>
Wed, 3 Aug 2011 14:21:20 +0000 (16:21 +0200)
wcfsetup/install/files/acp/templates/acpSessionLogList.tpl
wcfsetup/install/files/acp/templates/cronjobList.tpl
wcfsetup/install/files/acp/templates/footer.tpl

index a86d5c200106cf3280aae00e230f5d4ee5fba3c5..b03540555d37806e564af9e49aa5456b0a66d596 100644 (file)
@@ -36,7 +36,7 @@
                        {foreach from=$sessionLogs item=sessionLog}
                                <tr class="{if $sessionLog->active} activeContainer{/if}">
                                        <td class="columnSessionLogID columnID"><p>{@$sessionLog->sessionLogID}</p></td>
-                                       <td class="columnUsername columnText"><p>{if $__wcf->user->userID == $sessionLog->userID}<img src="{@RELATIVE_WCF_DIR}icon/user.svg" alt="" />{/if} <a href="index.php?page=ACPSessionLog&amp;sessionLogID={@$sessionLog->sessionLogID}{@SID_ARG_2ND}">{$sessionLog->username}</a></p></td>
+                                       <td class="columnUsername columnText"><p>{if $__wcf->user->userID == $sessionLog->userID}<img src="{@RELATIVE_WCF_DIR}icon/userS.png" alt="" />{/if} <a href="index.php?page=ACPSessionLog&amp;sessionLogID={@$sessionLog->sessionLogID}{@SID_ARG_2ND}">{$sessionLog->username}</a></p></td>
                                        <td class="columnIpAddress columnText"><p><a href="index.php?page=ACPSessionLog&amp;sessionLogID={@$sessionLog->sessionLogID}{@SID_ARG_2ND}">{$sessionLog->ipAddress}</a><br /><a href="index.php?page=ACPSessionLog&amp;sessionLogID={@$sessionLog->sessionLogID}{@SID_ARG_2ND}">{$sessionLog->hostname}</a></p></td>
                                        <td class="columnUserAgent columnText smallFont"><p><a href="index.php?page=ACPSessionLog&amp;sessionLogID={@$sessionLog->sessionLogID}{@SID_ARG_2ND}">{$sessionLog->userAgent}</a></p></td>
                                        <td class="columnTime columnText"><p>{@$sessionLog->time|time}</p></td>
index 8d4e2265d331a3f2c32b0be81f029cbef8a975ec..6b375004dd781e237102997de00fe3f481d2bde6 100644 (file)
@@ -55,7 +55,7 @@
 {else}
        <div class="border boxTitle">
                <hgroup>
-                       <h1>{lang}wcf.acp.cronjob.list.count{/lang}</h1>
+                       <h1>{lang}wcf.acp.cronjob.list.count{/lang} <span class="badge" title="{lang}wcf.acp.cronjob.list.count{/lang}">{#$items}</span></h1>
                </hgroup>
                <table>
                        <thead>
index b64f2fdadcf768050ca9979c72473874385b4e06..42b25de64a763ed245e98e0ca73886707404fd86 100644 (file)
@@ -12,7 +12,7 @@
                                </ul>
                        </nav>
                </div>
-               <p class="copyright"><a href="http://www.woltlab.com" title="Go to the WoltLab website">Copyright &copy; 2001-2011 WoltLab&reg; GmbH</a></p>
+               <small class="copyright"><a href="http://www.woltlab.com" title="Go to the WoltLab website">Copyright &copy; 2001-2011 WoltLab&reg; GmbH</a></small>
        </footer>
        <!-- /FOOTER -->
        <a id="bottom"></a>