This commit is contained in:
brade%netscape.com 1999-08-09 18:38:06 +00:00
Родитель f0f45a5387
Коммит ededed5487
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -26,14 +26,14 @@
<!-- table tab -->
<box align="vertical">
<titledbutton value="TABLE PANEL"/>
<html:div> This is the TABLE Tab </html:div>
<html:div> WORK IN PROGRESS: This is the TABLE Tab </html:div>
</box>
<!-- end of table tab -->
<!-- cell tab -->
<box align="vertical">
<titledbutton value="CELL PANEL"/>
<html:div> This is the CELL Tab </html:div>
<html:div> WORK IN PROGRESS: This is the CELL Tab </html:div>
</box>
<!-- end of cell tab -->
</tabpanel>
@ -41,9 +41,9 @@
<spring flex="100%"/>
<box>
<titledbutton class="spaced" id="AdvancedEdit" onclick="onAdvanced()" value="Advanced Edit..."/>
<titledbutton class="spaced" id="AdvancedEdit" onclick="onAdvanced()" value="&AdvancedEditButton.label;"/>
<spring flex="100%"/>
<titledbutton class="spaced" id="OK" onclick="onOK()" value="OK"/>
<titledbutton class="spaced" id="Cancel" onclick="onCancel()" value="Cancel"/>
<titledbutton class="spaced" id="OK" onclick="onOK()" value="&OKButton.label;"/>
<titledbutton class="spaced" id="Cancel" onclick="onCancel()" value="&CancelButton.label;"/>
</box>
</window>