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

This commit is contained in:
zero 2007-03-02 06:27:24 +00:00
parent 2d6147d518
commit cb8ca9acbc
3 changed files with 6 additions and 1 deletions

View file

@ -47,8 +47,10 @@
<tr>
<td>&nbsp;</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>