summaryrefslogtreecommitdiff
path: root/translator/index.php
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-12-18 14:44:12 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-12-18 14:44:12 +0000
commit498a8e85f358a26617b7758f6cdcb950d52b7405 (patch)
tree149774d7b233fb5c344771d1ce17c998b7cec791 /translator/index.php
parent3831821cb8b02318946e9503df2ee0a16e833244 (diff)
- added localization stats table
git-svn-id: https://svn.roundcube.net/trunk@2173 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'translator/index.php')
-rw-r--r--translator/index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/translator/index.php b/translator/index.php
index 807159e30..54253f8c1 100644
--- a/translator/index.php
+++ b/translator/index.php
@@ -115,6 +115,9 @@ if (isset($_POST["save"]) && $file && $lang)
echo '<p><input id="hilight" class="button" type="button" value="Select all" onclick="javascript:this.form.text_area.focus();this.form.text_area.select();" /></p>';
echo "\n</form></div>";
}
+else
+
+ echo '<div align="center">'.localization_stats().'</div>';
?>
</div>