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:
ChanMyeong 2013-01-31 02:35:05 +00:00
parent 889ae03a4e
commit 4034d17455
25 changed files with 51 additions and 109 deletions

View file

@ -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>