Make displaying page X of X bold

This commit is contained in:
Scott Ullrich 2010-08-03 20:20:47 -04:00
parent 37da0c5042
commit 74d697c713

View File

@ -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'] <> "") {