Bug 172633 [RFE]link plugindoc.mozdev.org in help about plugins

r=biesi sr=bz
This commit is contained in:
timeless%mozdev.org 2002-12-12 00:12:16 +00:00
Родитель 8a6d411d14
Коммит efdeb3b566
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -31,6 +31,8 @@
var installedplugins_label = "Installed plug-ins";
var nopluginsareinstalled_label = "No plug-ins are installed";
var findmore_label = "Find more information about browser plug-ins at";
var installhelp_label = "Help for installing plugins is available from";
var plugindoc_label = "plugindoc.mozdev.org";
var netcenter_label = "Netscape.com";
var filename_label = "File name:";
var mimetype_label = "MIME Type";
@ -67,6 +69,10 @@
document.writeln("<div id=\"findmore\">" + findmore_label + " ");
document.writeln("<a href=\"http://home.netscape.com/plugins/index.html\">" + netcenter_label + "<\/a>.");
document.writeln("<\/div>");
document.writeln("<div id=\"installhelp\">" + installhelp_label + " ");
document.writeln("<a href=\"http://plugindoc.mozdev.org\">" + plugindoc_label + "<\/a>.");
document.writeln("<\/div><hr>");
for (var i = 0; i < numPlugins; i++)