Skip to content

Commit

Permalink
Fixed a style issue in display of header in userrighthandling
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/stable_plus@3452 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Thibault Le Meur committed Oct 22, 2007
1 parent 8086add commit 28b2e24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/userrighthandling.php
Expand Up @@ -163,8 +163,8 @@
{
if($_SESSION['loginID'] != $_POST['uid'])
{
$usersummary = "<table width='100%' border='0'>\n\t<tr><td colspan='8' bgcolor='black' align='center'>\n"
. "\t\t<strong><font color='white'>".$clang->gT("Set User Rights").": ".$_POST['user']."</td></tr>\n";
$usersummary = "<table width='100%' border='0'>\n\t<tr><td colspan='8' class='header' align='center'>\n"
. "\t\t".$clang->gT("Set User Rights").": ".$_POST['user']."</td></tr>\n";

$userlist = getuserlist();
foreach ($userlist as $usr)
Expand Down

0 comments on commit 28b2e24

Please sign in to comment.