зеркало из https://github.com/mozilla/pjs.git
Bug 162718 Advanced smart browsing preview is not localizable p=vberon@mecano.gme.usherb.ca r=bryner sr=rbs a=chofmann
This commit is contained in:
Родитель
fc6b80806d
Коммит
6ea9313d55
|
@ -78,7 +78,7 @@
|
||||||
var img = document.getElementById("img"+aImg);
|
var img = document.getElementById("img"+aImg);
|
||||||
var checked = document.getElementById("cbx"+aImg).checked;
|
var checked = document.getElementById("cbx"+aImg).checked;
|
||||||
if (aImg == "AutoFill") {
|
if (aImg == "AutoFill") {
|
||||||
img.setAttribute("src", "chrome://communicator/content/pref/autocomplete-autofill-"+(checked?"on":"off")+".gif");
|
img.setAttribute("src", "chrome://communicator/locale/pref/autocomplete-autofill-"+(checked?"on":"off")+".gif");
|
||||||
} else if (aImg == "ShowPopup") {
|
} else if (aImg == "ShowPopup") {
|
||||||
img.setAttribute("hidden", !checked);
|
img.setAttribute("hidden", !checked);
|
||||||
updateImage("ShowSearch");
|
updateImage("ShowSearch");
|
||||||
|
@ -118,8 +118,8 @@
|
||||||
<dialogheader>
|
<dialogheader>
|
||||||
<vbox height="159">
|
<vbox height="159">
|
||||||
<image id="imgAutoFill" style="min-width: 401px;"/>
|
<image id="imgAutoFill" style="min-width: 401px;"/>
|
||||||
<image id="imgShowPopup" src="chrome://communicator/content/pref/autocomplete-showpopup.gif"/>
|
<image id="imgShowPopup" src="chrome://communicator/locale/pref/autocomplete-showpopup.gif"/>
|
||||||
<image id="imgShowSearch" src="chrome://communicator/content/pref/autocomplete-showsearch.gif"/>
|
<image id="imgShowSearch" src="chrome://communicator/locale/pref/autocomplete-showsearch.gif"/>
|
||||||
</vbox>
|
</vbox>
|
||||||
</dialogheader>
|
</dialogheader>
|
||||||
</dialog>
|
</dialog>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче