mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 00:29:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1139 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
45d551a776
commit
d8dde12d4b
2 changed files with 3 additions and 7 deletions
|
|
@ -60,8 +60,7 @@
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th>{$lang->content}</th>
|
<td colspan="2">{$comment_editor}</td>
|
||||||
<td>{$comment_editor}</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2">
|
<td colspan="2">
|
||||||
|
|
|
||||||
|
|
@ -47,9 +47,7 @@
|
||||||
<td><input type="text" name="title" value="{htmlspecialchars($document->title)}" /></td>
|
<td><input type="text" name="title" value="{htmlspecialchars($document->title)}" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td> </td>
|
<td colspan="2">
|
||||||
<td>
|
|
||||||
|
|
||||||
<!--@if($grant->manager)-->
|
<!--@if($grant->manager)-->
|
||||||
<input type="checkbox" name="is_notice" value="Y" <!--@if($document->is_notice== "Y")-->checked="true"<!--@end--> id="is_notice" />
|
<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>
|
<label for="is_notice">{$lang->notice}</label>
|
||||||
|
|
@ -69,8 +67,7 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{$lang->content}</th>
|
<td colspan="2">{$editor}</td>
|
||||||
<td>{$editor}</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{$lang->cmd_send_trackback}</th>
|
<th>{$lang->cmd_send_trackback}</th>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue