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

This commit is contained in:
zero 2007-03-29 05:34:54 +00:00
parent d43d5d8535
commit 7fe9fcaa52
9 changed files with 209 additions and 3 deletions

View file

@ -22,14 +22,22 @@
</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>
<td>
<input type="checkbox" name="image_name" value="Y" <!--@if($config->image_name=='Y')-->checked="true"<!--@end-->/><br />
{$lang->image_name_max_width} : <input type="text" name="image_name_max_width" value="{$config->image_name_max_width}"/>px<br />
{$lang->image_name_max_height} : <input type="text" name="image_name_max_height" value="{$config->image_name_max_height}"/>px<br />
</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>
<td>
<input type="checkbox" name="image_mark" value="Y" <!--@if($config->image_mark=='Y')-->checked="true"<!--@end-->/><br />
{$lang->image_mark_max_width} : <input type="text" name="image_mark_max_width" value="{$config->image_mark_max_width}"/>px<br />
{$lang->image_mark_max_height} : <input type="text" name="image_mark_max_height" value="{$config->image_mark_max_height}"/>px<br />
</td>
</tr>
<tr>
<td>{$lang->about_image_mark}</td>