зеркало из https://github.com/mozilla/pjs.git
Fix for bug #18577 (which someone said was holding the tree closed). r=danm
This commit is contained in:
Родитель
fe4f3cafc6
Коммит
8adc4d29cf
|
@ -45,11 +45,8 @@ function AddItem(aChildren,aCells,aIdfier)
|
|||
var item = document.createElement("treeitem");
|
||||
var row = document.createElement("treerow");
|
||||
var cell = document.createElement("treecell");
|
||||
var button = document.createElement("titledbutton");
|
||||
button.setAttribute("value",aCells);
|
||||
button.setAttribute("class","displaybutton");
|
||||
button.setAttribute("align","left");
|
||||
cell.appendChild(button);
|
||||
cell.setAttribute("value",aCells);
|
||||
cell.setAttribute("align","left");
|
||||
row.appendChild(cell);
|
||||
item.appendChild(row);
|
||||
item.setAttribute("profile_name", aIdfier);
|
||||
|
|
|
@ -63,14 +63,14 @@
|
|||
onkeypress="if (event.which == 13) return onStart();">
|
||||
<treehead>
|
||||
<treerow>
|
||||
<treecell>&availprofiles.label;</treecell>
|
||||
<treecell value="&availprofiles.label;"/>
|
||||
</treerow>
|
||||
</treehead>
|
||||
<treechildren id="profilekids">
|
||||
<!-- sspitzer roaming not supported yet 10-28-199
|
||||
<treeitem id="roamingitem">
|
||||
<treerow>
|
||||
<treecell id="roamingcell">Roaming Access profile</treecell>
|
||||
<treecell id="roamingcell" value="Roaming Access Profile"/>
|
||||
</treerow>
|
||||
</treeitem>
|
||||
-->
|
||||
|
|
Загрузка…
Ссылка в новой задаче