git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4661 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2008-10-21 01:09:53 +00:00
parent 5b2627ae4d
commit e56f5091a0
58 changed files with 324 additions and 293 deletions

View file

@ -13,7 +13,7 @@
<td class="left"><input type="text" name="title" class="inputTypeText w400" value="{$selected_group->title}"/></td>
</tr>
<!--@if($selected_group->is_default!='Y' && $selected_group->is_admin!='Y')-->
<tr>
<tr class="row2">
<th scope="row"><div>{$lang->is_default}</div></th>
<td class="left"><input type="checkbox" name="is_default" value="Y" class="checkbox" /> {$lang->about_member_default}</td>
</tr>
@ -22,7 +22,7 @@
<th scope="row"><div>{$lang->description}</div></th>
<td class="left"><textarea name="description" class="inputTypeTextArea w400">{$selected_group->description}</textarea></td>
</tr>
<tr>
<tr class="row2">
<td colspan="2" class="right">
<span class="button"><input type="submit" value="{$lang->cmd_modify}" accesskey="s" /></span>
</td>