Skip to content

Commit

Permalink
rev.64
Browse files Browse the repository at this point in the history
FluxBB 1.5.6
  • Loading branch information
MioVisman committed Jan 12, 2014
1 parent c101a9a commit 2bcf371
Show file tree
Hide file tree
Showing 59 changed files with 148 additions and 114 deletions.
10 changes: 5 additions & 5 deletions admin_bans.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<?php endif; ?> <fieldset>
<legend><?php echo $lang_admin_bans['Ban advanced subhead'] ?></legend>
<div class="infldset">
<table class="aligntop" cellspacing="0">
<table class="aligntop">
<tr>
<th scope="row"><?php echo $lang_admin_bans['Username label'] ?></th>
<td>
Expand Down Expand Up @@ -148,7 +148,7 @@
<fieldset>
<legend><?php echo $lang_admin_bans['Message expiry subhead'] ?></legend>
<div class="infldset">
<table class="aligntop" cellspacing="0">
<table class="aligntop">
<tr>
<th scope="row"><?php echo $lang_admin_bans['Ban message label'] ?></th>
<td>
Expand Down Expand Up @@ -408,7 +408,7 @@
<h2><span><?php echo $lang_admin_bans['Results head'] ?></span></h2>
<div class="box">
<div class="inbox">
<table cellspacing="0">
<table>
<thead>
<tr>
<th class="tcl" scope="col"><?php echo $lang_admin_bans['Results username head'] ?></th>
Expand Down Expand Up @@ -490,7 +490,7 @@
<fieldset>
<legend><?php echo $lang_admin_bans['Add ban subhead'] ?></legend>
<div class="infldset">
<table class="aligntop" cellspacing="0">
<table class="aligntop">
<tr>
<th scope="row"><?php echo $lang_admin_bans['Username label'] ?><div><input type="submit" name="add_ban" value="<?php echo $lang_admin_common['Add'] ?>" tabindex="2" /></div></th>
<td>
Expand All @@ -516,7 +516,7 @@
<legend><?php echo $lang_admin_bans['Ban search subhead'] ?></legend>
<div class="infldset">
<p><?php echo $lang_admin_bans['Ban search info'] ?></p>
<table class="aligntop" cellspacing="0">
<table class="aligntop">
<tr>
<th scope="row"><?php echo $lang_admin_bans['Username label'] ?></th>
<td><input type="text" name="form[username]" size="25" maxlength="25" tabindex="4" /></td>
Expand Down
6 changes: 3 additions & 3 deletions admin_categories.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
<fieldset>
<legend><?php echo $lang_admin_categories['Add categories subhead'] ?></legend>
<div class="infldset">
<table class="aligntop" cellspacing="0">
<table class="aligntop">
<tr>
<th scope="row"><?php echo $lang_admin_categories['Add category label'] ?><div><input type="submit" name="add_cat" value="<?php echo $lang_admin_categories['Add new submit'] ?>" tabindex="2" /></div></th>
<td>
Expand All @@ -202,7 +202,7 @@
<fieldset>
<legend><?php echo $lang_admin_categories['Delete categories subhead'] ?></legend>
<div class="infldset">
<table class="aligntop" cellspacing="0">
<table class="aligntop">
<tr>
<th scope="row"><?php echo $lang_admin_categories['Delete category label'] ?><div><input type="submit" name="del_cat" value="<?php echo $lang_admin_common['Delete'] ?>" tabindex="4" /></div></th>
<td>
Expand Down Expand Up @@ -233,7 +233,7 @@
<fieldset>
<legend><?php echo $lang_admin_categories['Edit categories subhead'] ?></legend>
<div class="infldset">
<table id="categoryedit" cellspacing="0" >
<table id="categoryedit" >
<thead>
<tr>
<th class="tcl" scope="col"><?php echo $lang_admin_categories['Category name label'] ?></th>
Expand Down
4 changes: 2 additions & 2 deletions admin_censoring.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<legend><?php echo $lang_admin_censoring['Add word subhead'] ?></legend>
<div class="infldset">
<p><?php echo $lang_admin_censoring['Add word info'].' '.($pun_config['o_censoring'] == '1' ? sprintf($lang_admin_censoring['Censoring enabled'], '<a href="admin_options.php#censoring">'.$lang_admin_common['Options'].'</a>') : sprintf($lang_admin_censoring['Censoring disabled'], '<a href="admin_options.php#censoring">'.$lang_admin_common['Options'].'</a>')) ?></p>
<table cellspacing="0">
<table>
<thead>
<tr>
<th class="tcl" scope="col"><?php echo $lang_admin_censoring['Censored word label'] ?></th>
Expand Down Expand Up @@ -150,7 +150,7 @@
{

?>
<table cellspacing="0" >
<table>
<thead>
<tr>
<th class="tcl" scope="col"><?php echo $lang_admin_censoring['Censored word label'] ?></th>
Expand Down
8 changes: 4 additions & 4 deletions admin_forums.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
<fieldset>
<legend><?php echo $lang_admin_forums['Edit details subhead'] ?></legend>
<div class="infldset">
<table class="aligntop" cellspacing="0">
<table class="aligntop">
<tr>
<th scope="row"><?php echo $lang_admin_forums['Forum name label'] ?></th>
<td><input type="text" name="forum_name" size="35" maxlength="80" value="<?php echo pun_htmlspecialchars($cur_forum['forum_name']) ?>" tabindex="1" /></td>
Expand Down Expand Up @@ -353,7 +353,7 @@ function sf_select_view ($id, $cur_forum, $space = '')
<legend><?php echo $lang_admin_forums['Group permissions subhead'] ?></legend>
<div class="infldset">
<p><?php printf($lang_admin_forums['Group permissions info'], '<a href="admin_groups.php">'.$lang_admin_common['User groups'].'</a>') ?></p>
<table id="forumperms" cellspacing="0">
<table id="forumperms">
<thead>
<tr>
<th class="atcl">&#160;</th>
Expand Down Expand Up @@ -443,7 +443,7 @@ function sf_select_view ($id, $cur_forum, $space = '')
<fieldset>
<legend><?php echo $lang_admin_forums['Create new subhead'] ?></legend>
<div class="infldset">
<table class="aligntop" cellspacing="0">
<table class="aligntop">
<tr>
<th scope="row"><?php echo $lang_admin_forums['Add forum label'] ?><div><input type="submit" name="add_forum" value="<?php echo $lang_admin_forums['Add forum'] ?>" tabindex="2" /></div></th>
<td>
Expand Down Expand Up @@ -522,7 +522,7 @@ function sf_list_view ($id, $space = '')
<fieldset>
<legend><?php echo $lang_admin_forums['Category subhead'] ?> <?php echo pun_htmlspecialchars($cur_forum['cat_name']) ?></legend>
<div class="infldset">
<table cellspacing="0">
<table>
<thead>
<tr>
<th class="tcl"><?php echo $lang_admin_common['Action'] ?></th>
Expand Down
8 changes: 4 additions & 4 deletions admin_groups.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<legend><?php echo $lang_admin_groups['Group settings subhead'] ?></legend>
<div class="infldset">
<p><?php echo $lang_admin_groups['Group settings info'] ?></p>
<table class="aligntop" cellspacing="0">
<table class="aligntop">
<tr>
<th scope="row"><?php echo $lang_admin_groups['Group title label'] ?></th>
<td>
Expand Down Expand Up @@ -544,7 +544,7 @@
<fieldset>
<legend><?php echo $lang_admin_groups['Add group subhead'] ?></legend>
<div class="infldset">
<table class="aligntop" cellspacing="0">
<table class="aligntop">
<tr>
<th scope="row"><?php echo $lang_admin_groups['New group label'] ?><div><input type="submit" name="add_group" value="<?php echo $lang_admin_common['Add'] ?>" tabindex="2" /></div></th>
<td>
Expand Down Expand Up @@ -575,7 +575,7 @@
<fieldset>
<legend><?php echo $lang_admin_groups['Default group subhead'] ?></legend>
<div class="infldset">
<table class="aligntop" cellspacing="0">
<table class="aligntop">
<tr>
<th scope="row"><?php echo $lang_admin_groups['Default group label'] ?><div><input type="submit" name="set_default_group" value="<?php echo $lang_admin_common['Save'] ?>" tabindex="4" /></div></th>
<td>
Expand Down Expand Up @@ -613,7 +613,7 @@
<legend><?php echo $lang_admin_groups['Edit groups subhead'] ?></legend>
<div class="infldset">
<p><?php echo $lang_admin_groups['Edit groups info'] ?></p>
<table cellspacing="0">
<table>
<?php

$cur_index = 5;
Expand Down
4 changes: 2 additions & 2 deletions admin_maintenance.php
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
<legend><?php echo $lang_admin_maintenance['Rebuild index subhead'] ?></legend>
<div class="infldset">
<p><?php printf($lang_admin_maintenance['Rebuild index info'], '<a href="admin_options.php#maintenance">'.$lang_admin_common['Maintenance mode'].'</a>') ?></p>
<table class="aligntop" cellspacing="0">
<table class="aligntop">
<tr>
<th scope="row"><?php echo $lang_admin_maintenance['Posts per cycle label'] ?></th>
<td>
Expand Down Expand Up @@ -300,7 +300,7 @@
<fieldset>
<legend><?php echo $lang_admin_maintenance['Prune subhead'] ?></legend>
<div class="infldset">
<table class="aligntop" cellspacing="0">
<table class="aligntop">
<tr>
<th scope="row"><?php echo $lang_admin_maintenance['Days old label'] ?></th>
<td>
Expand Down
22 changes: 11 additions & 11 deletions admin_options.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
<fieldset>
<legend><?php echo $lang_admin_options['Essentials subhead'] ?></legend>
<div class="infldset">
<table class="aligntop" cellspacing="0">
<table class="aligntop">
<tr>
<th scope="row"><?php echo $lang_admin_options['Board title label'] ?></th>
<td>
Expand Down Expand Up @@ -373,7 +373,7 @@
<fieldset>
<legend><?php echo $lang_admin_options['Timeouts subhead'] ?></legend>
<div class="infldset">
<table class="aligntop" cellspacing="0">
<table class="aligntop">
<tr>
<th scope="row"><?php echo $lang_admin_options['Time format label'] ?></th>
<td>
Expand Down Expand Up @@ -417,7 +417,7 @@
<fieldset>
<legend><?php echo $lang_admin_options['Display subhead'] ?></legend>
<div class="infldset">
<table class="aligntop" cellspacing="0">
<table class="aligntop">
<tr>
<th scope="row"><?php echo $lang_admin_options['Version number label'] ?></th>
<td>
Expand Down Expand Up @@ -509,7 +509,7 @@
<fieldset>
<legend><?php echo $lang_admin_options['Features subhead'] ?></legend>
<div class="infldset">
<table class="aligntop" cellspacing="0">
<table class="aligntop">
<tr>
<th scope="row"><?php echo $lang_admin_options['Quick post label'] ?></th>
<td>
Expand Down Expand Up @@ -597,7 +597,7 @@
<fieldset>
<legend><?php echo $lang_admin_options['Feed subhead'] ?></legend>
<div class="infldset">
<table class="aligntop" cellspacing="0">
<table class="aligntop">
<tr>
<th scope="row"><?php echo $lang_admin_options['Default feed label'] ?></th>
<td>
Expand Down Expand Up @@ -632,7 +632,7 @@
<fieldset>
<legend><?php echo $lang_admin_options['Reports subhead'] ?></legend>
<div class="infldset">
<table class="aligntop" cellspacing="0">
<table class="aligntop">
<tr>
<th scope="row"><?php echo $lang_admin_options['Reporting method label'] ?></th>
<td>
Expand All @@ -657,7 +657,7 @@
<fieldset>
<legend><?php echo $lang_admin_options['Avatars subhead'] ?></legend>
<div class="infldset">
<table class="aligntop" cellspacing="0">
<table class="aligntop">
<tr>
<th scope="row"><?php echo $lang_admin_options['Use avatars label'] ?></th>
<td>
Expand Down Expand Up @@ -702,7 +702,7 @@
<fieldset>
<legend><?php echo $lang_admin_options['E-mail subhead'] ?></legend>
<div class="infldset">
<table class="aligntop" cellspacing="0">
<table class="aligntop">
<tr>
<th scope="row"><?php echo $lang_admin_options['Admin e-mail label'] ?></th>
<td>
Expand Down Expand Up @@ -773,7 +773,7 @@
<fieldset>
<legend><?php echo $lang_admin_options['Registration subhead'] ?></legend>
<div class="infldset">
<table class="aligntop" cellspacing="0">
<table class="aligntop">
<tr>
<th scope="row"><?php echo $lang_admin_options['Allow new label'] ?></th>
<td>
Expand Down Expand Up @@ -830,7 +830,7 @@
<fieldset>
<legend><?php echo $lang_admin_options['Announcement subhead'] ?></legend>
<div class="infldset">
<table class="aligntop" cellspacing="0">
<table class="aligntop">
<tr>
<th scope="row"><?php echo $lang_admin_options['Display announcement label'] ?></th>
<td>
Expand All @@ -854,7 +854,7 @@
<fieldset>
<legend><?php echo $lang_admin_options['Maintenance subhead'] ?></legend>
<div class="infldset">
<table class="aligntop" cellspacing="0">
<table class="aligntop">
<tr>
<th scope="row"><a name="maintenance"></a><?php echo $lang_admin_options['Maintenance mode label'] ?></th>
<td>
Expand Down
6 changes: 3 additions & 3 deletions admin_permissions.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<fieldset>
<legend><?php echo $lang_admin_permissions['Posting subhead'] ?></legend>
<div class="infldset">
<table class="aligntop" cellspacing="0">
<table class="aligntop">
<tr>
<th scope="row"><?php echo $lang_admin_permissions['BBCode label'] ?></th>
<td>
Expand Down Expand Up @@ -113,7 +113,7 @@
<fieldset>
<legend><?php echo $lang_admin_permissions['Signatures subhead'] ?></legend>
<div class="infldset">
<table class="aligntop" cellspacing="0">
<table class="aligntop">
<tr>
<th scope="row"><?php echo $lang_admin_permissions['BBCode sigs label'] ?></th>
<td>
Expand Down Expand Up @@ -160,7 +160,7 @@
<fieldset>
<legend><?php echo $lang_admin_permissions['Registration subhead'] ?></legend>
<div class="infldset">
<table class="aligntop" cellspacing="0">
<table class="aligntop">
<tr>
<th scope="row"><?php echo $lang_admin_permissions['Banned e-mail label'] ?></th>
<td>
Expand Down
4 changes: 2 additions & 2 deletions admin_reports.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<fieldset>
<legend><?php printf($lang_admin_reports['Report subhead'], format_time($cur_report['created'])) ?></legend>
<div class="infldset">
<table class="aligntop" cellspacing="0">
<table class="aligntop">
<tr>
<th scope="row"><?php printf($lang_admin_reports['Reported by'], $reporter) ?></th>
<td class="location"><?php echo implode(' ', $report_location) ?></td>
Expand Down Expand Up @@ -141,7 +141,7 @@
<fieldset>
<legend><?php printf($lang_admin_reports['Zapped subhead'], format_time($cur_report['zapped']), $zapped_by) ?></legend>
<div class="infldset">
<table class="aligntop" cellspacing="0">
<table class="aligntop">
<tr>
<th scope="row"><?php printf($lang_admin_reports['Reported by'], $reporter) ?></th>
<td class="location"><?php echo implode(' ', $report_location) ?></td>
Expand Down
14 changes: 7 additions & 7 deletions admin_users.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<h2><span><?php echo $lang_admin_users['Results head'] ?></span></h2>
<div class="box">
<div class="inbox">
<table cellspacing="0">
<table>
<thead>
<tr>
<th class="tcl" scope="col"><?php echo $lang_admin_users['Results IP address head'] ?></th>
Expand Down Expand Up @@ -172,7 +172,7 @@
<h2><span><?php echo $lang_admin_users['Results head'] ?></span></h2>
<div class="box">
<div class="inbox">
<table cellspacing="0">
<table>
<thead>
<tr>
<th class="tcl" scope="col"><?php echo $lang_admin_users['Results username head'] ?></th>
Expand Down Expand Up @@ -370,7 +370,7 @@
<fieldset>
<legend><?php echo $lang_admin_users['Move users subhead'] ?></legend>
<div class="infldset">
<table class="aligntop" cellspacing="0">
<table class="aligntop">
<tr>
<th scope="row"><?php echo $lang_admin_users['New group label'] ?></th>
<td>
Expand Down Expand Up @@ -661,7 +661,7 @@
<fieldset>
<legend><?php echo $lang_admin_users['Message expiry subhead'] ?></legend>
<div class="infldset">
<table class="aligntop" cellspacing="0">
<table class="aligntop">
<tr>
<th scope="row"><?php echo $lang_admin_users['Ban message label'] ?></th>
<td>
Expand Down Expand Up @@ -858,7 +858,7 @@
<h2><span><?php echo $lang_admin_users['Results head'] ?></span></h2>
<div class="box">
<div class="inbox">
<table cellspacing="0">
<table>
<thead>
<tr>
<th class="tcl" scope="col"><?php echo $lang_admin_users['Results username head'] ?></th>
Expand Down Expand Up @@ -954,7 +954,7 @@
<legend><?php echo $lang_admin_users['User search subhead'] ?></legend>
<div class="infldset">
<p><?php echo $lang_admin_users['User search info'] ?></p>
<table class="aligntop" cellspacing="0">
<table class="aligntop">
<tr>
<th scope="row"><?php echo $lang_admin_users['Username label'] ?></th>
<td><input type="text" name="form[username]" size="25" maxlength="25" tabindex="2" /></td>
Expand Down Expand Up @@ -1101,7 +1101,7 @@
<fieldset>
<legend><?php echo $lang_admin_users['IP search subhead'] ?></legend>
<div class="infldset">
<table class="aligntop" cellspacing="0">
<table class="aligntop">
<tr>
<th scope="row"><?php echo $lang_admin_users['IP address label'] ?><div><input type="submit" value="<?php echo $lang_admin_users['Find IP address'] ?>" tabindex="26" /></div></th>
<td><input type="text" name="show_users" size="18" maxlength="15" tabindex="24" />
Expand Down
4 changes: 2 additions & 2 deletions db_update.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
*/

// The FluxBB version this script updates to
define('UPDATE_TO', '1.5.5');
define('UPDATE_TO', '1.5.6');

define('UPDATE_TO_VER_REVISION', 63); // номер сборки - Visman
define('UPDATE_TO_VER_REVISION', 64); // номер сборки - Visman

define('UPDATE_TO_DB_REVISION', 20);
define('UPDATE_TO_SI_REVISION', 2);
Expand Down
Loading

0 comments on commit 2bcf371

Please sign in to comment.