mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-23 10:54:33 +00:00
34719 Available Charset list box doesn't contain anythig - removed hidden XUL box element
This commit is contained in:
parent
848ca9862f
commit
0fc1eb458e
@ -34,11 +34,15 @@
|
||||
onload="Init();"
|
||||
align="vertical"
|
||||
persist="width height"
|
||||
width="500" height="375">
|
||||
width="500" height="379">
|
||||
|
||||
<html:script language="javascript" src="pref-charset.js"/>
|
||||
|
||||
<box type="smallheader" title="&charset.customize.left.header;" description="&charset.customize.right.header;"/>
|
||||
<box type="smallheader"
|
||||
title="&charset.customize.left.header;"
|
||||
id="confirm_text"
|
||||
value="&charset.customize.save.popup;"
|
||||
description="&charset.customize.right.header;"/>
|
||||
|
||||
|
||||
|
||||
@ -61,15 +65,6 @@
|
||||
<!-- horz 2a -->
|
||||
<box align="horizontal" class="box-group" flex="1">
|
||||
|
||||
<!-- Hidden text for our save confirm popup -->
|
||||
<box align="horizontal" style="max-width: 0px; max-height: 0px">
|
||||
<titledbutton
|
||||
id="confirm_text"
|
||||
style="max-width: 0px; max-height: 0px"
|
||||
class="left-header-text"
|
||||
value="&charset.customize.save.popup;" />
|
||||
</box>
|
||||
|
||||
<!-- Available Charsets Tree -->
|
||||
<tree id="available_charsets" flex="1"
|
||||
onclick="SelectAvailableCharset();"
|
||||
|
Loading…
x
Reference in New Issue
Block a user