mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 00:11:44 +00:00
Fix Bustage with InstallTrigger on moreinfo pages.
This commit is contained in:
parent
56da8513d7
commit
637c0efde0
@ -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