| 290 |
if ($o_body) { |
if ($o_body) { |
| 291 |
print HTML "<h3>Outdated translations:</h3>"; |
print HTML "<h3>Outdated translations:</h3>"; |
| 292 |
print HTML "<table border=0 cellpadding=1 cellspacing=1>\n"; |
print HTML "<table border=0 cellpadding=1 cellspacing=1>\n"; |
| 293 |
print HTML "<tr><th>File</th><th>Translated</th><th>Original</th><th>Comment</th>"; |
print HTML "<tr><th>File</th><th>Translated</th><th>Origin</th><th>Comment</th>"; |
| 294 |
if ($opt_d eq "u") { print HTML "<th>Unified diff</th>"; } |
if ($opt_d eq "u") { print HTML "<th>Unified diff</th>"; } |
| 295 |
elsif ($opt_d eq "h") { print HTML "<th>Colored diff</th>"; } |
elsif ($opt_d eq "h") { print HTML "<th>Colored diff</th>"; } |
| 296 |
else { print HTML "<th>Diff</th>"; } |
else { print HTML "<th>Diff</th>"; } |