New class
authorLuzifr <szekely@woltlab.com>
Tue, 7 Feb 2012 15:19:13 +0000 (16:19 +0100)
committerLuzifr <szekely@woltlab.com>
Tue, 7 Feb 2012 15:19:13 +0000 (16:19 +0100)
wcfsetup/install/files/acp/templates/acpSessionLog.tpl
wcfsetup/install/files/acp/templates/packageInstallationConfirm.tpl

index 7f4a490e4ff8cdcf1cd7ff179ab8f5acb4efbcc5..fb0a11ed3c82a808b4584b05a8ce2ff0f82a8f5d 100644 (file)
@@ -17,7 +17,7 @@
                        <h1>{lang}wcf.acp.sessionLog.access.list{/lang} <span class="wcf-badge" title="{lang}wcf.acp.sessionLog.access.list.count{/lang}">{#$items}</span></h1>
                </hgroup>
                
-               <table>
+               <table class="wcf-table">
                        <thead>
                                <tr>
                                        <th class="columnID columnSessionAccessLogID{if $sortField == 'sessionAccessLogID'} active{/if}"><a href="{link controller='ACPSessionLog' id=$sessionLogID}pageNo={@$pageNo}&sortField=sessionAccessLogID&sortOrder={if $sortField == 'sessionAccessLogID' && $sortOrder == 'ASC'}DESC{else}ASC{/if}{/link}">{lang}wcf.global.objectID{/lang}{if $sortField == 'sessionAccessLogID'} <img src="{@RELATIVE_WCF_DIR}icon/sort{@$sortOrder}.svg" alt="" />{/if}</a></th>
index c7653f65e435842e9324fbc0a7a8f3a4129618ec..3479478ff0f7c198a3af11d396ba288859976fd1 100644 (file)
@@ -83,7 +83,7 @@
                        <h2>{lang}wcf.acp.package.install.updatableInstances.description{/lang}</h2>
                </hgroup>
                
-               <table>
+               <table class="wcf-table">
                        <thead>
                                <tr>
                                        <th class="columnTitle">{lang}wcf.acp.package.list.name{/lang}</th>