mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@363 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2783eed249
commit
ab79f7fd8c
4 changed files with 40 additions and 4 deletions
|
|
@ -2,6 +2,14 @@
|
|||
<!--%import("filter/update_layout_info.xml")-->
|
||||
<!--%import("filter/insert_layout_menu.xml")-->
|
||||
<!--%import("filter/delete_layout_menu.xml")-->
|
||||
<!--%import("filter/move_layout_menu.xml")-->
|
||||
|
||||
<!-- 메뉴 이동을 위해 임시로 사용하는 form -->
|
||||
<form id="fo_move_menu">
|
||||
<input type="hidden" name="source_node_srl" />
|
||||
<input type="hidden" name="target_node_srl" />
|
||||
</form>
|
||||
|
||||
<div style="margin-bottom:10px;">
|
||||
<table border="1" width="100%">
|
||||
<col width="140" />
|
||||
|
|
@ -84,6 +92,8 @@
|
|||
<input type="hidden" name="layout_srl" value="{$layout_srl}" />
|
||||
<input type="hidden" name="layout" value="{$layout_info->layout}" />
|
||||
<input type="hidden" name="menu_id" value="{$menu_id}" />
|
||||
<input type="hidden" name="menu_title" value="{$menu->name}" />
|
||||
<input type="hidden" name="xml_file" value="{$menu->xml_file}" />
|
||||
<table border="0">
|
||||
<tr valign="top">
|
||||
<td width="350">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue