[Bps-public-commit] r9253 - RT-OnlineDocs/trunk/html/Developer/Perldoc

falcone at bestpractical.com falcone at bestpractical.com
Tue Oct 9 15:04:21 EDT 2007


Author: falcone
Date: Tue Oct  9 15:04:18 2007
New Revision: 9253

Modified:
   RT-OnlineDocs/trunk/html/Developer/Perldoc/Body.html

Log:
* add a link that gets you back to RT at the top of each pod page

Modified: RT-OnlineDocs/trunk/html/Developer/Perldoc/Body.html
==============================================================================
--- RT-OnlineDocs/trunk/html/Developer/Perldoc/Body.html	(original)
+++ RT-OnlineDocs/trunk/html/Developer/Perldoc/Body.html	Tue Oct  9 15:04:18 2007
@@ -11,6 +11,7 @@
 --></style>
 </head>
 <body>
+<h3><a href="<% $RT::WebURL %>" target="_top">Return to RT</a></h3>
 <%PERL>
 my $dirname = File::Basename::dirname($INC{'RT.pm'});
 my $localdirname = File::Basename::dirname($INC{'RT.pm'})."/../local/lib/";



More information about the Bps-public-commit mailing list