ID:          32152
 Updated by:  [EMAIL PROTECTED]
 Reported By: amd at store20 dot com
-Status:      Open
+Status:      Feedback
 Bug Type:    Feature/Change Request
 PHP Version: Irrelevant
 New Comment:

Since this section only appears *while* the bug in question is being
display, what purpose does providing a link (back to itself) serve?




Previous Comments:
------------------------------------------------------------------------

[2005-03-01 16:16:16] amd at store20 dot com

Duh.. typo in previous patch.

--- bug.php     27 Oct 2004 07:30:51 -0000      1.69
+++ bug.php     1 Mar 2005 15:13:43 -0000
@@ -220,7 +220,7 @@
 <div id="bugheader">
  <table id="details">
   <tr id="title">
-   <th id="number">Bug&nbsp;#<?php echo $id?></th>
+   <th id="number"><a href="http://bugs.php.net/<?php echo
$id?>">Bug&nbsp;#<?php echo $id?></a></th>
    <td id="summary" colspan="5"><?php echo
htmlspecialchars($bug['sdesc'])?></td>
   </tr>
   <tr id="submission">

------------------------------------------------------------------------

[2005-03-01 16:12:56] amd at store20 dot com

Description:
------------
This patch improves navigation in bugs.php.net page.

Reproduce code:
---------------
? quick_access_to_bug.diff
Index: bug.php
===================================================================
RCS file: /repository/php-bugs-web/bug.php,v
retrieving revision 1.69
diff -u -r1.69 bug.php
--- bug.php     27 Oct 2004 07:30:51 -0000      1.69
+++ bug.php     1 Mar 2005 15:10:41 -0000
@@ -220,7 +220,7 @@
 <div id="bugheader">
  <table id="details">
   <tr id="title">
-   <th id="number">Bug&nbsp;#<?php echo $id?></th>
+   <th id="number"><a href="http://bugs.php.net/?";<?php echo
$id?>>Bug&nbsp;#<?php echo $id?></a></th>
    <td id="summary" colspan="5"><?php echo
htmlspecialchars($bug['sdesc'])?></td>
   </tr>
   <tr id="submission">




------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=32152&edit=1

Reply via email to