mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 03:39:56 +09:00
issuetracker모듈 이슈 목록에서 관리자의 경우 checkbox를 모두 담을 수 있도록 checkbox 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5097 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9e80783d86
commit
ddb200b532
1 changed files with 6 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue