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

This commit is contained in:
zero 2007-06-27 09:23:24 +00:00
parent 4ef9ef84a0
commit 52e6c3aa7f
4 changed files with 12 additions and 2 deletions

View file

@ -20,7 +20,7 @@
<tr>
<th scope="row">{$lang->title}</th>
<td>
<input type="text" name="title" value="{$info->title}" class="inputTypeText" />
<input type="text" name="title" value="{$info->title}" class="inputTypeText w100" />
<p>{$lang->about_title}</p>
</td>
</tr>

View file

@ -96,6 +96,13 @@
</td>
</tr>
<!--@end-->
<tr>
<th scope="row">{$lang->not_apply_menu}</th>
<td class="left">
<input type="checkbox" name="apply_layout" value="Y" />
{$lang->about_not_apply_menu}
</td>
</tr>
</table>
<ul class="buttonRight">