*** empty log message ***
This commit is contained in:
parent
9d3ff15b65
commit
8b56186766
8 changed files with 910 additions and 899 deletions
|
@ -22,16 +22,16 @@ class Display {
|
|||
|
||||
if ($file[Id] != _DEFAULT_LANG_) {
|
||||
|
||||
/*
|
||||
if ($onlyUntranslated=='on') {
|
||||
$checker = ' checked';
|
||||
/*
|
||||
if ($onlyUntranslated=='on') {
|
||||
$checker = ' checked';
|
||||
}
|
||||
*/
|
||||
if (!$file['sourceId']) {
|
||||
$file['sourceId'] = _DEFAULT_LANG_;
|
||||
}
|
||||
*/
|
||||
if (!$file['sourceId']) {
|
||||
$file['sourceId'] = _DEFAULT_LANG_;
|
||||
}
|
||||
|
||||
|
||||
$s = Data::convArr2GS($source);
|
||||
$t = Data::convArr2GS($target);
|
||||
$nr = 0;
|
||||
|
@ -118,8 +118,7 @@ class Display {
|
|||
<input type="submit" name="onlyUntranslated" Value="'.getGS('show only untranslated').'">
|
||||
</td>
|
||||
</tr>';
|
||||
}
|
||||
|
||||
|
||||
$html .= '<tr><td colspan="2"><hr></td></tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue