|
@@ -1080,7 +1080,7 @@ discard block |
|
|
block discarded – undo |
|
1080
|
1080
|
"SELECT CONCAT(l_to, '@', l_file), COUNT(*) FROM `##sources` JOIN `##link` ON l_from = s_id AND l_file = s_file AND l_type = 'NOTE' GROUP BY l_to, l_file" |
|
1081
|
1081
|
)->fetchAssoc(); |
|
1082
|
1082
|
|
|
1083
|
|
- $html = ''; |
|
|
1083
|
+ $html = ''; |
|
1084
|
1084
|
$html .= '<table ' . Datatables::noteTableAttributes() . '><thead><tr>'; |
|
1085
|
1085
|
$html .= '<th>' . I18N::translate('Title') . '</th>'; |
|
1086
|
1086
|
$html .= '<th>' . I18N::translate('Individuals') . '</th>'; |
|
@@ -1146,7 +1146,7 @@ discard block |
|
|
block discarded – undo |
|
1146
|
1146
|
)->fetchAssoc(); |
|
1147
|
1147
|
|
|
1148
|
1148
|
$html = ''; |
|
1149
|
|
- $html .= '<table ' . Datatables::repositoryTableAttributes() . '><thead><tr>'; $html .= '<th>' . I18N::translate('Repository name') . '</th>'; |
|
|
1149
|
+ $html .= '<table ' . Datatables::repositoryTableAttributes() . '><thead><tr>'; $html .= '<th>' . I18N::translate('Repository name') . '</th>'; |
|
1150
|
1150
|
$html .= '<th>' . I18N::translate('Sources') . '</th>'; |
|
1151
|
1151
|
$html .= '<th>' . I18N::translate('Last change') . '</th>'; |
|
1152
|
1152
|
$html .= '<th>' . I18N::translate('Delete') . '</th>'; |
|
@@ -1573,7 +1573,7 @@ discard block |
|
|
block discarded – undo |
|
1573
|
1573
|
if ($endjd === $startjd) { |
|
1574
|
1574
|
$html .= I18N::translate('No events exist for tomorrow.'); |
|
1575
|
1575
|
} else { |
|
1576
|
|
- $html .= /* I18N: translation for %s==1 is unused; it is translated separately as “tomorrow” */ I18N::plural('No events exist for the next %s day.', 'No events exist for the next %s days.', $endjd - $startjd + 1, I18N::number($endjd - $startjd + 1)); |
|
|
1576
|
+ $html .= /* I18N: translation for %s==1 is unused; it is translated separately as “tomorrow” */ I18N::plural('No events exist for the next %s day.', 'No events exist for the next %s days.', $endjd - $startjd + 1, I18N::number($endjd - $startjd + 1)); |
|
1577
|
1577
|
} |
|
1578
|
1578
|
} else { |
|
1579
|
1579
|
if ($endjd === $startjd) { |