mirror of
https://github.com/Squidly271/community.applications.git
synced 2025-06-03 14:52:13 +08:00
Fix a note about translations
This commit is contained in:
parent
9400f4a949
commit
01a2f00334
BIN
archive/community.applications-2021.11.04a-x86_64-1.txz
Normal file
BIN
archive/community.applications-2021.11.04a-x86_64-1.txz
Normal file
Binary file not shown.
@ -22,4 +22,4 @@ b398273cf7daa62ab00d2de2336ca25f ./README.md
|
||||
2bd671daecaf01549f8cc0202cb184b3 ./scripts/updatePluginSupport.php
|
||||
c8e4e9a16b47ecc0acf66d46be497599 ./skins/Narrow/css.php
|
||||
e965c8fafd1eae7a0387e37cee3aeaf9 ./skins/Narrow/skin.html
|
||||
f8e8a9fdea8ca9f83e2cb44546ea84c0 ./skins/Narrow/skin.php
|
||||
b8834745e98616cf88a9c2d510dae649 ./skins/Narrow/skin.php
|
||||
|
@ -36,7 +36,6 @@ function my_display_apps($file,$pageNumber=1,$selectedApps=false,$startup=false)
|
||||
$caSettings['dockerRunning'] = "true";
|
||||
// $info = $DockerTemplates->getAllInfo();
|
||||
$info = getAllInfo();
|
||||
file_put_contents("/tmp/blah",print_r($info,true));
|
||||
//$dockerRunning = $DockerClient->getDockerContainers();
|
||||
$dockerUpdateStatus = readJsonFile($caPaths['dockerUpdateStatus']);
|
||||
} else {
|
||||
@ -350,7 +349,6 @@ function getPopupDescriptionSkin($appNumber) {
|
||||
}
|
||||
$dockerRunning = $DockerClient->getDockerContainers();
|
||||
$dockerUpdateStatus = readJsonFile($caPaths['dockerUpdateStatus']);
|
||||
file_put_contents("/tmp/blah",print_r($dockerRunning,true));
|
||||
} else {
|
||||
unset($caSettings['dockerRunning']);
|
||||
$info = array();
|
||||
@ -1138,7 +1136,7 @@ function displayPopup($template) {
|
||||
}
|
||||
|
||||
if ( $ModeratorComment ) {
|
||||
$card .= "<div class='modComment'><div class='moderatorCommentHeader'> ".tr("Attention:")."</div><div class='moderatorComment'>".tr($ModeratorComment)."</div></div>";
|
||||
$card .= "<div class='modComment'><div class='moderatorCommentHeader'> ".tr("Attention:")."</div><div class='moderatorComment'>$ModeratorComment</div></div>";
|
||||
}
|
||||
|
||||
if ( $RecommendedReason) {
|
||||
@ -1251,7 +1249,6 @@ function displayPopup($template) {
|
||||
}
|
||||
|
||||
$card .= "</div>";
|
||||
|
||||
return $card;
|
||||
}
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user