mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-05 01:52:17 +09:00
Fix layout_modify.js to submit type=color contents.
- 레이아웃 편집 기능이 자바스크립트에 의존 중 - 의미에 맞는 HTML 이 되도록 수정할 필요가 있음. - 우선 문제가 생기는 부분을 해결.
This commit is contained in:
parent
f9987347a5
commit
78367c0e04
4 changed files with 6 additions and 6 deletions
|
|
@ -5,8 +5,8 @@
|
|||
<input type="hidden" name="layout_srl" value="{$layout_srl}" />
|
||||
<input type="hidden" name="layout" value="{$selected_layout->layout}" />
|
||||
<input type="hidden" name="_layout_type" value="{$selected_layout->layout_type}" />
|
||||
<input type="hidden" name="xe_validator_id" value="modules/layout/tpl/lyaout_info_view/1" />
|
||||
<!--// For submit config. Do not delete this division. -->
|
||||
<input type="hidden" name="xe_validator_id" value="modules/layout/tpl/layout_info_view/1" />
|
||||
<!--// For submit config. Do not delete this division. - TODO: Remove unusual form submit. by misol 2016.02.07- -->
|
||||
<div></div>
|
||||
</form>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue