mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1121 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6d6d6c5b8b
commit
c2117c1a16
34 changed files with 122 additions and 133 deletions
|
|
@ -59,14 +59,14 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<th rowspan="2">{$lang->column_name}</th>
|
||||
<td><input type="text" name="column_name" value="{$join_form->column_name}" /></td>
|
||||
<td><input type="text" name="column_name" value="{htmlspecialchars($join_form->column_name)}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{$lang->about_column_name}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th rowspan="2">{$lang->column_title}</th>
|
||||
<td><input type="text" name="column_title" value="{$join_form->column_title}" /></td>
|
||||
<td><input type="text" name="column_title" value="{htmlspecialchars($join_form->column_title)}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{$lang->about_column_title}</td>
|
||||
|
|
@ -87,7 +87,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<th rowspan="2">{$lang->description}</th>
|
||||
<td><textarea name="description">{$join_form->description}</textarea></td>
|
||||
<td><textarea name="description">{htmlspecialchars($join_form->description)}</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{$lang->about_form_description}</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue