Skip to content

Commit

Permalink
improvements
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@215 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
prescience committed Feb 17, 2001
1 parent 8370c90 commit 0604941
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions localization.php3
Expand Up @@ -15,9 +15,9 @@
}
PRINT "</td>";
PRINT "<td>";
if (( file_exists( $t_file_name ) )&&( $p_state="active" )) {
if (( file_exists( $t_file_name ) )&&( $p_state=="active" )) {
PRINT "<a href=\"$t_file_name\">download</a>";
} else if ( $p_state="active" ) {
} else if ( $p_state=="active" ) {
PRINT "in progress";
} else {
PRINT"&nbsp;";
Expand Down Expand Up @@ -73,10 +73,10 @@ Here you can see the latest localization files. Some of them are included with
</td>
</tr>
<?
print_lang( "English", "0.14.x", "active" );
print_lang( "English", "0.14.4", "active" );
print_lang( "German", "", "" );
print_lang( "Spanish", "", "" );
print_lang( "Portuguese", "", "" );
print_lang( "Spanish", "0.14.4", "active" );
print_lang( "Portuguese", "0.14.4", "active" );
print_lang( "Italian", "", "" );
print_lang( "Dutch", "", "" );
?>
Expand Down

0 comments on commit 0604941

Please sign in to comment.