mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 05:42:13 +09:00
homepage 패키지의 메뉴 관리시 IE에서 아래 버튼이 잘 안 보이던 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4988 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1a61d36ac8
commit
96ff55e8ba
1 changed files with 8 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue