Skip to content

Commit

Permalink
Added small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Halama committed Jun 15, 2014
1 parent 68fb375 commit 028d7ad
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion admin_badwords.php
Expand Up @@ -6,7 +6,7 @@
// Using textdb Version: 4.3.2
require_once("./includes/upb.initialize.php");
$words = array();
$where = "<a href='admin.php'>Admin</a> ".$_CONFIG["where_sep"]." <a href='admin_badwords.php'>Manage Filtered Lanuage</a>";
$where = "<a href='admin.php'>Admin</a> ".$_CONFIG["where_sep"]." <a href='admin_badwords.php'>Manage Filtered Language</a>";
require_once('./includes/header.php');
if (!(isset($_COOKIE["user_env"]) && isset($_COOKIE["uniquekey_env"]) && isset($_COOKIE["power_env"]) && isset($_COOKIE["id_env"]))) {
echo "
Expand Down
2 changes: 1 addition & 1 deletion admin_navigation.php
Expand Up @@ -13,7 +13,7 @@
<div style='width:50%;float:right;line-height:20px;text-align:center;'><span class='link_1'>
<a href='admin_checkupdate.php#skip_nav' target = '_parent'>Check for Updates</a><br />
<a href='admin_banuser.php#skip_nav' target = '_parent'>Manage Banned users</a><br />
<a href='admin_badwords.php#skip_nav' target = '_parent'>Manage Filtered Lanuage</a><br />
<a href='admin_badwords.php#skip_nav' target = '_parent'>Manage Filtered Language</a><br />
<a href='admin_iplog.php#skip_nav' target = '_parent'>View the IP Address Log</a><br />
<a href='admin_restore.php#skip_nav' target = '_parent'>Backup/Restore the database</a><br /></span></div>";
}
Expand Down
2 changes: 1 addition & 1 deletion pmsystem.php
Expand Up @@ -40,7 +40,7 @@
<th>&nbsp;</th>
</tr>
<tr>
<td class='area_2' style='text-align:center;font-weight:bold;padding:12px;line-height:20px;' colspan='3'>No Messages in your ".$_GET["section"]."</td>
<td class='area_2' style='text-align:center;font-weight:bold;padding:12px;line-height:20px;'>No Messages in your ".$_GET["section"]."</td>
</tr>";
echoTableFooter(SKIN_DIR);
require_once('./includes/footer.php');
Expand Down
2 changes: 1 addition & 1 deletion register.php
Expand Up @@ -311,7 +311,7 @@
</tr>
<tr>
<td class='area_1' style='width:45%;'><strong>Location:</strong><br />Where are you from? (it can be anything)</td>
<td class='area_2'><input type=text name='u_loca' size='4';</td>
<td class='area_2'><input type=text name='u_loca' size='40';</td>
</tr>
<tr>
<td class='area_1'><strong>Website URL:</strong><br />please include the http:// in front of url</td>
Expand Down
2 changes: 1 addition & 1 deletion skins/default/css/style.css
Expand Up @@ -1289,7 +1289,7 @@ vertical-align: middle;
font-family : arial,verdana,tahoma;
font-size : 11px;
text-align : center;
padding : 4px;
padding : 0px;
}

/* This is the style for the pm link when viewing a members profile */
Expand Down
2 changes: 1 addition & 1 deletion viewforum.php
Expand Up @@ -121,7 +121,7 @@
if (empty($tRecs[0]['id'])) {
echo "
<tr>
<td colspan='6' class='area_2' style='text-align:center;font-weight:bold;padding:20px;'>no posts</td>
<td colspan='2' class='area_2' style='text-align:center;font-weight:bold;padding:20px;'>no posts</td>
</tr>";
} else {
foreach($tRecs as $tRec) {
Expand Down

0 comments on commit 028d7ad

Please sign in to comment.