User: sits    
  Date: 08/06/11 00:05:22

  Modified:    .        CHANGELOG
               template/en/default editcomment.html.tmpl
  Log:
  The edit comment page has been updated so that the topic name is linked back 
to the associated view topic page.
  
  
  
  Index: CHANGELOG
  ===================================================================
  RCS file: /cvsroot/codestriker/codestriker/CHANGELOG,v
  retrieving revision 1.225
  retrieving revision 1.226
  diff -u -r1.225 -r1.226
  --- CHANGELOG 26 Feb 2008 08:32:17 -0000      1.225
  +++ CHANGELOG 11 Jun 2008 07:05:22 -0000      1.226
  @@ -31,6 +31,9 @@
   * Make sure very long filenames don't move the diff display far to the
     right of the view topic page.  Fix suggested by
     [EMAIL PROTECTED]
  +  
  +* The edit comment page has been updated so that the topic name is
  +  linked back to the associated view topic page. 
        
   Version 1.9.4
   
  
  
  
  
  
  Index: editcomment.html.tmpl
  ===================================================================
  RCS file: 
/cvsroot/codestriker/codestriker/template/en/default/editcomment.html.tmpl,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- editcomment.html.tmpl     10 Aug 2006 11:29:04 -0000      1.23
  +++ editcomment.html.tmpl     11 Jun 2008 07:05:22 -0000      1.24
  @@ -122,7 +122,7 @@
   
   <table border="0" cellpadding="5" cellspacing="0" width="100%">
   <tr class="tlh">
  -    <td>Topic title: <b>[% topic_title | html_entity %]</b>.</td>
  +    <td>Topic title: <b><a href="[% view_topic_url %]">[% topic_title | 
html_entity %]</a></b>.</td>
       <td align=right>[% document_creation_time | html_entity %]</td>
   </tr>
   </table>
  
  
  

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Codestriker-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/codestriker-commits

Reply via email to