NIHVIVO-2838: Fixed more layout issues for ie6,7,8,9 in main account management page

This commit is contained in:
manolobevia 2011-07-08 16:26:16 +00:00
parent d9567f69ab
commit e9b939e1c5
2 changed files with 24 additions and 31 deletions

View file

@ -81,14 +81,15 @@
<thead>
<tr>
<th scope="col">
<input class="delete-all hidden" type="checkbox" name="delete-all">
<span>Email Address</span>
<nav class="account-alpha-browse">
<a class="sort-asc" href="?accountsPerPage=${accountsPerPage}&orderField=email&orderDirection=ASC" title="ascending order"></a>
<a class="sort-desc" href="?accountsPerPage=${accountsPerPage}&orderField=email&orderDirection=DESC" title="descending order"></a>
</nav>
<th scope="col"> <input class="delete-all hidden" type="checkbox" name="delete-all">
<span>Email Address</span>
<nav class="account-alpha-browse">
<a class="sort-asc" href="?accountsPerPage=${accountsPerPage}&orderField=email&orderDirection=ASC" title="ascending order"></a>
<a class="sort-desc" href="?accountsPerPage=${accountsPerPage}&orderField=email&orderDirection=DESC" title="descending order"></a>
</nav>
</th>
<th scope="col">
First name
<nav class="account-alpha-browse">
@ -115,13 +116,13 @@
<th scope="col">Roles</th>
<th scope="col">
<#--<th scope="col">
Login count
<nav class="account-alpha-browse">
<a class="sort-asc" href="?accountsPerPage=${accountsPerPage}&orderField=count&orderDirection=ASC" title="ascending order"></a>
<a class="sort-desc" href="?accountsPerPage=${accountsPerPage}&orderField=count&orderDirection=DESC" title="descending order"></a>
</nav>
</th>
</th>-->
<th scope="col">
Last Login Time
@ -151,7 +152,7 @@
<div>${permissionSet}</div>
</#list>
</td>
<td>${account.loginCount}</td>
<#--<td>${account.loginCount}</td>-->
<td>
<#if account.lastLoginTime??>
${account.lastLoginTime?datetime?string.full}