[31574] trunk/www/ports.php

jmpp at macports.org jmpp at macports.org
Wed Nov 28 07:41:30 PST 2007


Revision: 31574
          http://trac.macosforge.org/projects/macports/changeset/31574
Author:   jmpp at macports.org
Date:     2007-11-28 07:41:29 -0800 (Wed, 28 Nov 2007)

Log Message:
-----------
 * "Ports List" doesn't need to be caps; also provide users clicking on this link with a visual clue of what they are about to do: the ports count!
 * Move the form one line break down;

Modified Paths:
--------------
    trunk/www/ports.php

Modified: trunk/www/ports.php
===================================================================
--- trunk/www/ports.php	2007-11-28 15:37:32 UTC (rev 31573)
+++ trunk/www/ports.php	2007-11-28 15:41:29 UTC (rev 31574)
@@ -29,6 +29,7 @@
     different categories and available below for viewing. This form allows you to search the MacPorts software index, last
     updated on <?php echo $date; ?> at <?php echo $time; ?>.</p>
 
+    <br />
 
     <form action="<?php echo $_SERVER['PHP_SELF']; ?>">
         <p>
@@ -48,7 +49,8 @@
 
     <h3>Port Categories</h3>
 
-    <p>View the complete <a href="<?php echo $_SERVER['PHP_SELF']; ?>?by=all">Ports List</a></p>
+    <p>View the complete <a href="<?php echo $_SERVER['PHP_SELF']; ?>?by=all">ports list (<?php print ports_count(); ?> ports)
+    </a></p>
 
 <?php
     if (!$by || (!$substr && $by != "all")) {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071128/d74a0ea8/attachment.html


More information about the macports-changes mailing list