65990 - composer color palette, r=cmanske, sr=sfraser

This commit is contained in:
hewitt%netscape.com 2001-01-25 19:56:55 +00:00
Родитель 16564bcb92
Коммит 9f528f1f20
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -155,7 +155,7 @@ function ChangePalette(palette)
function SelectColor()
{
var color = dialog.ColorPicker.getAttribute("color");
var color = dialog.ColorPicker.color;
if (color.length > 0)
{
SetCurrentColor(color);

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

@ -53,7 +53,7 @@
</box>
<colorpicker id="ColorPicker" palettename="standard"
persist="palettename"
onclick="SelectColor();"/>
onselect="SelectColor();"/>
<!-- Web palette is not implemented???
<box valign="middle" autostretch="never">
<text class="label" value="&palette.label;"/>