Skip to content

Commit

Permalink
#884 #898 Multiple small refinements
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Aug 25, 2014
1 parent 85522b6 commit 9f68d7a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion backstage/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ label .help-block {
background: linear-gradient(to right, #0d4382 0%, #3588e9 100%);
padding-top: 0;
padding-bottom: 0;
margin-bottom: 30px;
margin-bottom: 17px;
}

.jumboheader h2 {
Expand Down
6 changes: 3 additions & 3 deletions backstage/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
<table class="table">
<thead>
<tr>
<th><?php echo $lang['Reported by'] ?></th>
<th><?php echo $lang['Date and time'] ?></th>
<th><?php echo $lang['Message'] ?></th>
<th class="col-lg-3"><?php echo $lang['Reported by'] ?></th>
<th class="col-lg-3"><?php echo $lang['Date and time'] ?></th>
<th class="col-lg-6"><?php echo $lang['Message'] ?></th>
</tr>
</thead>
<tbody>
Expand Down
1 change: 0 additions & 1 deletion include/backstage_functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ function generate_admin_menu($section ='', $page = '')
</a>
<ul class="dropdown-menu">
<li><?php echo '<a href="../profile.php?id='.$luna_user['id'].'">' ?><?php echo $lang['Profile'] ?></a></li>
<li class="divider"></li>
<li><a href="http://modernbb.be"><?php echo $lang['Support'] ?></a></li>
<li class="divider"></li>
<li><?php echo '<a href="../login.php?action=out&amp;id='.$luna_user['id'].'&amp;csrf_token='.luna_hash($luna_user['id'].luna_hash(get_remote_address())).'">' ?><?php echo $lang['Logout'] ?></a></li>
Expand Down
2 changes: 1 addition & 1 deletion include/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Version
const FORUM_VERSION = '0.0-dev';

// The Luna Core version
const FORUM_CORE_VERSION = '0.0.40.2935';
const FORUM_CORE_VERSION = '0.0.40.2937';

// The database version number, every change in the database requires this number to go one up
const FORUM_DB_VERSION = 77;
Expand Down

0 comments on commit 9f68d7a

Please sign in to comment.