mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
issueTracker에 게시글 이동/삭제 기능 추가. 다만 history에 대해서는 동작하지 않음
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4742 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d07611f6f3
commit
0cfb56bda6
1 changed files with 7 additions and 0 deletions
|
|
@ -125,6 +125,7 @@
|
|||
<td class="no">{$no}</td>
|
||||
<!--@elseif($k == 'title')-->
|
||||
<td class="title issue_{$val->get('status')}">
|
||||
<!--@if($grant->is_admin)--><input type="checkbox" name="cart" value="{$val->document_srl}" onclick="doAddDocumentCart(this);" <!--@if($val->isCarted())-->checked="checked"<!--@end-->/><!--@end-->
|
||||
<a href="{getUrl('document_srl', $val->get('document_srl'))}">{$val->getTitle()}</a>
|
||||
{$val->printExtraImages(60*60*24)}
|
||||
<!--@if($val->getCommentCount())-->
|
||||
|
|
@ -169,6 +170,12 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<!--@if($grant->is_admin)-->
|
||||
<div class="fr gap1">
|
||||
<a href="{getUrl('','module','document','act','dispDocumentAdminManageDocument')}" onclick="popopen(this.href,'manageDocument'); return false;" class="button"><span>{$lang->cmd_manage_document}</span></a>
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($page_navigation->total_page>1)-->
|
||||
<div class="pagination a1">
|
||||
<!--@while($page_no = $page_navigation->getNextPage())-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue