r5327의 레이아웃편집에서 위젯 생성 오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5377 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2009-01-16 05:30:01 +00:00
parent 10308767e0
commit 732146cdb7
3 changed files with 12 additions and 3 deletions

View file

@ -51,6 +51,8 @@ function completeGetSkinColorset(ret_obj, response_tags, params, fo_obj) {
var selected_colorset = params["colorset"];
for(var i=0;i<length;i++) sel.remove(0);
if(!ret_obj["colorset_list"]) return;
var colorset_list = ret_obj["colorset_list"].split("\n");
var selected_index = 0;
for(var i=0;i<colorset_list.length;i++) {

View file

@ -4,7 +4,7 @@
<!--%import("../../admin/tpl/css/admin.css")-->
<form action="./" method="get" onsubmit="return procFilter(this, generate_code);" id="fo_widget">
<input type="hidden" name="selected_widget" value="{$selected_widget}" />
<div id="popHeadder">
<h3>{$lang->cmd_generate_code}</h3>