homepage 패키지의 메뉴 관리시 IE에서 아래 버튼이 잘 안 보이던 문제 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4988 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-11-26 04:48:26 +00:00
parent 1a61d36ac8
commit 96ff55e8ba

View file

@ -140,8 +140,14 @@
</tr>
</table>
<span class="button green"><input type="submit" value="{$lang->cmd_save}" /></span>
<a href="#" onclick="hideMenuItem();return false" class="button red"><span>{$lang->cmd_close}</span></a>
<table cellspacing="0" class="adminTable">
<tr>
<td>
<span class="button green"><input type="submit" value="{$lang->cmd_save}" /></span>
<a href="#" onclick="hideMenuItem();return false" class="button red"><span>{$lang->cmd_close}</span></a>
</td>
</tr>
</table>
</form>
</div>