mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 10:49:54 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@756 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
aa628647c8
commit
bf280a8a53
2 changed files with 19 additions and 0 deletions
|
|
@ -20,6 +20,20 @@
|
|||
<tr>
|
||||
<td>{$lang->about_enable_join}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th rowspan="2">{$lang->image_name}</th>
|
||||
<td><input type="checkbox" name="image_name" value="Y" <!--@if($config->image_name=='Y')-->checked="true"<!--@end-->/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{$lang->about_image_name}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th rowspan="2">{$lang->image_mark}</th>
|
||||
<td><input type="checkbox" name="image_mark" value="Y" <!--@if($config->image_mark=='Y')-->checked="true"<!--@end-->/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{$lang->about_image_mark}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th rowspan="2">{$lang->redirect_url}</th>
|
||||
<td><input type="text" name="redirect_url" value="{$config->redirect_url}" /></td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue