mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
issue 2382 Document UI refactoring
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11537 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
46fc162ae6
commit
92b815467c
2 changed files with 8 additions and 8 deletions
|
|
@ -6,11 +6,11 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
|
|||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<form id="fo_list" action="./" method="get" class="form">
|
||||
<form id="fo_list" action="./" method="get">
|
||||
<input type="hidden" name="module" value="document" />
|
||||
<input type="hidden" name="page" value="{$page}" />
|
||||
<div class="x_page-header">
|
||||
<h1 class="h1">{$lang->cmd_declared_list}</h1>
|
||||
<h1>{$lang->cmd_declared_list}</h1>
|
||||
</div>
|
||||
<div class="table even">
|
||||
<div class="x_tabbable">
|
||||
|
|
@ -71,13 +71,13 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
|
|||
</div>
|
||||
</form>
|
||||
|
||||
<form action="./" method="post" class="x_modal fg form" id="manageForm">
|
||||
<form action="./" method="post" class="x_modal fg" id="manageForm">
|
||||
<input type="hidden" name="module" value="document" />
|
||||
<input type="hidden" name="act" value="procDocumentManageCheckedDocument" />
|
||||
<input type="hidden" name="type" value="" />
|
||||
<input type="hidden" name="success_return_url" value="{getUrl('', 'module', 'admin', 'act', 'dispDocumentAdminDeclared')}" />
|
||||
<div class="x_modal-header">
|
||||
<h2 class="h2">{$lang->document_manager}</h2>
|
||||
<h2>{$lang->document_manager}</h2>
|
||||
</div>
|
||||
<div class="x_modal-body">
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue