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

This commit is contained in:
zero 2007-04-14 02:59:28 +00:00
parent 45d551a776
commit d8dde12d4b
2 changed files with 3 additions and 7 deletions

View file

@ -60,8 +60,7 @@
<!--@end-->
<tr>
<th>{$lang->content}</th>
<td>{$comment_editor}</td>
<td colspan="2">{$comment_editor}</td>
</tr>
<tr>
<td colspan="2">

View file

@ -47,9 +47,7 @@
<td><input type="text" name="title" value="{htmlspecialchars($document->title)}" /></td>
</tr>
<tr>
<td>&nbsp;</td>
<td>
<td colspan="2">
<!--@if($grant->manager)-->
<input type="checkbox" name="is_notice" value="Y" <!--@if($document->is_notice== "Y")-->checked="true"<!--@end--> id="is_notice" />
<label for="is_notice">{$lang->notice}</label>
@ -69,8 +67,7 @@
</td>
</tr>
<tr>
<th>{$lang->content}</th>
<td>{$editor}</td>
<td colspan="2">{$editor}</td>
</tr>
<tr>
<th>{$lang->cmd_send_trackback}</th>