mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Group image mark toggle UI enhancement.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9656 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9a70ae0d69
commit
ed69e96191
1 changed files with 6 additions and 4 deletions
|
|
@ -17,13 +17,15 @@
|
|||
<h1 class="h1">{$lang->member_group}</h1>
|
||||
<form action="" class="form" method="post" ruleset="insertGroupConfig">
|
||||
<input type="hidden" name="act" value="procMemberAdminGroupConfig" />
|
||||
{$lang->use_group_image_mark}
|
||||
<input type="radio" name="group_image_mark" id="yes" value="Y" checked="checked"|cond="$config->group_image_mark == 'Y'" /> <label for="yes">{$lang->cmd_yes}</label>
|
||||
<input type="radio" name="group_image_mark" id="no" value="N" checked="checked"|cond="$config->group_image_mark != 'Y'" /> <label for="no">{$lang->cmd_no}</label>
|
||||
<div class="table even">
|
||||
<table width="100%" border="1" cellspacing="0" class="sortable">
|
||||
<caption>
|
||||
<strong>{count($group_list)}</strong> {$lang->msg_groups_exist}
|
||||
<strong>{count($group_list)}</strong> {$lang->msg_groups_exist}
|
||||
<span class="side">
|
||||
{$lang->use_group_image_mark}:
|
||||
<input type="radio" name="group_image_mark" id="yes" value="Y" checked="checked"|cond="$config->group_image_mark == 'Y'" /> <label for="yes">{$lang->cmd_yes}</label>
|
||||
<input type="radio" name="group_image_mark" id="no" value="N" checked="checked"|cond="$config->group_image_mark != 'Y'" /> <label for="no">{$lang->cmd_no}</label>
|
||||
</span>
|
||||
</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue