페이지에서 위젯 수정하는 부분 개선.

1. 새로 추가된 위젯스타일 사용시 위젯의 내부여백을 둘때 위젯스타일 디자인 자체에 여백이 전용되는 경우가 있어서 매번 서버에서 코드를 갱신하도록 변경.
2. 위젯스타일/ 위젯의 컬러셋등을 수정하는 경우 IE와 비IE 모두 잘 되도록 수정


git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5919 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-03-20 01:07:42 +00:00
parent 6615d7281a
commit d807512aca
2 changed files with 30 additions and 8 deletions

View file

@ -203,7 +203,7 @@ function doFillWidgetVars() {
// 컬러셋 설정
if(skin && xGetElementById("widget_colorset").options.length<1 && colorset) {
if(skin && xGetElementById("widget_colorset") && xGetElementById("widget_colorset").options.length<1 && colorset) {
doDisplaySkinColorset(xGetElementById("widget_skin"), colorset);
}