mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 14:19:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@210 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2d6147d518
commit
cb8ca9acbc
3 changed files with 6 additions and 1 deletions
|
|
@ -47,8 +47,10 @@
|
|||
<tr>
|
||||
<td> </td>
|
||||
<td>
|
||||
<!--@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>
|
||||
<!--@end-->
|
||||
|
||||
<input type="checkbox" name="is_secret" value="Y" <!--@if($document->is_secret== "Y")-->checked="true"<!--@end--> id="is_secret" />
|
||||
<label for="is_secret">{$lang->secret}</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue