Fix #2238 add option to control whether to allow redeclaring documents

This commit is contained in:
Kijin Sung 2024-03-28 21:30:19 +09:00
parent 087b2587bf
commit fa756b5169
7 changed files with 37 additions and 7 deletions

View file

@ -1,8 +1,10 @@
<load target="css/document_admin.css" />
<load target="js/document_admin.js" />
<div class="x_page-header">
<h1>{$lang->document}</h1>
</div>
<ul class="x_nav x_nav-tabs">
<li class="x_active"|cond="$act == 'dispDocumentAdminList'">
<a href="{getUrl('', 'module', 'admin', 'act', 'dispDocumentAdminList')}">{$lang->document_list}</a>