mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-13997 merged from 19_STABLE
This commit is contained in:
parent
17bbbb72f3
commit
b32c296f21
@ -294,7 +294,7 @@
|
||||
$missingcounter++;
|
||||
}
|
||||
if (LANG_LINK_MISSING_STRINGS && ($missingstring || $translationsdiffer)) {
|
||||
$missinglinkstart = "<a href=\"lang.php?mode=compare&currentfile=$filename#missing$missingcounter\">";
|
||||
$missinglinkstart = "<a href=\"lang.php?mode=compare&currentfile=$filename#$key\">";
|
||||
$missinglinkend = '</a>';
|
||||
} else {
|
||||
$missinglinkstart = '';
|
||||
@ -571,7 +571,7 @@
|
||||
}
|
||||
$o .= '">';
|
||||
$o .= '<td dir="ltr" lang="en">';
|
||||
$o .= '<span class="stren">'.$envalue.'</span>';
|
||||
$o .= '<span id="'.$key.'" class="stren">'.$envalue.'</span>';
|
||||
$o .= '<br />'."\n";
|
||||
$o .= '<span class="strkey">'.$key.'</span>';
|
||||
$o .= '</td>'."\n";
|
||||
@ -613,7 +613,7 @@
|
||||
}
|
||||
} else {
|
||||
// the string is translated in the pack being processed
|
||||
if ($value <> $value2 && ($uselocal || $value2 <> '')) {
|
||||
if ($value <> $value2 && ($value2 <> '')) {
|
||||
$cellcolour = 'class="localdifferent"';
|
||||
$usetabindex = true;
|
||||
$missingcounter++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user