Skip to content

Commit

Permalink
* Dark theme..
Browse files Browse the repository at this point in the history
  • Loading branch information
peace-maker committed Aug 22, 2010
1 parent b325466 commit 2646f39
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion web_upload/includes/sb-callback.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function LostPassword($email)
'X-Mailer: PHP/' . phpversion();
$m = mail($email, "SourceBans Password Reset", $message, $headers);

$objResponse->addScript("ShowBox('Error', 'Please check your email inbox (and spam) for a link which will help you reset your password.', 'blue', '');");
$objResponse->addScript("ShowBox('Check E-Mail', 'Please check your email inbox (and spam) for a link which will help you reset your password.', 'blue', '');");
return $objResponse;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{else}
<h3>Servers (<span id="srvcount">{$server_count}</span>)</h3>

{if permission_config}
{if $permission_config}
To view the database config file you need to upload to your game server, click <a href="index.php?p=admin&c=servers&o=dbsetup">here</a>.<br /><br />
{/if}

Expand Down
4 changes: 2 additions & 2 deletions web_upload/themes/sourcebans_dark/page_bans.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
</tr>
{foreach from=$ban_list item=ban name=banlist}
<tr class="opener tbl_out" onmouseout="this.className='tbl_out'" onmouseover="this.className='tbl_hover'"
{if $ban.server != "Web Ban"}
{if $ban.server_id != 0}
onclick="xajax_ServerHostPlayers({$ban.server_id}, {$ban.ban_id});"
{/if}
>
Expand Down Expand Up @@ -246,7 +246,7 @@
<tr align="left">
<td width="20%" height="16" class="listtable_1">Banned from</td>
<td height="16" class="listtable_1" id="ban_server_{$ban.ban_id}">
{if $ban.server == "Web Ban"}
{if $ban.server_id == 0}
Web Ban
{else}
Please Wait...
Expand Down

0 comments on commit 2646f39

Please sign in to comment.