mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 21:28:55 +00:00
Bug 845022 - Remove outdated links from about:plugins. r=dolske
DONTBUILD
This commit is contained in:
parent
601c2f62da
commit
83c0cc3803
@ -9,9 +9,7 @@
|
||||
title_label=About Plugins
|
||||
enabledplugins_label=Enabled plugins
|
||||
nopluginsareenabled_label=No enabled plugins found
|
||||
findmore_label=Find more information about browser plugins at
|
||||
findpluginupdates_label=Find updates for installed plugins at
|
||||
installhelp_label=Help for installing plugins is available from
|
||||
file_label=File:
|
||||
version_label=Version:
|
||||
state_label=State:
|
||||
|
@ -30,7 +30,7 @@ div#outside {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div#findmore {
|
||||
div#findpluginupdates {
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
|
@ -75,18 +75,6 @@
|
||||
enabledplugins.appendChild(document.createTextNode(pluginsbundle.GetStringFromName(label)));
|
||||
fragment.appendChild(enabledplugins);
|
||||
|
||||
// "Find more information about browser plugins at " ...
|
||||
var findmore = document.createElement("div");
|
||||
findmore.setAttribute("id", "findmore");
|
||||
findmore.appendChild(document.createTextNode(pluginsbundle.GetStringFromName("findmore_label") + " "));
|
||||
fragment.appendChild(findmore);
|
||||
|
||||
// ... "mozilla.org"
|
||||
var moreplugins = document.createElement("a");
|
||||
moreplugins.setAttribute("href", regionbundle.GetStringFromName("more_plugins_url"));
|
||||
moreplugins.appendChild(document.createTextNode(regionbundle.GetStringFromName("more_plugins_label")));
|
||||
findmore.appendChild(moreplugins);
|
||||
|
||||
// "Find updates for installed plugins at " ...
|
||||
var findpluginupdates = document.createElement("div");
|
||||
findpluginupdates.setAttribute("id", "findpluginupdates");
|
||||
@ -99,18 +87,6 @@
|
||||
pluginupdates.appendChild(document.createTextNode(regionbundle.GetStringFromName("pluginupdates_label")));
|
||||
findpluginupdates.appendChild(pluginupdates);
|
||||
|
||||
// "Help for installing plugins is available from " ...
|
||||
var installhelp = document.createElement("div");
|
||||
installhelp.setAttribute("id", "installhelp");
|
||||
installhelp.appendChild(document.createTextNode(pluginsbundle.GetStringFromName("installhelp_label") + " "));
|
||||
fragment.appendChild(installhelp);
|
||||
|
||||
// ... "plugindoc.mozdev.org"
|
||||
var plugindoc = document.createElement("a");
|
||||
plugindoc.setAttribute("href", regionbundle.GetStringFromName("plugindoc_url"));
|
||||
plugindoc.appendChild(document.createTextNode(regionbundle.GetStringFromName("plugindoc_label")));
|
||||
installhelp.appendChild(plugindoc);
|
||||
|
||||
fragment.appendChild(document.createElement("hr"));
|
||||
|
||||
var stateNames = {};
|
||||
|
@ -8,10 +8,6 @@
|
||||
pluginStartupMessage=Starting Plugin for type
|
||||
|
||||
# plug-ins URLs
|
||||
more_plugins_label=mozilla.org
|
||||
more_plugins_url=https://pfs.mozilla.org/plugins/
|
||||
pluginupdates_label=mozilla.com/plugincheck
|
||||
pluginupdates_url=http://www.mozilla.com/plugincheck/
|
||||
plugindoc_label=plugindoc.mozdev.org
|
||||
plugindoc_url=http://plugindoc.mozdev.org/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user