зеркало из https://github.com/mozilla/pjs.git
Bug 581241 - Add a Filter placeholder string in the Web Console, r=gavin, a=johnath
This commit is contained in:
Родитель
d0448c5793
Коммит
c55055d35c
|
@ -1807,6 +1807,7 @@ HeadsUpDisplay.prototype = {
|
|||
this.filterBox = this.makeXULNode("textbox");
|
||||
this.filterBox.setAttribute("class", "hud-filter-box");
|
||||
this.filterBox.setAttribute("hudId", this.hudId);
|
||||
this.filterBox.setAttribute("placeholder", this.getStr("stringFilter"));
|
||||
|
||||
this.filterClearButton = this.makeXULNode("button");
|
||||
this.filterClearButton.setAttribute("class", "hud-filter-clear");
|
||||
|
|
|
@ -33,4 +33,5 @@ tipGlobal=Toggle Global Message logging
|
|||
localConsole=Local Console
|
||||
btnClear=Clear Console
|
||||
tipClear=Clear the console output
|
||||
stringFilter=Filter
|
||||
stringFilterClear=Clear Filter
|
||||
|
|
Загрузка…
Ссылка в новой задаче