incorrect field name fixed

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11840 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
nagoon97 2012-10-23 06:56:28 +00:00
parent c22d5157cd
commit cc6743c239

View file

@ -311,7 +311,7 @@ form._imgUploaded input {width:...}: 이미지 등록 된 상태
<span class="fileBtn x_pull-right">
<button class="modify x_btn x_btn-primary" title="변경">변경</button>
<button class="upload x_btn x_btn-primary" title="이미지 올리기">이미지 올리기</button>
<input type="file" title="변경/이미지 올리기" name="menu_selected_btn">
<input type="file" title="변경/이미지 올리기" name="menu_active_btn">
</span>
</div>
</form>