mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 00:29:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@307 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f777c37e3d
commit
ea6d03386e
9 changed files with 95 additions and 6 deletions
|
|
@ -1,5 +1,6 @@
|
|||
<!--%import("js/admin.js")-->
|
||||
<!--%import("filter/insert_layout_menu.xml")-->
|
||||
<!--%import("filter/delete_layout_menu.xml")-->
|
||||
|
||||
<form id="fo_layout" action="./" method="post" enctype="multipart/form-data">
|
||||
<input type="hidden" name="layout_srl" value="{$layout_srl}" />
|
||||
|
|
@ -50,7 +51,7 @@
|
|||
({$val->maxdepth} {$lang->depth})
|
||||
</th>
|
||||
<td>
|
||||
<form action="./" method="get" onsubmit="return procFilter(this, insert_layout_menu)">
|
||||
<form id="fo_{$val->id}" action="./" method="get" onsubmit="return procFilter(this, insert_layout_menu)">
|
||||
<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="{$val->id}" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue