mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
Modal window layer markup fixed.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12631 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
889ae03a4e
commit
4034d17455
25 changed files with 51 additions and 109 deletions
|
|
@ -32,7 +32,7 @@
|
|||
});
|
||||
</script>
|
||||
|
||||
<div class="x_modal x" id="__category_info" hidden>
|
||||
<section class="x_modal x" id="__category_info" hidden>
|
||||
<form ruleset="insertCategory" id="fo_category" action="./" method="post" class="x_form x_form-horizontal" style="margin:0">
|
||||
<input type="hidden" name="module" value="document" />
|
||||
<input type="hidden" name="act" value="procDocumentInsertCategory" />
|
||||
|
|
@ -41,9 +41,8 @@
|
|||
<input type="hidden" name="success_return_url" value="{getRequestUriByServerEnviroment()}" />
|
||||
<input type="hidden" name="parent_srl" value="{$category_info->parent_srl}" />
|
||||
<input type="hidden" name="category_srl" value="{$category_info->category_srl}" />
|
||||
|
||||
<div class="x_modal-header">
|
||||
<h3>{$lang->category}</h3>
|
||||
<h1>{$lang->category}</h1>
|
||||
</div>
|
||||
<div class="x_modal-body">
|
||||
<div id="__parent_category_info" class="x_control-group">
|
||||
|
|
@ -92,4 +91,4 @@
|
|||
<button type="submit" class="x_btn x_btn-primary x_pull-right">{$lang->cmd_save}</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<input type="hidden" name="module" value="document" />
|
||||
<input type="hidden" name="type" value="" />
|
||||
<div class="x_modal-header">
|
||||
<h3>{$lang->cmd_manage_document}</h3>
|
||||
<h1>{$lang->cmd_manage_document}</h1>
|
||||
</div>
|
||||
<div class="x_modal-body x_form-horizontal" style="max-height:none">
|
||||
<!--@if(count($document_list)==0)-->
|
||||
|
|
|
|||
|
|
@ -111,7 +111,7 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
|
|||
<input type="hidden" name="module_srl" value="" />
|
||||
<input type="hidden" name="success_return_url" value="{getUrl('', 'module', 'admin', 'act', 'dispDocumentAdminDeclared')}" />
|
||||
<div class="x_modal-header">
|
||||
<h3>{$lang->document_manager}: <span class="_sub"></span></h3>
|
||||
<h1>{$lang->document_manager}: <span class="_sub"></span></h1>
|
||||
</div>
|
||||
<div class="x_modal-body">
|
||||
<section class="moveList">
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
|
|||
<input type="hidden" name="module_srl" value="" />
|
||||
<input type="hidden" name="success_return_url" value="{getUrl('', 'module', 'admin', 'act', 'dispDocumentAdminList', 'is_secret', $is_secret, 'search_target', $search_target, 'search_keyword', $search_keyword)}" cond="!empty($search_target) && !empty($search_keyword)" />
|
||||
<div class="x_modal-header">
|
||||
<h3>{$lang->document_manager}: <span class="_sub"></span></h3>
|
||||
<h1>{$lang->document_manager}: <span class="_sub"></span></h1>
|
||||
</div>
|
||||
<div class="x_modal-body">
|
||||
<section class="moveList">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue