mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 16:22:41 +09:00
issue 1578 change variable name.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@10997 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
06b6b112f1
commit
64dc273bc2
4 changed files with 12 additions and 4 deletions
|
|
@ -2,8 +2,9 @@
|
|||
<h2 class="h2">{$lang->cmd_input_extend_form}</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p class="q"><label for="column_name">{$lang->column_name} *</label></p>
|
||||
<p class="a"><input type="text" id="column_name" name="column_name" value="{$formInfo->column_name}" /></p>
|
||||
<p class="q"><label for="column_id">{$lang->column_id} *</label></p>
|
||||
<p class="a"><input type="text" id="column_id" name="column_id" value="{$formInfo->column_name}" /></p>
|
||||
<p class="description">{$lang->about_column_id}</p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="column_title">{$lang->column_title} *</label></p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue