mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Member module UI bug fix.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12201 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6cdcd35629
commit
50d0a0722f
1 changed files with 12 additions and 12 deletions
|
|
@ -18,16 +18,14 @@
|
|||
<form action="" method="post" ruleset="insertGroupConfig">
|
||||
<input type="hidden" name="module" value="member" />
|
||||
<input type="hidden" name="act" value="procMemberAdminGroupConfig" />
|
||||
<div class="x_clearfix" style="margin-bottom:-45px">
|
||||
<div class="x_pull-right">
|
||||
{$lang->use_group_image_mark}:
|
||||
<label for="yes" class="x_inline"><input type="radio" name="group_image_mark" id="yes" value="Y" checked="checked"|cond="$config->group_image_mark == 'Y'" /> {$lang->cmd_yes}</label>
|
||||
<label for="no" class="x_inline"><input type="radio" name="group_image_mark" id="no" value="N" checked="checked"|cond="$config->group_image_mark != 'Y'" /> {$lang->cmd_no}</label>
|
||||
</div>
|
||||
</div>
|
||||
<table class="sortable x_table x_table-striped x_table-hover">
|
||||
<caption>
|
||||
<strong>{count($group_list)}</strong>{$lang->msg_groups_exist}
|
||||
<div class="x_pull-right">
|
||||
{$lang->use_group_image_mark}:
|
||||
<label for="yes" class="x_inline"><input type="radio" name="group_image_mark" id="yes" value="Y" checked="checked"|cond="$config->group_image_mark == 'Y'" /> {$lang->cmd_yes}</label>
|
||||
<label for="no" class="x_inline"><input type="radio" name="group_image_mark" id="no" value="N" checked="checked"|cond="$config->group_image_mark != 'Y'" /> {$lang->cmd_no}</label>
|
||||
</div>
|
||||
</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -49,7 +47,7 @@
|
|||
<td> </td>
|
||||
<td> </td>
|
||||
<td class="_imageMarkButton"> </td>
|
||||
<td><a href="#" class="_addGroup">{$lang->cmd_add_group}</a></td>
|
||||
<td><a href="#" class="_addGroup"><i class="x_icon-plus-sign"></i> {$lang->cmd_add_group}</a></td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
<tbody class="uDrag _groupList">
|
||||
|
|
@ -70,11 +68,13 @@
|
|||
</tr>
|
||||
<tr style="display:none" class="_template">
|
||||
<td>
|
||||
<button type="button" class="dragBtn">Move to</button>
|
||||
<input type="hidden" name="group_srls[]" value="new" disabled="disabled"/>
|
||||
<input type="text" name="group_titles[]" value="" disabled="disabled" class="lang_code" />
|
||||
<div class="wrap">
|
||||
<button type="button" class="dragBtn">Move to</button>
|
||||
<input type="hidden" name="group_srls[]" value="new" disabled="disabled"/>
|
||||
<input type="text" name="group_titles[]" value="" disabled="disabled" class="lang_code" />
|
||||
</div>
|
||||
</td>
|
||||
<td><input type="text" name="descriptions[]" value="" style="width:240px" disabled="disabled" /></td>
|
||||
<td><input type="text" name="descriptions[]" value="" disabled="disabled" /></td>
|
||||
<td><input type="radio" name="defaultGroup" value="" title="Default" disabled="disabled" /></td>
|
||||
<td class="_imageMarkButton"><input type="hidden" name="image_marks[]" value="" class="_imgMarkHidden" disabled="disabled" />
|
||||
<a href="#imageMark" class="modalAnchor _imageMark">{$lang->cmd_modify}...</a></td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue