mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Make displaying page X of X bold
This commit is contained in:
parent
37da0c5042
commit
74d697c713
@ -227,7 +227,7 @@ if ($pkg['tabs'] <> "") {
|
||||
$tmppp++;
|
||||
}
|
||||
$totalpages++;
|
||||
echo "<tr><td colspan='2'>Displaying page $page of $totalpages</td></tr>";
|
||||
echo "<tr><td colspan='2'><b>Displaying page $page of $totalpages</b></td></tr>";
|
||||
}
|
||||
$cols = 0;
|
||||
if($pkg['adddeleteeditpagefields']['columnitem'] <> "") {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user