css 및 js 호출순서 조정기능 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2009-03-06 05:33:56 +00:00
parent 4f380d9c48
commit 61851f1dfe
2149 changed files with 109090 additions and 18689 deletions

View file

@ -1,6 +1,10 @@
<div id="tmpPageSizeLayer" style="visibility:hidden;">
<form action="./" onsubmit="doApplyWidgetSize(this); return false;">
<table cellspacing="0">
<div id="tmpPageSizeLayer" class="layer boxModelController">
<form action="./" onsubmit="doApplyWidgetSize(this); return false;">
<h4 class="xeAdmin">&nbsp;</h4>
<!--button class="xButton" type="button" onclick="hideCategoryInfo();return false" ><span>{$lang->cmd_close}</span></button-->
<div class="layerBody">
<table cellspacing="0" class="adminTable">
<col width="140" />
<col />
<col />
@ -103,10 +107,11 @@
</td>
</tr>
<tr>
<td colspan="3" class="buttonBox">
<input type="submit" value="{$lang->cmd_save}" class="submit"/>
</td>
<th colspan="3">
<span class="button black strong"><input type="submit" value="{$lang->cmd_save}" class="submit"/></span>
</th>
</tr>
</table>
</form>
</div>
</form>
</div>