User: sits    
  Date: 06/08/06 18:49:35

  Modified:    template/en/default createtopic.html.tmpl
  Log:
  Repository dropdown box not shown if only one repository configured on create 
topic screen
  
  
  
  Index: createtopic.html.tmpl
  ===================================================================
  RCS file: 
/cvsroot/codestriker/codestriker/template/en/default/createtopic.html.tmpl,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- createtopic.html.tmpl     21 Jun 2006 06:00:55 -0000      1.48
  +++ createtopic.html.tmpl     7 Aug 2006 01:49:35 -0000       1.49
  @@ -148,7 +148,7 @@
   
   [%# The repository the review is made against #%]
   [%# Only display the repository select if there is more than one #%]
  -[% IF repositories.size > 1 %]
  +[% IF repositories.size > 0 %]
   <TR>
    <TD>Repository:
   <FONT SIZE="-2"><A HREF="javascript:void(0);"
  
  
  

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Codestriker-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/codestriker-commits

Reply via email to