mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Localize status bits
This commit is contained in:
@@ -430,11 +430,11 @@ class record_adapter implements record_Interface, cache_cacheableInterface
|
||||
$status .= '<img style="margin:1px;' . $style1 . '" ' .
|
||||
'class="STAT_' . $this->base_id . '_'
|
||||
. $this->record_id . '_' . $n . '_1" ' .
|
||||
'src="' . $source1 . '" title="' . $statbit["labelon"] . '"/>';
|
||||
'src="' . $source1 . '" title="' . $statbit['labels_on_i18n'][$this->app['locale.I18n']] . '"/>';
|
||||
$status .= '<img style="margin:1px;' . $style0 . '" ' .
|
||||
'class="STAT_' . $this->base_id . '_'
|
||||
. $this->record_id . '_' . $n . '_0" ' .
|
||||
'src="' . $source0 . '" title="' . $statbit["labeloff"] . '"/>';
|
||||
'src="' . $source0 . '" title="' . $statbit['labels_off_i18n'][$this->app['locale.I18n']] . '"/>';
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user