git-svn-id: http://xe-core.googlecode.com/svn/trunk@307 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-07 11:11:27 +00:00
parent f777c37e3d
commit ea6d03386e
9 changed files with 95 additions and 6 deletions

View file

@ -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}" />