зеркало из 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 checked = document.getElementById("cbx"+aImg).checked;
|
||||
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") {
|
||||
img.setAttribute("hidden", !checked);
|
||||
updateImage("ShowSearch");
|
||||
|
@ -118,8 +118,8 @@
|
|||
<dialogheader>
|
||||
<vbox height="159">
|
||||
<image id="imgAutoFill" style="min-width: 401px;"/>
|
||||
<image id="imgShowPopup" src="chrome://communicator/content/pref/autocomplete-showpopup.gif"/>
|
||||
<image id="imgShowSearch" src="chrome://communicator/content/pref/autocomplete-showsearch.gif"/>
|
||||
<image id="imgShowPopup" src="chrome://communicator/locale/pref/autocomplete-showpopup.gif"/>
|
||||
<image id="imgShowSearch" src="chrome://communicator/locale/pref/autocomplete-showsearch.gif"/>
|
||||
</vbox>
|
||||
</dialogheader>
|
||||
</dialog>
|
||||
|
|
Загрузка…
Ссылка в новой задаче