mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
관리자 페이지의 템플릿 중 IE6에서 빈칸으로 나오던 것과 GO 버튼이 줄 나눠지는 부분을 정리
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2717 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
85aeeef7f3
commit
faf518676f
6 changed files with 15 additions and 15 deletions
|
|
@ -26,7 +26,7 @@
|
|||
<form action="./" method="get" onsubmit="return doChangeCategory(this);">
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="act" value="{$act}" />
|
||||
<select name="module_category_srl" class="w100">
|
||||
<select name="module_category_srl" class="w80">
|
||||
<option value="">{$lang->module_category}</option>
|
||||
<!--@foreach($module_category as $key => $val)-->
|
||||
<option value="{$key}" <!--@if($module_category_srl==$key)-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue