mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 17:19:59 +09:00
이슈트래커 모듈의 권한에 따른 메뉴 보여주기 기능 추가 및 패키지가 등록안되었을 경우 패키지 입력하지 않아도 되도록 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5090 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7f71e0b03f
commit
91f8519086
7 changed files with 39 additions and 15 deletions
|
|
@ -22,12 +22,6 @@
|
|||
<th>{$lang->component} :</th>
|
||||
<td>{$oIssue->getComponentTitle()}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->package} :</th>
|
||||
<td>{$oIssue->getPackageTitle()}</td>
|
||||
<th>{$lang->occured_version} :</th>
|
||||
<td>{$oIssue->getReleaseTitle()}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->status} :</th>
|
||||
<td>{$oIssue->getStatus()}</td>
|
||||
|
|
@ -40,6 +34,14 @@
|
|||
<!--@end-->
|
||||
</td>
|
||||
</tr>
|
||||
<!--@if(count($project->packages))-->
|
||||
<tr>
|
||||
<th>{$lang->package} :</th>
|
||||
<td>{$oIssue->getPackageTitle()}</td>
|
||||
<th>{$lang->occured_version} :</th>
|
||||
<td>{$oIssue->getReleaseTitle()}</td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($module_info->extra_vars)--><!--@foreach($module_info->extra_vars as $key => $val)-->
|
||||
<!--@if($val->name)-->
|
||||
|
|
@ -195,6 +197,7 @@
|
|||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<!--@if(count($project->packages))-->
|
||||
<tr>
|
||||
<th><label for="inputPackage">{$lang->occured_version} :</label></th>
|
||||
<td colspan="3">
|
||||
|
|
@ -216,6 +219,7 @@
|
|||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
<tr>
|
||||
<th><label>{$lang->action} :</label></th>
|
||||
<td colspan="3">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue