// A few CSS fixes

This commit is contained in:
Damien Metzger
2013-10-09 14:33:25 +02:00
parent 6f1cdba40e
commit 9fcb039068
8 changed files with 189 additions and 175 deletions
@@ -316,6 +316,7 @@ class AdminTranslationsControllerCore extends AdminController
if (!empty($value))
$to_insert[$key] = $value;
ConfigurationKPI::updateValue('FRONTOFFICE_TRANSLATIONS_EXPIRE', time());
ConfigurationKPI::updateValue('TRANSLATE_TOTAL_'.$kpi_key, count($_POST));
ConfigurationKPI::updateValue('TRANSLATE_DONE_'.$kpi_key, count($to_insert));