mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 14:52:24 +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
|
|
@ -1,5 +1,5 @@
|
|||
<!--%load_js_plugin("filebox")-->
|
||||
<div class="x_modal" id="modalFilebox" cond="$use_filebox">
|
||||
<section class="x_modal" id="modalFilebox" cond="$use_filebox">
|
||||
<div class="x_modal-header">
|
||||
<h1>File Box</h1>
|
||||
</div>
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
<div class="x_modal-footer">
|
||||
<button type="button" class="x_btn x_pull-left" data-hide="#modalFileBox">{$lang->cmd_close}</button>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<script>
|
||||
xe.lang.cmd_delete = '{$lang->cmd_delete}';
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
<load target="js/manage_selected_module.js" usecdn="true" />
|
||||
|
||||
<div id="manageSelectedModule" class="x_modal x">
|
||||
<section id="manageSelectedModule" class="x_modal x">
|
||||
<div class="x_modal-header">
|
||||
<h3>{$lang->do_selected}</h3>
|
||||
<h1>{$lang->do_selected}</h1>
|
||||
</div>
|
||||
<div class="x_modal-body">
|
||||
<table class="x_table x_table-striped x_table-hover" style="margin-bottom:20px">
|
||||
|
|
@ -37,4 +36,4 @@
|
|||
<div class="x_modal-footer">
|
||||
<button type="button" class="x_btn x_pull-left">{$lang->cmd_close}</button>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<input type="hidden" name="act" value="procModuleAdminModuleGrantSetup" />
|
||||
<input type="hidden" name="module_srls" value="{$module_srls}" />
|
||||
<div class="x_modal-header">
|
||||
<h3>{$lang->bundle_grant_setup}</h3>
|
||||
<h1>{$lang->bundle_grant_setup}</h1>
|
||||
</div>
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<load target="./js/module_admin.js" usecdn="true" />
|
||||
<div class="x_modal-header">
|
||||
<h3>{$lang->module_selector}</h3>
|
||||
<h1>{$lang->module_selector}</h1>
|
||||
</div>
|
||||
<form action="./" method="post" class="x_modal-body x_form-horizontal" style="max-height:none">
|
||||
<input type="hidden" name="module" value="module" />
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<input type="hidden" name="act" value="procModuleAdminModuleSetup" />
|
||||
<input type="hidden" name="module_srls" value="{$module_srls}" />
|
||||
<div class="x_modal-header">
|
||||
<h3>{$lang->bundle_setup}</h3>
|
||||
<h1>{$lang->bundle_setup}</h1>
|
||||
</div>
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
unset($lang_supported[$lang_type]);
|
||||
$lang_supported = array_merge($a, $lang_supported);
|
||||
}
|
||||
<div class="x_modal"|cond="!$use_in_page" id="g11n" style="display:none"|cond="!$use_in_page">
|
||||
<div class="x_modal"|cond="!$use_in_page" id="g11n" hidden|cond="!$use_in_page">
|
||||
<div class="x_modal-header" cond="!$use_in_page">
|
||||
<h3>{$lang->cmd_multilingual}</h3>
|
||||
<h1>{$lang->cmd_multilingual}</h1>
|
||||
</div>
|
||||
<div class="x_modal-body"|cond="!$use_in_page">
|
||||
<div class="x_tabbable">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue