mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
#18216098 : multi-language support for group name
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6965 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c7e4f9b460
commit
fd82efce3f
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
<table cellspacing="0" class="rowTable">
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->group_title}</div></th>
|
||||
<td class="left"><input type="text" name="title" class="inputTypeText w400" value="{$selected_group->title}"/></td>
|
||||
<td class="left"><input type="text" name="title" id="title" class="inputTypeText w400 lang_code" value="{$selected_group->title}"/></td>
|
||||
</tr>
|
||||
<!--@if($selected_group->is_default!='Y' && $selected_group->is_admin!='Y')-->
|
||||
<tr class="row2">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue