Changeset 5977
- Timestamp:
- 05/11/07 12:19:45 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/midcom.admin.babel/style/midcom_admin_babel_select.php
r5048 r5977 12 12 <tr> 13 13 <th><?php echo $data['l10n']->get('language'); ?></th> 14 <th></th> 14 15 <th><?php echo $data['l10n']->get('core component status'); ?></th> 15 16 <th><?php echo $data['l10n']->get('other component status'); ?></th> … … 42 43 echo " <tr class=\"{$status}\">\n"; 43 44 echo " <td><a href=\"{$prefix}__ais/l10n/status/{$language}/\">{$language_name}</a></td>\n"; 45 echo " <td>{$language_info['localname']}</td>\n"; 44 46 echo " <td title=\"{$state['strings_core']['translated']} / {$state['strings_core']['total']}\">{$percentage}%</td>\n"; 45 47 echo " <td title=\"{$state['strings_other']['translated']} / {$state['strings_other']['total']}\">{$percentage_other}%</td>\n";
