mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
Fix #2238 add option to control whether to allow redeclaring documents
This commit is contained in:
parent
087b2587bf
commit
fa756b5169
7 changed files with 37 additions and 7 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue