Changeset 5977

Show
Ignore:
Timestamp:
05/11/07 12:19:45 (1 year ago)
Author:
bergie
Message:

Show local name of languages

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/midcom.admin.babel/style/midcom_admin_babel_select.php

    r5048 r5977  
    1212        <tr> 
    1313            <th><?php echo $data['l10n']->get('language'); ?></th> 
     14            <th></th> 
    1415            <th><?php echo $data['l10n']->get('core component status'); ?></th> 
    1516            <th><?php echo $data['l10n']->get('other component status'); ?></th> 
     
    4243            echo "        <tr class=\"{$status}\">\n"; 
    4344            echo "            <td><a href=\"{$prefix}__ais/l10n/status/{$language}/\">{$language_name}</a></td>\n"; 
     45            echo "            <td>{$language_info['localname']}</td>\n"; 
    4446            echo "            <td title=\"{$state['strings_core']['translated']} / {$state['strings_core']['total']}\">{$percentage}%</td>\n"; 
    4547            echo "            <td title=\"{$state['strings_other']['translated']} / {$state['strings_other']['total']}\">{$percentage_other}%</td>\n";