mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +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
|
|
@ -86,9 +86,9 @@
|
|||
</div>
|
||||
</form>
|
||||
|
||||
<div class="x_modal" id="imageMark">
|
||||
<section class="x_modal" id="imageMark">
|
||||
<div class="x_modal-header">
|
||||
<h3>{$lang->group_image_mark} {$lang->cmd_setup}</h3>
|
||||
<h1>{$lang->group_image_mark} {$lang->cmd_setup}</h1>
|
||||
</div>
|
||||
<div class="x_modal-body">
|
||||
<block cond="$fileBoxList">
|
||||
|
|
@ -101,4 +101,4 @@
|
|||
<button type="button" class="x_btn x_pull-left" data-hide="#exModal-1">Close</button>
|
||||
<p class="x_pull-right">{$lang->add_group_image_mark}: <a href="{getUrl('', 'module','admin', 'act', 'dispModuleAdminFileBox')}" target="_blank">{$lang->link_file_box}</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<input type="hidden" name="member_join_form_srl" value="{$formInfo->member_join_form_srl}" />
|
||||
<div class="x_modal-header">
|
||||
<h3>{$lang->cmd_input_extend_form}</h3>
|
||||
<h1>{$lang->cmd_input_extend_form}</h1>
|
||||
</div>
|
||||
<div class="x_modal-body">
|
||||
<div class="x_control-group">
|
||||
|
|
|
|||
|
|
@ -127,13 +127,13 @@
|
|||
<button class="x_btn x_btn-inverse" type="submit">{$lang->cmd_search}</button>
|
||||
<a class="x_btn" href="{getUrl('', 'module', 'admin', 'act', 'dispMemberAdminList', 'page', $page)}">{$lang->cmd_cancel}</a>
|
||||
</form>
|
||||
<div class="x_modal" id="listManager">
|
||||
<section class="x_modal" id="listManager">
|
||||
<form action="./" ruleset="updateSeletecdMemberInfo" method="post">
|
||||
<input type="hidden" name="module" value="member" />
|
||||
<input type="hidden" name="act" value="procMemberAdminSelectedMemberManage" />
|
||||
<input type="hidden" name="success_return_url" value="{getUrl('act', $act)}" />
|
||||
<div class="x_modal-header">
|
||||
<h3>{$lang->cmd_selected_user_manage}: <span class="_sub"></span></h3>
|
||||
<h1>{$lang->cmd_selected_user_manage}: <span class="_sub"></span></h1>
|
||||
</div>
|
||||
<div class="x_modal-body">
|
||||
<table class="x_table x_table-striped x_table-hover">
|
||||
|
|
@ -164,7 +164,7 @@
|
|||
</span>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
<script>
|
||||
jQuery(function($){
|
||||
// Modal anchor activation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue