User: sits    
  Date: 08/08/07 16:24:15

  Modified:    template/en/default viewdeltaheader.html.tmpl
  Log:
  Don't show the revision number for new files.
  
  
  
  Index: viewdeltaheader.html.tmpl
  ===================================================================
  RCS file: 
/cvsroot/codestriker/codestriker/template/en/default/viewdeltaheader.html.tmpl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- viewdeltaheader.html.tmpl 11 Jul 2008 09:50:22 -0000      1.3
  +++ viewdeltaheader.html.tmpl 7 Aug 2008 23:24:14 -0000       1.4
  @@ -10,7 +10,7 @@
            [% ELSE %]
                      [% delta.filename | html_entity %]
            [% END %]
  -         [% IF delta.revision != "0.1" %](Revision [% delta.revision %])[% 
END %]
  +         [% IF delta.revision != "0.1" && !delta.new_file %] (Revision [% 
delta.revision %])[% END %]
            </td>
   
               <td class="file" align="right">
  
  
  

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Codestriker-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/codestriker-commits

Reply via email to