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

@ -2,7 +2,6 @@
xe.lang.msg_empty_search_target = '{$lang->msg_empty_search_target}';
xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
</script>
<load target="js/document_admin.js" />
<include target="header.html" />
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/document/tpl/document_list/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>