Skip to content

Commit

Permalink
SporeServer: minor changes in user management pages (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
0KepOnline authored Nov 8, 2024
1 parent 83790e1 commit be5e801
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SporeServer/Pages/Moderation/Management/User/Create.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<td><input type="text" name="email" size="30" value="" class="text" /></td>
</tr>
<tr>
<td>UserName</td>
<td>User Name</td>
<td><input type="text" name="userName" size="30" value="" class="text" /></td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion SporeServer/Pages/Moderation/Management/User/Edit.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<title>User Management: Create User</title>
<title>User Management: Edit User</title>
<base href="https://community.spore.com" />
<link rel="stylesheet" type="text/css" href="/css/game/createUser.css" />
<link rel="stylesheet" type="text/css" href="/css/game/antialias.css" />
Expand Down
2 changes: 1 addition & 1 deletion SporeServer/Pages/Moderation/Management/Users.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<a href="/Moderation/Management/User/Edit/@(user.Id)" style=""><img src="utfres://0x011c0bde!icon_settings.png" /></a>
</td>
<td class="banButton@(odd ? " , odd" : "")">
<a href="sporeprofile:@(user.Id)" style=""><img src="utfres://AssetBrowserGraphics!0x9F681350.png" /></a>
<a href="sporeprofile:@(user.Id)" style=""><img src="utfres://AssetBrowserGraphics!spg_feedicon_build.png" /></a>
</td>
}
</tr>
Expand Down

0 comments on commit be5e801

Please sign in to comment.