release 1.2.5

This commit is contained in:
Newcomer1989
2018-02-23 19:45:50 +01:00
parent 28aeb8ec6f
commit db7e1e6650
10 changed files with 159 additions and 389 deletions

View File

@@ -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>

View File

@@ -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">

View File

@@ -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">