Making WordPress.org


Ignore:
Timestamp:
12/28/2015 01:20:10 PM (10 years ago)
Author:
ocean90
Message:

WP i18n teams: Improve layout of the teams table on narrow screens.

Props ramiy, deconf.
Fixes #1481.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wp-i18n-teams/views/all-locales.php

    r1911 r2229  
    6161                ?>
    6262                <tr class="<?php echo trim( $classes ); ?>">
    63                     <td class="no-right-border">
     63                    <td data-column-title="<?php esc_attr_e( 'Locale', 'wporg' ); ?>" class="no-right-border">
    6464                        <?php if ( $locale_data[ $locale->wp_locale ]['rosetta_site_url'] ) : ?>
    6565                            <a href="<?php echo esc_url( $locale_data[ $locale->wp_locale ]['rosetta_site_url'] ); ?>">
     
    7272                    <td class="no-left-border"><?php echo esc_html( $locale->native_name ); ?></td>
    7373
    74                     <td><?php echo esc_html( $locale->wp_locale ); ?></td>
     74                    <td data-column-title="<?php esc_attr_e( 'WP Locale', 'wporg' ); ?>"><?php echo esc_html( $locale->wp_locale ); ?></td>
    7575
    76                     <td>
     76                    <td data-column-title="<?php esc_attr_e( 'Version', 'wporg' ); ?>">
    7777                        <?php
    7878                            if ( $locale_data[ $locale->wp_locale ]['rosetta_site_url'] ) {
     
    8787                        ?>
    8888                    </td>
    89                     <td class="right no-right-border">
     89                    <td data-column-title="<?php esc_attr_e( 'GlotPress', 'wporg' ); ?>" class="right no-right-border">
    9090                        <a href="https://translate.wordpress.org/locale/<?php echo $locale->slug; ?>">
    9191                            <?php echo ( isset( $percentages[ $locale->wp_locale ] ) ) ? $percentages[ $locale->wp_locale ] . '%' : '&mdash;'; ?>
Note: See TracChangeset for help on using the changeset viewer.