Fix Bustage with InstallTrigger on moreinfo pages.
git-svn-id: svn://10.0.0.236/trunk@167015 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
f62f7441c8
commit
c1939d4da5
@ -351,9 +351,9 @@ $sql = "SELECT TM.ID, TM.Name, TM.DateAdded, TM.DateUpdated, TM.Homepage, TM.Des
|
||||
if ($appname=="Thunderbird") {
|
||||
echo"<A HREF=\"/core/install.php?passthrough=yes&uri=$uri\" onclick=\"return install(event,'$name $version for Thunderbird', '/images/default.png');\" TITLE=\"Right-Click to Download $name $version\">";
|
||||
} else {
|
||||
echo"<a href=\"$uri\" onclick=\"return install(event,'$name $version', '/images/default.png');\" TITLE=\"Install $name $version (Right-Click to Download)\">";
|
||||
echo"<b><a href=\"$uri\" onclick=\"return install(event,'$name $version', '/images/default.png');\" TITLE=\"Install $name $version (Right-Click to Download)\">";
|
||||
}
|
||||
?><strong>Install Now</strong> (<?php echo"$filesize"; ?> KB File)</a></div></div>
|
||||
?>Install Now</a></b> (<?php echo"$filesize"; ?> KB File)</div></div>
|
||||
|
||||
<?php
|
||||
//Special Extension Installation Instructions for Thunderbird users
|
||||
|
||||
@ -351,9 +351,9 @@ $sql = "SELECT TM.ID, TM.Name, TM.DateAdded, TM.DateUpdated, TM.Homepage, TM.Des
|
||||
if ($appname=="Thunderbird") {
|
||||
echo"<A HREF=\"/core/install.php?passthrough=yes&uri=$uri\" onclick=\"return installTheme(event,'$name $version for Thunderbird');\" TITLE=\"Right-Click to Download $name $version\">";
|
||||
} else {
|
||||
echo"<a href=\"$uri\" onclick=\"return installTheme(event,'$name $version');\" TITLE=\"Install $name $version (Right-Click to Download)\">";
|
||||
echo"<b><a href=\"$uri\" onclick=\"return installTheme(event,'$name $version');\" TITLE=\"Install $name $version (Right-Click to Download)\">";
|
||||
}
|
||||
?><strong>Install Now</strong> (<?php echo"$filesize"; ?> KB File)</a></div></div>
|
||||
?>Install Now</a></b> (<?php echo"$filesize"; ?> KB File)</div></div>
|
||||
|
||||
<?php
|
||||
//Special Theme Installation Instructions for Thunderbird users
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user