mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +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
|
|
@ -4,7 +4,7 @@ var addLang = '{$lang->cmd_insert}';
|
|||
|
||||
<form action="./" method="post" id="__layout_copy">
|
||||
<div class="x_modal-header">
|
||||
<h3>{$lang->cmd_layout_copy}</h3>
|
||||
<h1>{$lang->cmd_layout_copy}</h1>
|
||||
</div>
|
||||
<div class="x_modal-body x_form-horizontal">
|
||||
<input type="hidden" name="layout" value="{$layout->layout}" />
|
||||
|
|
|
|||
|
|
@ -15,9 +15,9 @@
|
|||
<p>{$lang->faceoff_migration[0]}</p>
|
||||
<p><a href="#faceoff_migration_info" class="modalAnchor">{$lang->faceoff_migration[1]}</a></p>
|
||||
</div>
|
||||
<div cond="$layout == 'faceoff'" id="faceoff_migration_info" class="x_modal">
|
||||
<section cond="$layout == 'faceoff'" id="faceoff_migration_info" class="x_modal">
|
||||
<div class="x_modal-header">
|
||||
<h3>{$lang->faceoff_migration[1]}<h3>
|
||||
<h1>{$lang->faceoff_migration[1]}</h1>
|
||||
</div>
|
||||
<div class="x_modal-body">
|
||||
<ol>
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
<div class="x_modal-footer">
|
||||
<button type="button" class="x_btn x_pull-left" data-hide="#faceoff_migration_info">{$lang->cmd_close}</button>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="x_alert x_alert-{$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
|
|
|
|||
|
|
@ -46,18 +46,16 @@ xe.lang.confirm_delete = '{$lang->confirm_delete}';
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div id="insertLayout" class="x_modal">
|
||||
<section id="insertLayout" class="x_modal">
|
||||
<form ruleset="insertLayout" action="./" class="x_form-horizontal">
|
||||
<input type="hidden" name="module" value="layout" />
|
||||
<input type="hidden" name="act" value="procLayoutAdminInsert" />
|
||||
<input type="hidden" name="layout" value="{$layout_info->layout}" />
|
||||
<input type="hidden" name="_layout_type" value="{$type}" />
|
||||
<input type="hidden" name="success_return_url" value="{getUrl('act', 'dispLayoutAdminInstanceList')}" />
|
||||
|
||||
<div class="x_modal-header">
|
||||
<h3>{$lang->cmd_insert}</h3>
|
||||
<h1>{$lang->cmd_insert}</h1>
|
||||
</div>
|
||||
|
||||
<div class="x_modal-body">
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label">{$lang->layout}</label>
|
||||
|
|
@ -97,7 +95,6 @@ xe.lang.confirm_delete = '{$lang->confirm_delete}';
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="x_modal-footer">
|
||||
<button type="button" class="x_btn x_pull-left" data-hide="#insertLayout">{$lang->cmd_close}</button>
|
||||
<span class="x_btn-group x_pull-right">
|
||||
|
|
@ -105,4 +102,4 @@ xe.lang.confirm_delete = '{$lang->confirm_delete}';
|
|||
</span>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue