mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 07:12:15 +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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue