Changeset 1543

Show
Ignore:
Timestamp:
04/30/08 10:48:24 (7 months ago)
Author:
JensDiemer
Message:

change url title to a link

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pylucid/PyLucid/plugins_internal/show_internals/system_info.py

    r1535 r1543  
    4343 
    4444        self.response.write('<fieldset id="system_info">') 
    45         self.response.write('<legend>PyLucid["URLs"]:</legend>') 
     45        self.response.write( 
     46            '<legend>' 
     47            '<a href="http://www.pylucid.org/_goto/62/self-URLs/">' 
     48            'PyLucid["URLs"]</a>:' 
     49            '</legend>' 
     50        ) 
    4651        self.response.write("<pre>") 
    4752