Fixing 32550, renaming Ok to Save in the sidebar

This commit is contained in:
sford3%swbell.net 2000-03-26 01:00:48 +00:00
Родитель e8536fa03f
Коммит aa651546d8
2 изменённых файлов: 10 добавлений и 1 удалений

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

@ -85,3 +85,7 @@ box#header > toolbar > .circle {
box#reorder {
text-align: center;
}
box#saveCancelButtons {
margin-bottom: 0.5em;
text-align: center;
}

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

@ -124,7 +124,12 @@
</box>
<box id="okCancelButtons"/>
<box id="saveCancelButtons">
<spring flex="1"/>
<button oncommand="Save();" id="save_button" value="&sidebar.customize.save.label;" />
<button oncommand="window.close();" value="&sidebar.customize.cancel.label;" />
<spring flex="1"/>
</box>
</window>