mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
관리자페이지 대시보드에서 최신글 삭제/휴지통 기능 오류 수정
This commit is contained in:
parent
e9e8c02238
commit
bf0dd35f0a
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@
|
|||
{@$document = $value->variables}
|
||||
<a href="{getUrl('', 'document_srl', $document['document_srl'])}" target="_blank"><!--@if(trim($value->getTitle()))-->{$value->getTitle()}<!--@else--><strong>{$lang->no_title_document}</strong><!--@end--></a>
|
||||
<span class="side">{$value->getNickName()}</span>
|
||||
<form class="action">
|
||||
<form class="action" method="POST">
|
||||
<input type="hidden" name="module" value="admin" />
|
||||
<input type="hidden" name="act" value="procDocumentManageCheckedDocument" />
|
||||
<input type="hidden" name="cart[]" value="{$document['document_srl']}" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue