svn: /pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/ InstallInstructions.tpl.php
[email protected] (Michael Gauthier)
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <[email protected]> |
gauthierm Tue, 15 Jun 2010 22:29:42 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=300486
Log:
Clean up install instructions.
Changed paths:
U pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/InstallInstructions.tpl.php
Modified: pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/InstallInstructions.tpl.php
===================================================================
--- pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/InstallInstructions.tpl.php 2010-06-15 22:29:24 UTC (rev 300485)
+++ pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/InstallInstructions.tpl.php 2010-06-15 22:29:42 UTC (rev 300486)
@@ -1,10 +1,10 @@
-<div class="pearbox instructions">
- <div class="pearbox-header">
- <h2>Installation</h2>
+<div class="package-install">
+ <h3>Installation</h3>
+ <div class="package-install-instructions">
+ <div>
+ <span class="package-install-prompt">$</span>
+ php pyrus.phar install
+ <span class="package-install-package"><?php echo $context; ?></span>
+ </div>
</div>
- <div class="pearbox-content">
- <ol>
- <li><code>$>php pyrus.phar install <?php echo $context; ?></code></li>
- </ol>
- </div>
</div>