git-svn-id: http://xe-core.googlecode.com/svn/trunk@756 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-29 03:29:26 +00:00
parent aa628647c8
commit bf280a8a53
2 changed files with 19 additions and 0 deletions

View file

@ -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>