mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Fix incorrect method and act
This commit is contained in:
parent
0e0f14d8e7
commit
87a3256fa0
1 changed files with 2 additions and 1 deletions
|
|
@ -1,8 +1,9 @@
|
||||||
<!--%import("filter/manage_checked_document.xml")-->
|
<!--%import("filter/manage_checked_document.xml")-->
|
||||||
<load target="js/document_admin.js" />
|
<load target="js/document_admin.js" />
|
||||||
{@Context::addMetaTag('viewport', 'width=device-width', FALSE);}
|
{@Context::addMetaTag('viewport', 'width=device-width', FALSE);}
|
||||||
<form action="./" method="get" id="fo_management">
|
<form action="./" method="post" id="fo_management">
|
||||||
<input type="hidden" name="module" value="document" />
|
<input type="hidden" name="module" value="document" />
|
||||||
|
<input type="hidden" name="act" value="procDocumentManageCheckedDocument" />
|
||||||
<input type="hidden" name="type" value="" />
|
<input type="hidden" name="type" value="" />
|
||||||
<div class="x_modal-header">
|
<div class="x_modal-header">
|
||||||
<h1>{$lang->cmd_manage_document}</h1>
|
<h1>{$lang->cmd_manage_document}</h1>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue