release 1.2.5
This commit is contained in:
@@ -386,7 +386,7 @@ if($adminlogin == 1) {
|
||||
}
|
||||
echo '</tbody></table>';
|
||||
if($user_pro_seite != "all") {
|
||||
pagination($keysort,$keyorder,$user_pro_seite,$seiten_anzahl_gerundet,$seite,$getstring);
|
||||
pagination($keysort,$keyorder2,$user_pro_seite,$seiten_anzahl_gerundet,$seite,$getstring);
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
|
||||
@@ -74,7 +74,7 @@ require_once('nav.php');
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
<?PHP if($count_timestamps['count'] < 120) { echo $lang['stix0048']; } else { ?>
|
||||
<?PHP if($count_timestamps['count'] < 120) { echo $lang['stix0048'],' (',$count_timestamps['count'],'/120)'; } else { ?>
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-lg-offset-4">
|
||||
<div class="panel panel-primary">
|
||||
|
||||
@@ -74,7 +74,7 @@ require_once('nav.php');
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
<?PHP if($count_timestamps['count'] < 28) { echo $lang['stix0048']; } else { ?>
|
||||
<?PHP if($count_timestamps['count'] < 28) { echo $lang['stix0048'],' (',$count_timestamps['count'],'/28)'; } else { ?>
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-lg-offset-4">
|
||||
<div class="panel panel-primary">
|
||||
|
||||
Reference in New Issue
Block a user