mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
Fix #2133 apply multilingual form to member extra var editing form
This commit is contained in:
parent
422368d0d7
commit
dba1186074
2 changed files with 6 additions and 6 deletions
|
|
@ -15,7 +15,7 @@
|
|||
<div class="x_control-group">
|
||||
<label for="column_title" class="x_control-label"><em style="color:red">*</em> {$lang->column_title}</label>
|
||||
<div class="x_controls">
|
||||
<input type="text" id="column_title" name="column_title" value="{$formInfo->column_title}" />
|
||||
<input type="text" id="column_title" name="column_title" value="{$formInfo->column_title}" class="lang_code" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue