Making WordPress.org

Changeset 11909


Ignore:
Timestamp:
06/09/2022 01:21:37 PM (16 months ago)
Author:
spiraltee
Message:

Translate: Update from upstream

Location:
sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers/css/discussion.css

    r11837 r11909  
    113113.modal-item {
    114114    display: inline-block;
    115     width: 30%;
     115    width: 33%;
    116116    margin-top: 7px;
    117117}
     
    129129}
    130130.modal-comment textarea {
    131     width: 97%;
     131    width: 100%;
    132132    height: 170px;
    133133}
     
    149149.modal-reason-title{
    150150    margin-top: 12px;
    151     margin-bottom: 10px;
    152     padding-top: 10px;
    153     padding-bottom: 10px;
     151    margin-bottom: 10px;
     152    padding-top: 10px;
     153    padding-bottom: 10px;
    154154}
    155155#TB_title {
    156     background: #fcfcfc;
     156    background: #f1f1f1;
    157157    border-bottom: 1px solid #ddd;
    158     height: 29px;
    159     padding: 13px 0;
     158    height: 45px !important;
     159}
     160div#TB_ajaxContent {
     161    margin:0 auto;
     162    height: auto !important;
    160163}
    161164div#TB_ajaxWindowTitle {
    162     font-size: 1.3em;
     165    font-size: 1.2em;
     166    padding: 8px;
    163167}
    164168.meta summary.feedback-summary{
     
    201205    float: none;
    202206}
     207
     208#TB_closeWindowButton:focus .tb-close-icon {
     209    -webkit-box-shadow: none;
     210    box-shadow: none;
     211}
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers/includes/class-wporg-notifications.php

    r11837 r11909  
    193193
    194194        if ( ( ! defined( 'WPORG_TRANSLATE_BLOGID' ) ) || ( false === $gp_locale ) ) {
    195             return $array();
     195            return array();
    196196        }
    197197
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers/js/reject-feedback.js

    r11837 r11909  
    4444                rowIds = $( 'input:checked', $( 'table#translations th.checkbox' ) ).map( function() {
    4545                    var selectedRow = $( this ).parents( 'tr.preview' );
    46                     if ( selectedRow.hasClass( 'status-current' ) ) {
     46                    if ( ! selectedRow.hasClass( 'untranslated' ) ) {
    4747                        return selectedRow.attr( 'row' );
    4848                    }
Note: See TracChangeset for help on using the changeset viewer.