Fix incorrect method and act

This commit is contained in:
Kijin Sung 2025-09-06 13:08:04 +09:00
parent 0e0f14d8e7
commit 87a3256fa0

View file

@ -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>