Installing from card wouldn't display both CAComment and Requires
parent
0aaf8993c3
commit
2b51922d54
Binary file not shown.
Binary file not shown.
|
@ -21,4 +21,4 @@ a1401a0bed89c182b69f0c7508282c1f ./scripts/pluginInstall.php
|
|||
34554a56611dfe625889c82afd5138de ./scripts/updatePluginSupport.php
|
||||
b9af1449b8201afb0866cc53f279cd63 ./skins/Narrow/css.php
|
||||
7d827147dc8ede3d518b2cacae1d385b ./skins/Narrow/skin.html
|
||||
1f23091ea43732b0dd6e5434ce9bfb57 ./skins/Narrow/skin.php
|
||||
a8101f2f3ca94215c6b968778f55715b ./skins/Narrow/skin.php
|
||||
|
|
|
@ -98,7 +98,7 @@ function my_display_apps($file,$pageNumber=1,$selectedApps=false,$startup=false)
|
|||
$installComment = $template['CAComment'];
|
||||
|
||||
if ( $template['Requires'] )
|
||||
$installComment = tr("This application has additional requirements")."<br>".markdown($template['Requires'])."<br>$installComment";
|
||||
$installComment .= tr("This application has additional requirements")."<br>".markdown($template['Requires'])."<br>$installComment";
|
||||
|
||||
if ( ! $template['Language'] ) {
|
||||
if ( ! $template['NoInstall'] && ! $caSettings['NoInstalls']) {
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 138 KiB |
Binary file not shown.
After Width: | Height: | Size: 494 KiB |
Loading…
Reference in New Issue