Commit: ec4e417f7864f4f687136d5165531cbc3398ebf0 Author: Peter Cowburn <[email protected]> Wed, 20 Aug 2014 21:44:24 +0100 Parents: bc32cab6f10bfad7cbac7976c1904c033e908625 Branches: master
Link: http://git.php.net/?p=web/master.git;a=commitdiff;h=ec4e417f7864f4f687136d5165531cbc3398ebf0 Log: make sqlite counts table pretty Well... prettier... a bit. Changed paths: M manage/mirrors.php Diff: diff --git a/manage/mirrors.php b/manage/mirrors.php index db42ca0..166f7c8 100644 --- a/manage/mirrors.php +++ b/manage/mirrors.php @@ -586,8 +586,17 @@ $statusscreen = <<< EOS <dt>Other</dt> <dd>{$php_other_versions}</dd> </dl> - + +<hr> + +<section class="mirrorinfo"> + <h3>SQLite Counts</h3> + <table style="padding-right: 0"> {$has_sqlite_counts} + </table> +</section> + +<hr> <nav id="resources"> <h1>Resources</h1> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
