issuetracker모듈 이슈 목록에서 관리자의 경우 checkbox를 모두 담을 수 있도록 checkbox 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5097 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-12-16 08:10:06 +00:00
parent 9e80783d86
commit ddb200b532

View file

@ -111,7 +111,12 @@
<tr>
<!--@foreach($display_option as $k => $v)-->
<!--@if($v->checked)-->
<th class="{$k}"><div>{$v->title}</div></th>
<th class="{$k}">
<div>
<!--@if($k=='title' && $grant->is_admin)--><input type="checkbox" onclick="XE.checkboxToggleAll({ doClick:true }); return false;" /><!--@end-->
{$v->title}
</div>
</th>
<!--@end-->
<!--@end-->
</tr>