svn: /pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/ PackageDetails.tpl.php

[email protected] (Brett Bieber)
Newsgroups php.pear.cvs,php.pear.core
Message-ID <[email protected]>
saltybeagle                              Thu, 17 Jun 2010 14:23:02 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=300522

Log:
Add svn usernames/handles to the maintainers.

Changed paths:
    U   pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/PackageDetails.tpl.php

Modified: pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/PackageDetails.tpl.php
===================================================================
--- pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/PackageDetails.tpl.php	2010-06-17 14:20:55 UTC (rev 300521)
+++ pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/PackageDetails.tpl.php	2010-06-17 14:23:02 UTC (rev 300522)
@@ -61,10 +61,10 @@
     echo '<span class="package-unmaintained">none</span>';
 } else {
     echo '                <ul class="package-maintainers">' . "\n";
-    foreach ($context->maintainer as $maintainer) {
+    foreach ($context->maintainer as $handle=>$maintainer) {
         echo '                    <li>';
         echo '<a href="#">' . $maintainer->name . '</a>';
-        echo ' (' . $maintainer->role . ')';
+        echo ' [' . $handle .'] (' . $maintainer->role . ')';
         echo '</li>' . "\n";
     }
     echo '                </ul>' . "\n";
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.