diff options
author | filip <filip.komar@gmail.com> | 2014-10-24 23:34:12 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2014-10-24 23:34:12 +0200 |
commit | 6cdd6008e866bcec3fbeba3c5e0409c5e13017b8 (patch) | |
tree | 607fe3778d6dfbc5eb67aa8d1e01faa74a105886 | |
parent | 96fc11b22e78cb9222fcf4c485253ea0b6f6a8aa (diff) | |
download | www-6cdd6008e866bcec3fbeba3c5e0409c5e13017b8.tar www-6cdd6008e866bcec3fbeba3c5e0409c5e13017b8.tar.gz www-6cdd6008e866bcec3fbeba3c5e0409c5e13017b8.tar.bz2 www-6cdd6008e866bcec3fbeba3c5e0409c5e13017b8.tar.xz www-6cdd6008e866bcec3fbeba3c5e0409c5e13017b8.zip |
better width in progress coloumn of l10n report
-rw-r--r-- | langs/report.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/langs/report.php b/langs/report.php index d493c6971..fcd574d8a 100644 --- a/langs/report.php +++ b/langs/report.php @@ -301,14 +301,14 @@ $summary_text = 'Summary for each of ' . $num_of_enFiles . ' resources'; $display_array = $resource_summary; $progress = 'References</th><th>Progress'; - $stats_width = '65px'; + $stats_width = '70px'; } else if ($all_languages_only_one_resource) { $report_text = '<p>Restore <a href="?r=all" title="see all resources">all resources</a>.</p>'; $count = 'Together ' . count($otherLangs) . ' languages'; $summary_text = 'Summary for resource: ' . $one_resource; $eng_language = array_shift($language_summary); // shift English for proper sorting $display_array = $language_summary; - $stats_width = '65px'; + $stats_width = '70px'; $progress = 'References</th><th>Progress'; } else { // all languages, all resources $report_text = ''; // <p>Overview of all languages.</p> |