User: sits    
  Date: 08/06/30 23:02:00

  Modified:    template/en/default viewdeltas.html.tmpl
  Log:
  Don't bother creating links for the "Line XXX" text for now, since it just 
goes to the same Parallel view anyway.
  
  
  
  Index: viewdeltas.html.tmpl
  ===================================================================
  RCS file: 
/cvsroot/codestriker/codestriker/template/en/default/viewdeltas.html.tmpl,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- viewdeltas.html.tmpl      1 Jul 2008 06:00:15 -0000       1.7
  +++ viewdeltas.html.tmpl      1 Jul 2008 06:02:00 -0000       1.8
  @@ -38,18 +38,14 @@
           [% IF delta.view_old_full_url != "" %]
           [%# Display heading with links to retrieve the entire file #%]
           <td class="line" colspan="2">
  -       <a href="javascript: myOpen('[% delta.view_old_full_url %]', 
'Codestriker')">
            Line [% delta.old_linenumber %]
  -       </a>
          |
          <a href="javascript: myOpen('[% delta.view_old_full_both_url %]', 
'Codestriker')">
            Parallel
          </a>
        </td>
           <td class="line" colspan="2">
  -       <a href="javascript: myOpen('[% delta.view_new_full_url %]', 
'Codestriker')">
            Line [% delta.new_linenumber %]
  -       </a>
          |
          <a href="javascript: myOpen('[% delta.view_new_full_both_url %]', 
'Codestriker')">
            Parallel
  
  
  

-------------------------------------------------------------------------
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