mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1228 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
70d5a362db
commit
bf21c5b538
23 changed files with 53 additions and 57 deletions
|
|
@ -15,11 +15,11 @@
|
|||
|
||||
<div style="margin-bottom:30px">
|
||||
{$lang->group_title} : <input type="text" name="title" value="{$selected_group->title}" /><br />
|
||||
<!--@if($selected_group->is_default!='Y')-->
|
||||
<!--@if($selected_group->is_default!='Y' && $selected_group->is_admin!='Y')-->
|
||||
{$lang->is_default} : <input type="checkbox" name="is_default" value="Y" /><br />
|
||||
<!--@end-->
|
||||
{$lang->description} :<input type="text" name="description" value="{$selected_group->description}" /><br />
|
||||
<input type="button" value="{$lang->cmd_cancel}" onclick="location.href='{getUrl('group_srl','')}';return false;" />
|
||||
<input type="button" value="{$lang->cmd_back}" onclick="location.href='{getUrl('group_srl','')}';return false;" />
|
||||
<input type="submit" value="{$lang->cmd_modify}" accesskey="s" />
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue