mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Issue 2377: Admin Ui Refactoring - Settings - File Box
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11561 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6d447ffc8b
commit
01462039b6
10 changed files with 306 additions and 139 deletions
23
modules/module/tpl/include.filebox.html
Normal file
23
modules/module/tpl/include.filebox.html
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<block cond="$use_filebox">
|
||||
<!--%load_js_plugin("filebox")-->
|
||||
<style>
|
||||
.filebox_item { border: 1px solid #ccc!important; padding: 5px; max-height: 200px; max-width: 200px; }
|
||||
</style>
|
||||
|
||||
<div class="x_modal" id="modalFilebox">
|
||||
<div class="x_modal-header">
|
||||
<h3>FileBox</h3>
|
||||
</div>
|
||||
|
||||
<div class="x_modal-body">
|
||||
<div class="filebox_list"></div>
|
||||
</div>
|
||||
|
||||
<div class="x_modal-footer">
|
||||
<button type="button" class="x_btn x_pull-left" data-hide="#modalFileBox">{$lang->cmd_close}</button>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
xe.lang.cmd_delete = '{$lang->cmd_delete}';
|
||||
</script>
|
||||
</block>
|
||||
Loading…
Add table
Add a link
Reference in a new issue