1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-02 11:39:26 +00:00

add infobox overlay, layout fixes

This commit is contained in:
Andrew Dolgov
2007-05-14 09:08:18 +01:00
parent e8d0177dab
commit 5ede560f8c
7 changed files with 35 additions and 5 deletions

View File

@@ -212,9 +212,9 @@
print "<tr class=\"title\">
<td align='center' width=\"5%\">&nbsp;</td>
<td width='40%'><a href=\"javascript:updateUsersList('login')\">".__('Login')."</a></td>
<td width='40%'><a href=\"javascript:updateUsersList('access_level')\">".__('Access Level')."</a></td>
<td width='30%'><a href=\"javascript:updateUsersList('last_login')\">".__('Last login')."</a></td></tr>";
<td width=''><a href=\"javascript:updateUsersList('login')\">".__('Login')."</a></td>
<td width='20%'><a href=\"javascript:updateUsersList('access_level')\">".__('Access Level')."</a></td>
<td width='20%'><a href=\"javascript:updateUsersList('last_login')\">".__('Last login')."</a></td></tr>";
$lnum = 0;